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
*
Adds GLContext::LosesAllContextsOnContextLost.
amarinichev@chromium.org
2011-04-13
1
-3
/
+4
*
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
24
-99
/
+138
*
Don't flush trace events until tracing ends.
jbauman@chromium.org
2011-04-12
2
-12
/
+19
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
14
-26
/
+27
*
Initialize a few uninitialized members in GPU classes.
finnur@chromium.org
2011-03-28
7
-12
/
+26
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
24
-50
/
+50
*
Workground for glGenerateMipmap bug in some drivers.
gman@chromium.org
2011-03-26
5
-2
/
+67
*
Make Command Buffer limit count for glUniformXXv calls.
gman@chromium.org
2011-03-25
10
-83
/
+474
*
Refactor: Move app/surface to ui/gfx/surface.
backer@chromium.org
2011-03-25
2
-2
/
+3
*
Implement latch system to help with GPU compositing flow control.
gman@chromium.org
2011-03-24
18
-9
/
+311
*
Fix bug in shader and program managers.
gman@chromium.org
2011-03-23
6
-29
/
+112
*
Take the ANGLE path for glRenderbufferStorageMultisample when on ANGLE.
bsalomon@google.com
2011-03-23
1
-2
/
+7
*
Check the GPU watchdog after processing every 3D command.
jbauman@chromium.org
2011-03-23
2
-2
/
+13
*
Resubmit of reverted CL: http://codereview.chromium.org/6677105
twiz@chromium.org
2011-03-21
1
-0
/
+4
*
Fix bug in GPU_TRACE_EVENT_END.
nduca@chromium.org
2011-03-21
1
-3
/
+3
*
Change GL_EXT_texture_compression_s3tc to GL_CHROMIUM_texture_compression_dxt3
gman@chromium.org
2011-03-21
3
-11
/
+32
*
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 renderbuffer width, height issues
gman@chromium.org
2011-03-19
8
-20
/
+85
*
Validate that a GPU transfer buffer's size is valid when it is registered rat...
apatrick@chromium.org
2011-03-19
1
-28
/
+27
*
event trace plumbing for multi-process support
jbates@chromium.org
2011-03-18
1
-2
/
+2
*
Normalize the top-level ui/ module.
rsesek@chromium.org
2011-03-18
1
-1
/
+1
*
GPU process - parent GL context does not delete the textures it shares with c...
apatrick@chromium.org
2011-03-18
4
-6
/
+38
*
Fixed bug in DetachShader.
gman@chromium.org
2011-03-16
6
-11
/
+22
*
Attempting again to make clang happy wiht gpu::TraceEvent.
nduca@chromium.org
2011-03-15
2
-1
/
+9
*
Fix clang bots unhappiness withth gpu::TraceEvent.
nduca@chromium.org
2011-03-15
1
-0
/
+1
*
Introduce gpu_trace_event for gpu performance analysis.
nduca@chromium.org
2011-03-15
4
-0
/
+525
*
Fix for ANGLE and readpixels.
gman@chromium.org
2011-03-15
1
-0
/
+2
*
Fix clang buildbot
jbauman@chromium.org
2011-03-14
2
-0
/
+4
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-14
18
-56
/
+114
*
Revert 77899 - Connect up --disable-gl-multisampling to command buffer
kinuko@chromium.org
2011-03-12
18
-114
/
+56
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-12
18
-56
/
+114
*
Make readPixels work around bug in OSX drivers that don't always
gman@chromium.org
2011-03-10
4
-14
/
+123
*
Deleted WebPluginDelegatePepper and everything dependent on it.
apatrick@chromium.org
2011-03-10
2
-331
/
+0
*
Fix obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-03-09
1
-1
/
+0
*
Reland r76840 with fix for webkit_gpu dependencies.
apatrick@chromium.org
2011-03-08
3
-195
/
+0
*
Complete the revert of r76825 attempted in r76845.
apatrick@chromium.org
2011-03-04
2
-0
/
+175
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
1
-0
/
+20
*
Removed GPU plugin.
apatrick@chromium.org
2011-03-03
3
-195
/
+0
*
Support caching resources in GLES2 calls in NaCl.
neb@chromium.org
2011-03-02
1
-1
/
+1
*
Moved creation of GPU command buffer shared memory into the browser process.
apatrick@chromium.org
2011-02-28
7
-20
/
+63
*
Check for excessive dimensions.
cevans@chromium.org
2011-02-25
1
-0
/
+7
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
7
-16
/
+67
*
Fixed command-line flag to make the gpu demos work again. We now need --enabl...
alokp@chromium.org
2011-02-22
1
-2
/
+2
*
In r74071, the number of outstanding SwapBuffer/CopyTextureToParentTexture ca...
senorblanco@chromium.org
2011-02-15
1
-1
/
+1
*
Fix small incompatibility issues with Visual Studio 2010.
jeanluc@chromium.org
2011-02-14
1
-2
/
+1
*
Share PPAPI out-of-process plugins between renderer processes.
brettw@chromium.org
2011-02-13
12
-20
/
+29
*
Fixes to allow building with -pedantic.
neb@chromium.org
2011-02-11
2
-2
/
+2
*
Continuing with the out-of-lining of test code.
erg@google.com
2011-02-11
1
-2
/
+2
[next]