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
/
content
/
common
/
gpu
/
gpu_command_buffer_stub.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-9
/
+4
*
Add --enable-gpu-debugging to call glGetError after every command in the comm...
gman@chromium.org
2012-01-14
1
-1
/
+1
*
Add the ability to share GL contexts across channels.
piman@chromium.org
2012-01-12
1
-4
/
+4
*
Make GpuCommandBufferStub slightly more robust to bad messages from client.
gman@chromium.org
2012-01-06
1
-30
/
+59
*
Relanding this change with fixes for the windows shared builder.
ananta@chromium.org
2011-12-22
1
-1
/
+2
*
Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware decoder...
ananta@chromium.org
2011-12-22
1
-2
/
+1
*
Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ...
ananta@chromium.org
2011-12-22
1
-1
/
+2
*
Initialize GPU Scheduler's command decoder pointer.
jbauman@chromium.org
2011-12-20
1
-1
/
+1
*
Hopefully fix flakiness of GPU tests and also fix runs on CrOS.
jbates@chromium.org
2011-12-14
1
-5
/
+0
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
1
-0
/
+16
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
1
-15
/
+12
*
Ensure that GpuScheduler invokes fence tasks even if client is not flushing.
apatrick@chromium.org
2011-12-08
1
-3
/
+9
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
1
-12
/
+15
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
1
-15
/
+12
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
1
-9
/
+15
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
1
-15
/
+9
*
Improve GPU tests to fail when GPU drawing fails.
jbates@chromium.org
2011-12-02
1
-0
/
+7
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-22
1
-72
/
+16
*
base::Bind() conversion for remaining GPU files.
dcheng@chromium.org
2011-11-22
1
-6
/
+8
*
Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-21
1
-16
/
+72
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-21
1
-72
/
+16
*
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-18
1
-16
/
+72
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-18
1
-72
/
+16
*
base::Bind() conversion for content/common/gpu and content/gpu
dcheng@chromium.org
2011-11-17
1
-2
/
+1
*
Revert 110548 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-17
1
-16
/
+72
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-17
1
-72
/
+16
*
Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...
cpu@chromium.org
2011-11-17
1
-16
/
+72
*
Use shared D3D9 texture to transport the compositor's backing buffer to the b...
apatrick@chromium.org
2011-11-16
1
-72
/
+16
*
share all the needed linux code with OpenBSD in chrome and content
robert.nagy@gmail.com
2011-11-11
1
-1
/
+1
*
Convert some non-debug logging on content/common to debug logging.
brettw@chromium.org
2011-10-29
1
-4
/
+4
*
Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
1
-4
/
+4
*
Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
1
-4
/
+4
*
Revert 105607 - Revert 105602 - Ensure GLES2CmdDecoder is not destroyed if it...
apatrick@chromium.org
2011-10-15
1
-0
/
+6
*
Revert 105602 - Ensure GLES2CmdDecoder is not destroyed if it has not been in...
jar@chromium.org
2011-10-14
1
-6
/
+0
*
Ensure GLES2CmdDecoder is not destroyed if it has not been initialized.
apatrick@chromium.org
2011-10-14
1
-0
/
+6
*
Adding gl command to change surface visibility, so that the gpu process can a...
mmocny@chromium.org
2011-10-14
1
-0
/
+6
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-2
/
+10
*
Enable accelerated WebKit compositor for Aura.
backer@chromium.org
2011-10-13
1
-7
/
+9
*
Allow FlushSyncs to short circuit
jbauman@chromium.org
2011-10-10
1
-45
/
+13
*
Fix --disable-gpu-vsync
jbauman@chromium.org
2011-09-30
1
-0
/
+16
*
ImageTransportSurface for OS X
backer@chromium.org
2011-09-29
1
-147
/
+12
*
Lose all contexts in context lost in OnMessageReceived.
jbauman@chromium.org
2011-09-23
1
-0
/
+2
*
Implements OSMesaImageTransportSurface in the GPU for sending GLSurface from ...
wjmaclean@google.com
2011-09-23
1
-2
/
+2
*
Code cleanup: rename DisallowedExtensions to DisallowedFeature.
zmo@google.com
2011-09-22
1
-3
/
+3
*
Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
apatrick@chromium.org
2011-09-20
1
-102
/
+191
*
Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
rsimha@chromium.org
2011-09-16
1
-191
/
+102
*
Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...
apatrick@chromium.org
2011-09-16
1
-102
/
+191
*
ImageTransportSurface: Get rid of multiple inheritance.
backer@chromium.org
2011-09-08
1
-1
/
+5
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
1
-1
/
+0
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
1
-2
/
+2
[next]