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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop the backbuffer on hidden tabs on GLX image transport.
backer@chromium.org
2011-11-17
1
-0
/
+12
*
Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...
cpu@chromium.org
2011-11-17
12
-387
/
+153
*
Use shared D3D9 texture to transport the compositor's backing buffer to the b...
apatrick@chromium.org
2011-11-16
12
-153
/
+387
*
share all the needed linux code with OpenBSD in chrome and content
robert.nagy@gmail.com
2011-11-11
1
-1
/
+1
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
1
-7
/
+1
*
Avoid blocking round-trips for resizing GLX image transport surface
piman@chromium.org
2011-11-09
1
-16
/
+19
*
Avoid processing two GetStateFast messages back to back.
jbauman@chromium.org
2011-11-03
2
-4
/
+25
*
Convert some non-debug logging on content/common to debug logging.
brettw@chromium.org
2011-10-29
8
-39
/
+39
*
Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
8
-39
/
+39
*
Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
8
-39
/
+39
*
Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...
apatrick@chromium.org
2011-10-26
1
-4
/
+4
*
Move common_param_traits and webkit_param_traits to content/public/common.
jam@chromium.org
2011-10-21
1
-1
/
+1
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
5
-172
/
+8
*
Fixed existing launch cause for video decode accelerator initialization,
kbr@chromium.org
2011-10-19
1
-1
/
+4
*
Fixed bugs with Pepper 3D under dynamic GPU switching.
kbr@chromium.org
2011-10-19
1
-0
/
+1
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
1
-1
/
+1
*
Check for extensions in order to fail early.
backer@chromium.org
2011-10-17
2
-23
/
+68
*
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
4
-0
/
+20
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
5
-2
/
+102
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Enable accelerated WebKit compositor for Aura.
backer@chromium.org
2011-10-13
2
-12
/
+16
*
Mac ImageTransportSurface does not assume that the default FBO is bound when ...
apatrick@chromium.org
2011-10-12
1
-5
/
+33
*
Make class anonymous and don't assume default FBO is active on Resize.
backer@chromium.org
2011-10-12
1
-7
/
+70
*
get rid of clearing/sync issues with osmesa
danakj@chromium.org
2011-10-11
1
-17
/
+5
*
Allow FlushSyncs to short circuit
jbauman@chromium.org
2011-10-10
5
-103
/
+67
*
Remove redundant file.
backer@chromium.org
2011-10-07
1
-106
/
+0
*
Remove unnecessary OSX specific IPC
backer@chromium.org
2011-10-06
5
-47
/
+0
*
ovda: fix the issue in calling destroy() after reset()
ashokm@nvidia.com
2011-09-30
1
-2
/
+3
*
Fix --disable-gpu-vsync
jbauman@chromium.org
2011-09-30
2
-0
/
+18
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
2
-3
/
+4
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
3
-18
/
+11
*
ImageTransportSurface for OS X
backer@chromium.org
2011-09-29
11
-347
/
+785
*
Fix broken RAF on Mac due to early Echo reply message.
jbates@chromium.org
2011-09-27
1
-2
/
+8
*
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
5
-41
/
+220
*
Code cleanup: rename DisallowedExtensions to DisallowedFeature.
zmo@google.com
2011-09-22
4
-10
/
+10
*
Turn on glsl built-in function emulation in ANGLE shader translator.
zmo@google.com
2011-09-20
1
-0
/
+2
*
Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
apatrick@chromium.org
2011-09-20
6
-120
/
+262
*
Wait properly for renderer crashes
phajdan.jr@chromium.org
2011-09-19
3
-8
/
+8
*
Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
rsimha@chromium.org
2011-09-16
6
-260
/
+118
*
Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...
apatrick@chromium.org
2011-09-16
6
-118
/
+260
*
Add myself to OWNERS.
backer@chromium.org
2011-09-15
1
-0
/
+1
*
Can't detect if decoder is being destructed.
backer@chromium.org
2011-09-14
1
-5
/
+0
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-1
/
+2
*
ImageTransportSurface: Get rid of multiple inheritance.
backer@chromium.org
2011-09-08
6
-129
/
+263
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
6
-154
/
+0
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
9
-89
/
+47
[next]