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
*
Add Occlusion Query test to gl_tests
gman@chromium.org
2012-05-02
6
-8
/
+393
*
Added documentation for GL_CHROMIUM_texture_mailbox GL extension.
apatrick@chromium.org
2012-05-02
1
-0
/
+119
*
Allow textures to be moved from one GL context group to another.
apatrick@chromium.org
2012-05-01
34
-43
/
+1627
*
Clear uniforms
gman@chromium.org
2012-04-28
5
-8
/
+186
*
Don't make checkdeps ignore includes to directories that are brought in via d...
jam@chromium.org
2012-04-27
1
-0
/
+1
*
Add trace around DoTexStorage2DExt
nduca@chromium.org
2012-04-26
1
-0
/
+1
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-25
7
-28
/
+36
*
Make transfer buffer reallocate at default size.
gman@chromium.org
2012-04-24
3
-3
/
+33
*
Unbind texture from all texture units when deleting it.
piman@chromium.org
2012-04-24
1
-1
/
+1
*
Fix gl_tests
gman@chromium.org
2012-04-23
1
-0
/
+2
*
Re-submission of http://codereview.chromium.org/9968113
twiz@chromium.org
2012-04-20
25
-42
/
+966
*
Add --enforce-gl-minimums flag
gman@chromium.org
2012-04-19
4
-12
/
+101
*
Revert 132934 - this change seems to break many webgl related layout tests
toyoshim@chromium.org
2012-04-19
25
-968
/
+42
*
Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...
twiz@chromium.org
2012-04-19
25
-42
/
+968
*
Fix a bug in EXT_texture_filter_anisotropic related queries.
zmo@chromium.org
2012-04-19
1
-0
/
+4
*
Tile clearing of large textures.
bsalomon@google.com
2012-04-18
1
-12
/
+40
*
Add a few more DCHECKs to the GPU code.
gman@chromium.org
2012-04-18
2
-0
/
+6
*
aura/texture transport: Keep ref to texture infos to avoid races with the UI
piman@chromium.org
2012-04-17
1
-4
/
+12
*
Let target egl_main_native build without error.
thakis@chromium.org
2012-04-13
1
-0
/
+1
*
Make it so you can add GPU switches by editing 2 files instead of 3.
gman@chromium.org
2012-04-13
2
-0
/
+13
*
Turn off shader function emulation on Windows.
zmo@google.com
2012-04-13
1
-3
/
+0
*
Add gl_tests target as place to put GL tests for the command buffer.
gman@chromium.org
2012-04-12
5
-0
/
+304
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+1
*
Add GL_EXT_unpack_subimage support to command buffer client code.
bsalomon@google.com
2012-04-10
9
-225
/
+512
*
Revert 131177 - aura: Change shared context to be offscreen for arm
mazda@chromium.org
2012-04-10
6
-35
/
+28
*
Always write data to new buffer in SimulateAttrib0
gman@chromium.org
2012-04-10
1
-9
/
+10
*
Optimize GetBucketContents
gman@chromium.org
2012-04-09
6
-109
/
+285
*
Build fix: change the code, forget to change the test.
zmo@chromium.org
2012-04-09
1
-3
/
+3
*
Change the glGetShaderPrecisionFormat emulated values.
zmo@chromium.org
2012-04-09
1
-5
/
+7
*
Hanlde long attribute name mapping in bindAttribLocation.
zmo@chromium.org
2012-04-07
5
-2
/
+58
*
Delete renderbuffers when no longer referenced
gman@chromium.org
2012-04-06
4
-16
/
+43
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-06
6
-28
/
+35
*
Allow |msg| to be NULL
tbreisacher@chromium.org
2012-04-06
1
-1
/
+2
*
Delete framebuffers when no longer referenced.
gman@chromium.org
2012-04-06
4
-21
/
+56
*
Delete Programs when no longer referenced
gman@chromium.org
2012-04-05
9
-32
/
+82
*
Don't delete textures until they're no longer referenced.
gman@chromium.org
2012-04-05
4
-18
/
+46
*
Prevent Mipmap generation for compressed textures.
gman@chromium.org
2012-04-05
2
-2
/
+5
*
Make buffer not get deleted until the last reference is released.
gman@chromium.org
2012-04-05
4
-19
/
+40
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
2
-6
/
+6
*
Revert "Revert 130737 - Make contexts actually use ShareGroup for shared cont...
gman@chromium.org
2012-04-04
7
-228
/
+152
*
Revert 130737 - Make contexts actually use ShareGroup for shared contexts.
binji@chromium.org
2012-04-04
6
-149
/
+143
*
Make contexts actually use ShareGroup for shared contexts.
gman@chromium.org
2012-04-04
6
-143
/
+149
*
Revert "Revert 130384 - Broke a few Mac bots"
gman@chromium.org
2012-04-04
10
-309
/
+563
*
Revert 130384 - Broke a few Mac bots
rsleevi@chromium.org
2012-04-03
10
-564
/
+309
*
Revert "Revert "Make ShareGroup thread safe" http://crrev.com/130034."
gman@chromium.org
2012-04-03
10
-309
/
+564
*
Limit max texture size to 4096x4096 on intel mac
gman@chromium.org
2012-04-03
1
-0
/
+2
*
PpapiCommandBufferProxy implements CommandBufferProxy.
fsamuel@chromium.org
2012-04-02
3
-0
/
+72
*
Revert "Make ShareGroup thread safe" http://crrev.com/130034.
apavlov@chromium.org
2012-03-31
10
-564
/
+309
*
Make ShareGroup thread safe
gman@chromium.org
2012-03-31
10
-309
/
+564
*
Revert 129879 - Revert 129819 - Add CHECK on non-generated ids in command buf...
zmo@google.com
2012-03-30
2
-19
/
+16
[next]