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
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
12
-12
/
+0
*
Fix glGetTexParameter so it works for TEXTURE_CUBE_MAP
gman@chromium.org
2012-07-11
3
-18
/
+3
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-07-11
2
-30
/
+38
*
re-enable depth texture gl test
gman@chromium.org
2012-07-10
1
-3
/
+3
*
Enable debugging code for non-official Android builds.
newt@chromium.org
2012-07-09
1
-0
/
+5
*
Add GL_CHROMIUM_get_error_query
gman@chromium.org
2012-07-09
18
-60
/
+314
*
Adding necessary plumbing for bindUniformLocationCHROMIUM extension.
alexst@chromium.org
2012-07-02
1
-0
/
+118
*
Add workaround ATI/AMD bug with gl_PointCoord
gman@chromium.org
2012-06-30
4
-0
/
+159
*
Unreviewed pixel wrangling. Temporarily disable DepthTextureTest.RenderTo bec...
shawnsingh@chromium.org
2012-06-30
1
-1
/
+3
*
Consolidate disable gpu workarounds code.
gman@chromium.org
2012-06-29
4
-22
/
+30
*
Adds switches for enabling the gpu program cache and setting the size of the ...
dmurph@chromium.org
2012-06-29
2
-0
/
+10
*
Roll ANGLE 1046:1168.
apatrick@chromium.org
2012-06-28
1
-1
/
+0
*
Defer descheduling of GPU commands until draw or swap
jbates@chromium.org
2012-06-28
9
-27
/
+47
*
Change GLES2DecoderImpl::UpdateBackbufferMemoryAccounting so that it is not c...
jbates@chromium.org
2012-06-28
1
-12
/
+16
*
Revert 144358 - Roll ANGLE 1046:1164.
jochen@chromium.org
2012-06-27
1
-0
/
+1
*
Roll ANGLE 1046:1164.
apatrick@chromium.org
2012-06-27
1
-1
/
+0
*
Aura: Fix partial swaps in the UI
backer@chromium.org
2012-06-26
2
-20
/
+10
*
Define GL_GLEXT_PROTOTYPES
jbauman@chromium.org
2012-06-26
1
-0
/
+3
*
Add glBindUniformLocationCHROMIUM
gman@chromium.org
2012-06-26
31
-782
/
+1038
*
Reduce the maximum texture size on Mac/AMD to 4096.
bsalomon@google.com
2012-06-25
1
-1
/
+8
*
Make GL_CHROMIUM_consistent_uniform_locations slighty more robust
gman@chromium.org
2012-06-20
11
-23
/
+129
*
Set default GL state
gman@chromium.org
2012-06-19
2
-0
/
+150
*
Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture...
twiz@chromium.org
2012-06-19
9
-11
/
+153
*
Revert 142931 - Set default GL state
zmo@chromium.org
2012-06-19
2
-150
/
+0
*
Set default GL state
gman@chromium.org
2012-06-19
2
-0
/
+150
*
Add support for GL_CHROMIUM_consistent_uniform_locations
gman@chromium.org
2012-06-19
21
-252
/
+698
*
gpu: add SignalSyncPoint to complement WaitSyncPoint
piman@chromium.org
2012-06-19
1
-0
/
+5
*
Fix 2 crashers in GLES2Implementation:
fischman@chromium.org
2012-06-15
2
-3
/
+9
*
Expose video memory usage estimation (textures, renderbuffers, buffers) in co...
zmo@chromium.org
2012-06-14
5
-0
/
+25
*
Cache shader translators.
backer@chromium.org
2012-06-13
7
-70
/
+279
*
hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-13
3
-4
/
+6
*
Make TextureManager correctly delete default textures.
gman@chromium.org
2012-06-13
4
-17
/
+70
*
Fix gles2 conformance tests
gman@chromium.org
2012-06-12
3
-5
/
+14
*
Revert 141302 - hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-08
3
-6
/
+4
*
hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-08
3
-4
/
+6
*
Enforce compressed texture restrictions
gman@chromium.org
2012-06-08
11
-638
/
+1010
*
Plum through ANGLE_depth_texture
gman@chromium.org
2012-06-08
21
-27
/
+951
*
Preempt renderers by browser UI in GpuScheduler.
backer@chromium.org
2012-06-06
3
-2
/
+42
*
GPU: Adding sync points for cross-channel synchronization
piman@chromium.org
2012-06-05
1
-0
/
+11
*
Make context groups share a TextureBufferManager
gman@chromium.org
2012-06-01
14
-31
/
+108
*
Disable GL_CHROMIUM_gpu_memory_manager extension on webgraphicscontext3d_in_p...
mmocny@chromium.org
2012-05-30
2
-2
/
+6
*
Put GL-command tracing behind a flag because it's too heavy normally.
jbates@chromium.org
2012-05-30
5
-2
/
+22
*
Add APK targets for gpu_unittests.
nileshagrawal@chromium.org
2012-05-30
1
-2
/
+30
*
Separate management of shared memory from CmdBufService to separate class
gman@chromium.org
2012-05-26
8
-231
/
+378
*
Add more GPU process trace events.
apatrick@chromium.org
2012-05-26
2
-28
/
+29
*
Move GpuScheduler descheduled trace event to GpuScheduler for better coverage.
jbates@chromium.org
2012-05-26
1
-0
/
+3
*
Defer initializing the CopyTextureCHROMIUMResourceManager
apatrick@chromium.org
2012-05-25
3
-137
/
+11
*
Add more trace events to GPU process.
apatrick@chromium.org
2012-05-24
1
-0
/
+1
*
Check for null GLES2DecoderImpl::copy_texture_CHROMIUM_
apatrick@chromium.org
2012-05-23
1
-1
/
+4
*
RefCounted types should not have public destructors, media/ and gpu/ edition
rsleevi@chromium.org
2012-05-18
10
-78
/
+93
[next]