index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added temporary #ifdefs to support incompatible ANGLE API upgrade.
kbr@chromium.org
2013-02-12
2
-9
/
+21
*
cc: Mark async texture uploads as completed from the upload thread.
reveman@chromium.org
2013-02-12
4
-27
/
+119
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
2
-8
/
+8
*
Make gpu_unittests build on Win64
jschuh@chromium.org
2013-02-08
1
-0
/
+4
*
Add client side gpu tracing
gman@chromium.org
2013-02-07
10
-7
/
+1627
*
Add TRACE calls for all gpu driver calls
gman@chromium.org
2013-02-07
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.
rsleevi@chromium.org
2013-02-06
11
-23
/
+23
*
Fix crash in ProgramManager::ProgramInfo::ProcessLogInfo.
apatrick@chromium.org
2013-02-06
3
-22
/
+17
*
Enable GpuMemoryManager policy for impl-side painting.
ccameron@chromium.org
2013-02-04
2
-0
/
+7
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+1
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-4
/
+4
*
Remove a DCHECK in name hashing.
zmo@google.com
2013-02-02
1
-2
/
+0
*
Fix an assertion in debug mode in shader log processing.
zmo@google.com
2013-02-01
1
-3
/
+4
*
Fix shared memory leak on command buffer teardown
piman@chromium.org
2013-02-01
2
-11
/
+9
*
Turn on shader name hashing by default.
zmo@chromium.org
2013-01-31
3
-6
/
+7
*
cc: Flush after context switch (Qualcomm WAR)
brianderson@chromium.org
2013-01-31
3
-0
/
+6
*
gpu: Don't send noop Flush
piman@chromium.org
2013-01-30
2
-3
/
+5
*
Cleanups to enable clang warning about protected non-virtual RefCounted destr...
jamesr@chromium.org
2013-01-30
1
-2
/
+1
*
Delete GPU channel on failure to reallocate backbuffer.
apatrick@chromium.org
2013-01-30
1
-1
/
+1
*
GPU: Fix negation on PreemptionFlag::IsSet
backer@chromium.org
2013-01-28
2
-4
/
+4
*
Aura: Less MakeCurrents on UI preemption.
backer@chromium.org
2013-01-27
2
-9
/
+18
*
GPU: Fix lint errors
backer@chromium.org
2013-01-26
1
-1
/
+1
*
Fix typo in tracing of transfer buffer memory
nduca@chromium.org
2013-01-26
1
-1
/
+1
*
Aura: Throttle --ui-prioritize-in-gpu-process
backer@chromium.org
2013-01-26
2
-20
/
+21
*
Re-enable array index clamping on all platforms now that hshi@'s new strategy...
kbr@chromium.org
2013-01-26
1
-6
/
+0
*
Use a more flexible methord to search for hashed names in webgl program log.
zmo@google.com
2013-01-26
1
-3
/
+7
*
Enforce GLSL packing restrictions
gman@chromium.org
2013-01-26
1
-1
/
+1
*
GPU: Remove some dead code.
backer@chromium.org
2013-01-25
1
-3
/
+0
*
Add MapBuffer prototypes to gl2extchromium.h
gman@chromium.org
2013-01-25
1
-0
/
+8
*
Send token to client immediately
gman@chromium.org
2013-01-25
1
-0
/
+1
*
Make Fenced Allocator report all the memory it can use immediately
gman@chromium.org
2013-01-25
1
-0
/
+1
*
Add CommandBuffer::GetLastToken
gman@chromium.org
2013-01-25
7
-1
/
+19
*
Clean up the mess left supporting 'use system libs'
gman@chromium.org
2013-01-25
7
-88
/
+13
*
Process webgl program log, replacing hashed name with original name.
zmo@google.com
2013-01-25
9
-1
/
+112
*
Add two MemoryBarrier calls and transform the Acquire_Store() calls to Releas...
glider@chromium.org
2013-01-24
1
-4
/
+6
*
Fix some bug in shader name hashing.
zmo@chromium.org
2013-01-24
1
-3
/
+4
*
Remove unused SRPC proxy code from gpu.
bbudge@chromium.org
2013-01-24
2
-33
/
+0
*
ARM Chrome OS: do not clamp GLSL array indices to array bounds.
hshi@chromium.org
2013-01-23
1
-1
/
+3
*
Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl
gman@chromium.org
2013-01-23
10
-59
/
+461
*
Fix gles2_cmd_format overflow
jschuh@chromium.org
2013-01-23
1
-4
/
+7
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
1
-1
/
+1
*
Make gpu build on Win64
jschuh@chromium.org
2013-01-21
1
-0
/
+8
*
Use EGL headers to pick up EGL definitions.
sheu@chromium.org
2013-01-19
1
-5
/
+0
*
Make GPU process crash if the GLES2CmdDecode Resize callback changes the curr...
apatrick@chromium.org
2013-01-19
1
-1
/
+1
*
Remove NaCl SRPC proxy source files.
bbudge@chromium.org
2013-01-18
1
-59
/
+0
*
Windows: do not clamp GLSL array indices to array bounds.
apatrick@chromium.org
2013-01-18
1
-1
/
+8
*
Add more tests for MemoryTracker usage.
gman@chromium.org
2013-01-18
3
-104
/
+211
*
Fix GPU asserts to account for context loss in debug
piman@chromium.org
2013-01-18
1
-3
/
+3
*
Make MemoryTypeTracker::UpdateMemRepresented private
gman@chromium.org
2013-01-18
6
-35
/
+26
*
Disambiguate texture target/face in TextureManager
sheu@chromium.org
2013-01-17
2
-16
/
+16
[next]