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
/
command_buffer
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize TexImage2D.
gman@chromium.org
2011-06-07
1
-5
/
+20
*
Optimize BufferData
gman@chromium.org
2011-06-07
1
-6
/
+17
*
Remove canvas throttling in GLES2Implementation::CopyTextureToParentTexture.
jbates@chromium.org
2011-06-03
1
-7
/
+0
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
4
-1
/
+16
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
4
-16
/
+1
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
4
-1
/
+16
*
Fix ringbuffer test.
jbauman@chromium.org
2011-05-20
1
-0
/
+25
*
Implemented threshold based trace events that only get added to the trace if ...
jbates@chromium.org
2011-05-13
1
-1
/
+1
*
Implement GL_CHROMIUM_rate_limit_offscreen_context
nduca@chromium.org
2011-05-13
4
-0
/
+16
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-2
/
+2
*
Drive compositor scheduling with the swapbuffers callback.
nduca@chromium.org
2011-05-12
1
-1
/
+0
*
Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...
antonm@chromium.org
2011-05-12
1
-2
/
+2
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-2
/
+2
*
Changed CHECK to DCHECK in cmd_buffer_helper.cc.
apatrick@chromium.org
2011-05-11
1
-1
/
+1
*
Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-11
1
-2
/
+2
*
Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...
apatrick@chromium.org
2011-05-11
1
-2
/
+2
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
2
-27
/
+27
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
2
-27
/
+27
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
2
-27
/
+27
*
Rework SwapBuffers sync to allow enough SwapBuffers without blocking
piman@google.com
2011-05-06
1
-6
/
+13
*
Thanks to piman, added necessary glFlush to the IOSurface code path on
kbr@google.com
2011-05-05
1
-4
/
+0
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
2
-27
/
+27
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
2
-27
/
+27
*
Fix garbage seen on Mac OS X when toggling compositor and resizing
kbr@google.com
2011-05-04
1
-0
/
+4
*
Allow gpu ringbuffer to wrap around.
jbauman@chromium.org
2011-05-03
2
-13
/
+27
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
7
-7
/
+7
*
Add a yield command to the command buffer.
piman@google.com
2011-04-23
3
-1
/
+12
*
instrumented gles2 commands that call glFinish so that they show up in about:...
jbates@chromium.org
2011-04-19
1
-0
/
+21
*
Updated event trace code to stop on buffer full condition for any child proce...
jbates@chromium.org
2011-04-19
1
-0
/
+3
*
Landing issue 6828049 on behalf of KushalP.
apatrick@chromium.org
2011-04-14
5
-35
/
+35
*
Fix a regression in command buffer TexSubImage2D.
zmo@google.com
2011-04-14
1
-1
/
+2
*
Trace whenever renderer waits for command buffer space.
jbauman@chromium.org
2011-04-14
1
-11
/
+18
*
Handle the situation in command buffer when texImage2D fails. Current implem...
zmo@google.com
2011-04-13
4
-10
/
+26
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
6
-23
/
+22
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
1
-1
/
+1
*
Initialize a few uninitialized members in GPU classes.
finnur@chromium.org
2011-03-28
1
-7
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-5
/
+5
*
Implement latch system to help with GPU compositing flow control.
gman@chromium.org
2011-03-24
3
-0
/
+28
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-14
1
-0
/
+1
*
Revert 77899 - Connect up --disable-gl-multisampling to command buffer
kinuko@chromium.org
2011-03-12
1
-1
/
+0
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-12
1
-0
/
+1
*
Moved creation of GPU command buffer shared memory into the browser process.
apatrick@chromium.org
2011-02-28
1
-0
/
+5
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
1
-0
/
+6
*
In r74071, the number of outstanding SwapBuffer/CopyTextureToParentTexture ca...
senorblanco@chromium.org
2011-02-15
1
-1
/
+1
*
Share PPAPI out-of-process plugins between renderer processes.
brettw@chromium.org
2011-02-13
3
-3
/
+3
*
Fixes to allow building with -pedantic.
neb@chromium.org
2011-02-11
1
-1
/
+1
*
Implemented GPU process side flow control.
apatrick@chromium.org
2011-02-08
1
-1
/
+1
*
Remove support for client side arrays from client side gpu
gman@chromium.org
2011-02-05
3
-94
/
+51
*
Fix for jankiness in some accelerated 2D canvas demos: If there is already a...
senorblanco@chromium.org
2011-01-26
2
-4
/
+14
*
Fix to allow the gles2 conformance tests to run
gman@chromium.org
2011-01-19
1
-1
/
+1
[next]