summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Adjust the constant pixel color values so that premultiplied alpha operations...twiz@chromium.org2012-05-051-3/+4
* Addition of break statement to prevent accidental switch fall-through in the ...twiz@chromium.org2012-05-051-0/+1
* Addition of a set of basic unit tests for the GL_CHROMIUM_copy_texture extens...twiz@chromium.org2012-05-0415-69/+368
* Limit the number of GL errors loggedgman@chromium.org2012-05-043-7/+29
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-034-4/+5
* Update gl2.h and gl2ext.h headers from Khronos.nfullagar@google.com2012-05-031-0/+1
* WebGraphicsContext3DInProcessCommandBuffer should report that it does not sup...vollick@chromium.org2012-05-022-2/+5
* generate INVALID_VALUE if calling Uniform1i/v on sampler > MAX_IMAGE_TEXTURE_...gman@chromium.org2012-05-024-6/+44
* Add Occlusion Query test to gl_testsgman@chromium.org2012-05-026-8/+393
* Added documentation for GL_CHROMIUM_texture_mailbox GL extension.apatrick@chromium.org2012-05-021-0/+119
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-0134-43/+1627
* Clear uniformsgman@chromium.org2012-04-285-8/+186
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-0/+1
* Add trace around DoTexStorage2DExtnduca@chromium.org2012-04-261-0/+1
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-257-28/+36
* Make transfer buffer reallocate at default size.gman@chromium.org2012-04-243-3/+33
* Unbind texture from all texture units when deleting it.piman@chromium.org2012-04-241-1/+1
* Fix gl_testsgman@chromium.org2012-04-231-0/+2
* Re-submission of http://codereview.chromium.org/9968113twiz@chromium.org2012-04-2025-42/+966
* Add --enforce-gl-minimums flaggman@chromium.org2012-04-194-12/+101
* Revert 132934 - this change seems to break many webgl related layout teststoyoshim@chromium.org2012-04-1925-968/+42
* Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...twiz@chromium.org2012-04-1925-42/+968
* Fix a bug in EXT_texture_filter_anisotropic related queries.zmo@chromium.org2012-04-191-0/+4
* Tile clearing of large textures.bsalomon@google.com2012-04-181-12/+40
* Add a few more DCHECKs to the GPU code.gman@chromium.org2012-04-182-0/+6
* aura/texture transport: Keep ref to texture infos to avoid races with the UIpiman@chromium.org2012-04-171-4/+12
* Let target egl_main_native build without error.thakis@chromium.org2012-04-131-0/+1
* Make it so you can add GPU switches by editing 2 files instead of 3.gman@chromium.org2012-04-132-0/+13
* Turn off shader function emulation on Windows.zmo@google.com2012-04-131-3/+0
* Add gl_tests target as place to put GL tests for the command buffer.gman@chromium.org2012-04-125-0/+304
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Add GL_EXT_unpack_subimage support to command buffer client code.bsalomon@google.com2012-04-109-225/+512
* Revert 131177 - aura: Change shared context to be offscreen for armmazda@chromium.org2012-04-106-35/+28
* Always write data to new buffer in SimulateAttrib0gman@chromium.org2012-04-101-9/+10
* Optimize GetBucketContentsgman@chromium.org2012-04-096-109/+285
* Build fix: change the code, forget to change the test.zmo@chromium.org2012-04-091-3/+3
* Change the glGetShaderPrecisionFormat emulated values.zmo@chromium.org2012-04-091-5/+7
* Hanlde long attribute name mapping in bindAttribLocation.zmo@chromium.org2012-04-075-2/+58
* Delete renderbuffers when no longer referencedgman@chromium.org2012-04-064-16/+43
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-066-28/+35
* Allow |msg| to be NULLtbreisacher@chromium.org2012-04-061-1/+2
* Delete framebuffers when no longer referenced.gman@chromium.org2012-04-064-21/+56
* Delete Programs when no longer referencedgman@chromium.org2012-04-059-32/+82
* Don't delete textures until they're no longer referenced.gman@chromium.org2012-04-054-18/+46
* Prevent Mipmap generation for compressed textures.gman@chromium.org2012-04-052-2/+5
* Make buffer not get deleted until the last reference is released.gman@chromium.org2012-04-054-19/+40
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-052-6/+6
* Revert "Revert 130737 - Make contexts actually use ShareGroup for shared cont...gman@chromium.org2012-04-047-228/+152
* Revert 130737 - Make contexts actually use ShareGroup for shared contexts.binji@chromium.org2012-04-046-149/+143
* Make contexts actually use ShareGroup for shared contexts.gman@chromium.org2012-04-046-143/+149