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
/
command_buffer
/
service
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear uniforms
gman@chromium.org
2012-04-28
5
-8
/
+186
*
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
4
-28
/
+33
*
Re-submission of http://codereview.chromium.org/9968113
twiz@chromium.org
2012-04-20
11
-33
/
+765
*
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
11
-767
/
+33
*
Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...
twiz@chromium.org
2012-04-19
11
-33
/
+767
*
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
*
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_EXT_unpack_subimage support to command buffer client code.
bsalomon@google.com
2012-04-10
2
-46
/
+36
*
Revert 131177 - aura: Change shared context to be offscreen for arm
mazda@chromium.org
2012-04-10
4
-33
/
+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
2
-19
/
+102
*
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
4
-28
/
+33
*
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
8
-32
/
+81
*
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
*
Limit max texture size to 4096x4096 on intel mac
gman@chromium.org
2012-04-03
1
-0
/
+2
*
Revert 129879 - Revert 129819 - Add CHECK on non-generated ids in command buf...
zmo@google.com
2012-03-30
2
-19
/
+16
*
Revert 129819 - Add CHECK on non-generated ids in command buffer.
zmo@google.com
2012-03-30
2
-16
/
+19
*
Fix GL resource sharing
gman@chromium.org
2012-03-30
1
-95
/
+0
*
Add CHECK on non-generated ids in command buffer.
gman@chromium.org
2012-03-30
2
-19
/
+16
*
make disable-glsl-translator work again
gman@chromium.org
2012-03-26
4
-7
/
+28
*
Chromium implementation of discardBackbuffer WebGraphicsContext3D extension.
mmocny@chromium.org
2012-03-23
1
-0
/
+1
*
Modify gpu::gles2::FeatureInfo::AddFeatures to enable feature flags based on ...
bsalomon@google.com
2012-03-23
1
-3
/
+3
*
Fix OES_texture_float test failure.
zmo@chromium.org
2012-03-20
1
-8
/
+38
*
Increase reschedule timeout to 1 second.
jbauman@chromium.org
2012-03-20
1
-1
/
+1
*
Check that attachments are the correct type for the attachment type
gman@chromium.org
2012-03-19
2
-8
/
+35
*
Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.
gman@chromium.org
2012-03-14
12
-437
/
+641
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-03-13
1
-0
/
+1
*
Schedule for pending queries
gman@chromium.org
2012-03-13
7
-13
/
+38
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
17
-68
/
+1309
*
Deschedule command buffer while polling fences
jbauman@chromium.org
2012-03-06
2
-5
/
+8
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
16
-32
/
+48
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
16
-48
/
+32
*
Fails glLinkProgram if two glBindAttribLocation conflicts.
zmo@chromium.org
2012-03-02
4
-1
/
+126
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
16
-32
/
+48
*
Expose API for GL_EXT_occlusion_query_boolean but as no-ops
gman@chromium.org
2012-02-27
6
-10
/
+104
*
Fix fake uniforms for Uniform2i, 3i and 4i
gman@chromium.org
2012-02-23
3
-7
/
+25
*
Map uniform locations to fake locations.
gman@chromium.org
2012-02-22
8
-270
/
+361
*
This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...
mmocny@chromium.org
2012-02-21
1
-0
/
+1
[next]