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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement GL_EXT_occlusion_query_boolean on OSX
gman@chromium.org
2012-05-14
8
-27
/
+158
*
Cache more GL state client side
gman@chromium.org
2012-05-12
5
-98
/
+254
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
14
-30
/
+30
*
Fix cmd buf impl of glIsEnabled to return cached value
gman@chromium.org
2012-05-12
10
-18
/
+66
*
Make glGenerateMipmap handle out of memory
gman@chromium.org
2012-05-12
3
-1
/
+44
*
Consolidate GPU unit test expectiation functions.
gman@chromium.org
2012-05-10
5
-377
/
+235
*
make GLboolean print GL_TRUE, GL_FALSE when debugging.
gman@chromium.org
2012-05-10
1
-1
/
+1
*
Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniforms
gman@chromium.org
2012-05-10
4
-0
/
+153
*
Initialize GL attribs
gman@chromium.org
2012-05-09
4
-0
/
+24
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-05-09
2
-5
/
+6
*
Work around graphics hangs on MacBook Airs with Intel GPUs by calling glFinis...
kbr@chromium.org
2012-05-09
2
-0
/
+7
*
Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture.
twiz@chromium.org
2012-05-09
3
-4
/
+128
*
Make GL_VENDOR and GL_RENDERER always return 'Chromium'
gman@chromium.org
2012-05-09
2
-0
/
+21
*
Fix Noop bug
gman@chromium.org
2012-05-09
3
-2
/
+16
*
Add more disable-workaround checks
gman@chromium.org
2012-05-08
6
-8
/
+30
*
Make unit test to check glCopyTextureCHROMIUM works with deleted programs
gman@chromium.org
2012-05-08
12
-86
/
+278
*
Move gles2 extensions out of dev.
nfullagar@google.com
2012-05-07
2
-8
/
+8
*
Move GL_GLEXT_PROTOTYPES to gyp file
gman@chromium.org
2012-05-07
3
-12
/
+0
*
Adjust the constant pixel color values so that premultiplied alpha operations...
twiz@chromium.org
2012-05-05
1
-3
/
+4
*
Addition of break statement to prevent accidental switch fall-through in the ...
twiz@chromium.org
2012-05-05
1
-0
/
+1
*
Addition of a set of basic unit tests for the GL_CHROMIUM_copy_texture extens...
twiz@chromium.org
2012-05-04
13
-67
/
+357
*
Limit the number of GL errors logged
gman@chromium.org
2012-05-04
3
-7
/
+29
*
ui: Move surface/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-03
2
-3
/
+3
*
Update gl2.h and gl2ext.h headers from Khronos.
nfullagar@google.com
2012-05-03
1
-0
/
+1
*
WebGraphicsContext3DInProcessCommandBuffer should report that it does not sup...
vollick@chromium.org
2012-05-02
2
-2
/
+5
*
generate INVALID_VALUE if calling Uniform1i/v on sampler > MAX_IMAGE_TEXTURE_...
gman@chromium.org
2012-05-02
4
-6
/
+44
*
Add Occlusion Query test to gl_tests
gman@chromium.org
2012-05-02
5
-5
/
+371
*
Allow textures to be moved from one GL context group to another.
apatrick@chromium.org
2012-05-01
30
-42
/
+1619
*
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
5
-28
/
+34
*
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
23
-42
/
+898
*
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
23
-900
/
+42
*
Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...
twiz@chromium.org
2012-04-19
23
-42
/
+900
*
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
*
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
4
-0
/
+273
*
Add GL_EXT_unpack_subimage support to command buffer client code.
bsalomon@google.com
2012-04-10
8
-224
/
+438
*
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
6
-109
/
+285
*
Build fix: change the code, forget to change the test.
zmo@chromium.org
2012-04-09
1
-3
/
+3
[next]