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 more trace events related to latch usage and to track RendererGlContext d...
jbates@chromium.org
2011-06-22
1
-2
/
+2
*
Convert most remaining resources to use the API/thunk system. The significant
brettw@chromium.org
2011-06-22
1
-17
/
+32
*
Coverity: Pass by reference in CommandBufferHelper::SynchronizeState.
thestig@chromium.org
2011-06-22
2
-2
/
+2
*
Reapply Enforce-RGB patch with bugs fixed
gman@chromium.org
2011-06-20
14
-162
/
+1482
*
RendererGLContext supports reparenting a GL context.
apatrick@chromium.org
2011-06-20
12
-98
/
+67
*
Automatically put all GL contexts associated with a particular GPU channel (a...
apatrick@chromium.org
2011-06-16
7
-31
/
+26
*
Release current context before destroying, so that it properly releases its r...
piman@google.com
2011-06-16
1
-1
/
+3
*
Uninitialized member in RingBufferWrapper.
finnur@chromium.org
2011-06-16
1
-1
/
+0
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
1
-4
/
+4
*
Fix loading a component build
sadrul@chromium.org
2011-06-15
1
-0
/
+1
*
Fix Revert of 89054 so it builds on win_shared
gman@chromium.org
2011-06-14
14
-341
/
+1940
*
Revert 89054 - Add lots of client side OpenGL logging.
asargent@chromium.org
2011-06-14
13
-1939
/
+341
*
Add lots of client side OpenGL logging.
gman@chromium.org
2011-06-14
13
-341
/
+1939
*
Add tracing for various functions significant in compositor startup
jamesr@chromium.org
2011-06-14
2
-0
/
+4
*
Revert 89002 - Enforce RGB even on buggy drivers.
asargent@chromium.org
2011-06-14
12
-839
/
+125
*
Hook up with Angle shader translator backend.
zmo@google.com
2011-06-14
1
-18
/
+11
*
Enforce RGB even on buggy drivers.
gman@chromium.org
2011-06-14
12
-125
/
+839
*
Previously, the DisplayLink would never start until a software draw was done ...
jbates@chromium.org
2011-06-13
1
-4
/
+6
*
Resubmit http://codereview.chromium.org/7046057
gman@chromium.org
2011-06-09
3
-1
/
+101
*
Revert 88452 (broke gpu_unittests) - Fix LUMANINCE_ALPHA issue
rsleevi@chromium.org
2011-06-09
3
-101
/
+1
*
Fix LUMANINCE_ALPHA issue
gman@chromium.org
2011-06-09
3
-1
/
+101
*
Plumbing: Cache the resize callback so that we can call it later.
backer@chromium.org
2011-06-08
2
-1
/
+15
*
Added stddef.h to cmd_buffer_common.h to build with gcc-4.6.0.
asharif@chromium.org
2011-06-07
1
-0
/
+1
*
Send message to renderer on command buffer error
jbauman@chromium.org
2011-06-07
2
-0
/
+9
*
Optimize TexSubImage2D and BufferSubData
gman@chromium.org
2011-06-07
6
-39
/
+123
*
Optimize TexImage2D.
gman@chromium.org
2011-06-07
1
-5
/
+20
*
Optimize BufferData
gman@chromium.org
2011-06-07
1
-6
/
+17
*
IWYU: Add missing header. Under GCC 4.6, this is a hard error now.
rsleevi@chromium.org
2011-06-07
1
-1
/
+2
*
Remove debug assertions for redundant FreeID calls.
husky@google.com
2011-06-06
2
-4
/
+19
*
Hook up shader long variable name mapping with GPU command buffer port.
zmo@google.com
2011-06-04
7
-35
/
+55
*
GpuScheduler fix:
jbates@chromium.org
2011-06-03
5
-28
/
+87
*
Remove canvas throttling in GLES2Implementation::CopyTextureToParentTexture.
jbates@chromium.org
2011-06-03
1
-7
/
+0
*
More POSIX support for Chromium, consisting mostly of broadening ifdefs. This
tony@chromium.org
2011-06-02
5
-13
/
+13
*
Fix clang build failure introduced by r87408.
apatrick@chromium.org
2011-06-01
3
-1
/
+20
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
28
-50
/
+275
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
27
-280
/
+50
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
27
-50
/
+280
*
Speed up IdAllocator.
husky@google.com
2011-05-27
3
-11
/
+64
*
Fix ShaderTranslator not resetting the info_log on success.
gman@chromium.org
2011-05-26
2
-3
/
+15
*
Apply setInterval to new surface-context pairs
nduca@chromium.org
2011-05-25
1
-0
/
+12
*
Resubmit CL 86306
gman@chromium.org
2011-05-24
18
-0
/
+2034
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
2
-2
/
+2
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
11
-27
/
+65
*
Revert 86306 (failed compile on win builder) - Move OpenGL ES 2.0 conformance...
mattm@chromium.org
2011-05-23
17
-2030
/
+0
*
Move OpenGL ES 2.0 conformance test support into main tree
gman@chromium.org
2011-05-23
17
-0
/
+2030
*
Fix ringbuffer test.
jbauman@chromium.org
2011-05-20
2
-3
/
+28
*
Added more trace info to SwapBuffers, traced some functions in WebGraphicsCon...
jbates@chromium.org
2011-05-19
1
-4
/
+7
*
Changes to help optimizer eliminate redundant code in GPU logging.
apatrick@chromium.org
2011-05-18
1
-24
/
+47
*
Call SwapBuffersCallback multiple times if a frame was dropped.
nduca@chromium.org
2011-05-18
2
-0
/
+5
*
Add more stubbed out defines so nacl can bump chrome rev.
nfullagar@google.com
2011-05-16
1
-0
/
+3
[next]