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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove debug assertions for redundant FreeID calls.
husky@google.com
2011-06-06
2
-4
/
+19
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
4
-0
/
+50
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
3
-48
/
+0
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
3
-0
/
+48
*
Speed up IdAllocator.
husky@google.com
2011-05-27
3
-11
/
+64
*
Changes to help optimizer eliminate redundant code in GPU logging.
apatrick@chromium.org
2011-05-18
1
-24
/
+47
*
Add more stubbed out defines so nacl can bump chrome rev.
nfullagar@google.com
2011-05-16
1
-0
/
+3
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-0
/
+30
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-30
/
+0
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-0
/
+30
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
1
-30
/
+0
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
1
-0
/
+30
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
2
-6
/
+13
*
Add a yield command to the command buffer.
piman@google.com
2011-04-23
2
-3
/
+41
*
With latch support and higher level frame throttling, we no longer need to li...
jbates@chromium.org
2011-04-20
1
-7
/
+6
*
GpuScheduler no longer spins when it is waiting on a latch.
jbates@chromium.org
2011-04-18
1
-3
/
+3
*
Handle the situation in command buffer when texImage2D fails. Current implem...
zmo@google.com
2011-04-13
2
-13
/
+25
*
Fix the incorrect method name override.
jbates@chromium.org
2011-04-13
1
-0
/
+3
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
5
-38
/
+40
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
2
-4
/
+4
*
Initialize a few uninitialized members in GPU classes.
finnur@chromium.org
2011-03-28
1
-2
/
+4
*
Implement latch system to help with GPU compositing flow control.
gman@chromium.org
2011-03-24
4
-1
/
+114
*
Resubmit of reverted CL: http://codereview.chromium.org/6677105
twiz@chromium.org
2011-03-21
1
-0
/
+4
*
Revert 78801 - Addition of GL-redirecting mechanism for the Skia/GPU back-end...
bradnelson@google.com
2011-03-19
1
-4
/
+0
*
Addition of GL-redirecting mechanism for the Skia/GPU back-end. During execut...
twiz@chromium.org
2011-03-19
1
-0
/
+4
*
Fix for ANGLE and readpixels.
gman@chromium.org
2011-03-15
1
-0
/
+2
*
Moved creation of GPU command buffer shared memory into the browser process.
apatrick@chromium.org
2011-02-28
2
-0
/
+8
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
2
-0
/
+12
*
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
/
+7
*
Exposed GL_NV_fence bindings to GPU process.
apatrick@chromium.org
2011-01-26
1
-0
/
+14
*
Fix compile warnings that break NaCl build.
neb@chromium.org
2011-01-26
3
-4
/
+4
*
Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.
kbr@chromium.org
2011-01-26
1
-0
/
+4
*
Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...
piman@google.com
2011-01-14
2
-2
/
+10
*
Move lots of GMock stuff out of line.
erg@google.com
2011-01-05
2
-7
/
+21
*
Make CopyTexImage2D and CopyTexSubImage2D fail if
gman@chromium.org
2010-12-23
2
-0
/
+27
*
Exposed support for dynamically enabling extensions in command buffer
kbr@google.com
2010-12-06
3
-0
/
+96
*
Renames Chrome only GL extension functions to follow
gman@chromium.org
2010-11-18
5
-130
/
+133
*
Adds support for GL_FIXED vertex attributes.
gman@chromium.org
2010-11-18
1
-0
/
+2
*
Added glResizeCHRM to resize the drawable associated with the command buffer.
gman@chromium.org
2010-11-16
4
-1
/
+57
*
Fix GL_OES_standard_derivatives support.
gman@chromium.org
2010-11-13
1
-0
/
+4
*
Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...
senorblanco@chromium.org
2010-10-22
1
-0
/
+6
*
Move constructor and destructor of MockGLInterface out of line.
thakis@chromium.org
2010-10-14
2
-0
/
+424
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
2
-24
/
+34
*
Adds stub for client side GL logging.
gman@chromium.org
2010-09-23
3
-3
/
+3
*
Revert 59119 - Removed includion of <iostream> from logging.h.
jamesr@chromium.org
2010-09-12
1
-11
/
+7
*
Removed includion of <iostream> from logging.h.
apatrick@chromium.org
2010-09-10
1
-7
/
+11
*
Removed dependencies on base from GPU common and client code.
apatrick@chromium.org
2010-09-08
8
-65
/
+206
*
Add way to create a texture in parent's context and copy into it
jamesr@chromium.org
2010-08-28
4
-0
/
+56
[next]