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
*
Add cmd line switch to make compileShader always succeed.
gman@chromium.org
2012-01-18
3
-2
/
+12
*
Add --enable-gpu-debugging to call glGetError after every command in the comm...
gman@chromium.org
2012-01-14
5
-9
/
+59
*
Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids."
gman@chromium.org
2012-01-12
2
-2
/
+26
*
Fix GLES2 Conformance test support
gman@chromium.org
2012-01-11
1
-25
/
+24
*
Make GLES2Implementation handl failed allocation
gman@chromium.org
2012-01-11
4
-11
/
+211
*
Make GLES2CmdHelper and CommandBufferHelper handle failed allocation
gman@chromium.org
2012-01-11
6
-584
/
+1092
*
Revert 116821 - Make StrictSharedIdHandler free its unused ids.
zmo@google.com
2012-01-09
2
-27
/
+3
*
Make StrictSharedIdHandler free its unused ids.
gman@chromium.org
2012-01-07
2
-3
/
+27
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-06
1
-0
/
+1
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver...
apatrick@chromium.org
2012-01-06
1
-1
/
+4
*
Coverity: Add some NULL checks.
thestig@chromium.org
2012-01-05
1
-5
/
+5
*
Undo GL_EXT_texture_storage disable, fixup internal format for non-GLES2.
jbates@chromium.org
2012-01-04
3
-49
/
+24
*
Track shared memory used by GPU process
gman@chromium.org
2012-01-04
4
-29
/
+25
*
Revert 116281 - Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
1
-1
/
+0
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
1
-0
/
+1
*
Input latency performance test that uses tracing (retry)
jbates@chromium.org
2012-01-04
1
-3
/
+8
*
Revert 116191 - Input latency performance test that uses tracing.
jbates@chromium.org
2012-01-03
1
-8
/
+3
*
Input latency performance test that uses tracing.
jbates@chromium.org
2012-01-03
1
-3
/
+8
*
Coverity fixes for uninitialized vars
groby@chromium.org
2011-12-29
1
-1
/
+2
*
Disable GL_EXT_texture_storage support in Linux.
jbates@chromium.org
2011-12-29
2
-3
/
+37
*
Add tracking of backbuffer memory to command buffer
gman@chromium.org
2011-12-23
4
-6
/
+116
*
Track buffer memory in command buffer
gman@chromium.org
2011-12-23
2
-3
/
+28
*
Fix a few issues with texture memory tracking.
gman@chromium.org
2011-12-23
3
-59
/
+85
*
Add renderbuffer memory tracing
gman@chromium.org
2011-12-23
3
-3
/
+50
*
Start adding memory tracking to GPU process
gman@chromium.org
2011-12-22
2
-7
/
+50
*
Fix BufferData so it does not trigger single threaded check.
gman@chromium.org
2011-12-22
2
-1
/
+27
*
Stop freeing the command buffer when a tab goes to the background. This essen...
vangelis@chromium.org
2011-12-22
1
-1
/
+0
*
Make texImage2D with NULL always clear texture.
gman@chromium.org
2011-12-21
2
-4
/
+15
*
Fix IsExtensionAvailable so it calls GetStringHelper
gman@chromium.org
2011-12-21
6
-42
/
+93
*
Optimize glCheckFramebuffer checks.
gman@chromium.org
2011-12-20
7
-12
/
+395
*
Fix PixelStorei so it does not recursively call GL functions
gman@chromium.org
2011-12-18
6
-33
/
+2052
*
Don't tell browser to swap until swap actually executed.
backer@chromium.org
2011-12-16
3
-35
/
+29
*
Fix standalone gl demos and conformance tests
gman@chromium.org
2011-12-15
2
-0
/
+12
*
Disable 5ms flusher on Android to reduce kernel thrashing.
nduca@chromium.org
2011-12-15
1
-1
/
+5
*
Free the command buffer when tabs are switched
gman@chromium.org
2011-12-15
10
-65
/
+110
*
Log GLenums as strings in service
gman@chromium.org
2011-12-14
2
-4
/
+38
*
Revert "Reverting as this is suspected of causing check_deps failure on Linux...
gman@chromium.org
2011-12-14
4
-3
/
+207
*
Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...
vangelis@chromium.org
2011-12-14
6
-54
/
+70
*
Reverting as this is suspected of causing check_deps failure on Linux bot
finnur@chromium.org
2011-12-14
4
-207
/
+3
*
Add check for single threaded access to GLES2Implementation
gman@chromium.org
2011-12-14
4
-3
/
+207
*
Ignore random GL_OUT_OF_MEMORY
jbauman@chromium.org
2011-12-13
1
-1
/
+4
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
4
-0
/
+21
*
Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...
vangelis@chromium.org
2011-12-13
6
-70
/
+54
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
23
-269
/
+375
*
Fixed service side implementation of glTexStorage2DEXT to only initialize the...
vangelis@chromium.org
2011-12-12
6
-54
/
+70
*
Remove some really old (and unnecessary) include dirs from gpu/DEPS.
apatrick@chromium.org
2011-12-08
1
-4
/
+0
*
Ensure that GpuScheduler invokes fence tasks even if client is not flushing.
apatrick@chromium.org
2011-12-08
2
-35
/
+37
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
23
-368
/
+269
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
23
-269
/
+368
[next]