summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Correctly identify INTEL on Linuxgman@chromium.org2012-05-174-19/+69
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-1712-38/+122
* Make StrictIdHandler mark IDs as usedpiman@chromium.org2012-05-171-41/+4
* Correct the clear semantics for textures used by the GL_CHROMIUM_clopy_textur...twiz@chromium.org2012-05-151-0/+2
* Don't enable occlusion query on Linux with Intel drivers.gman@chromium.org2012-05-158-29/+84
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-154-0/+16
* Make genereteMipmap clear uncleared level 0gman@chromium.org2012-05-143-2/+35
* Add more warnings for GL programs.gman@chromium.org2012-05-141-27/+64
* Implement GL_EXT_occlusion_query_boolean on OSXgman@chromium.org2012-05-148-27/+158
* Cache more GL state client sidegman@chromium.org2012-05-125-98/+254
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-1225-53/+54
* Fix cmd buf impl of glIsEnabled to return cached valuegman@chromium.org2012-05-1210-18/+66
* Make glGenerateMipmap handle out of memorygman@chromium.org2012-05-123-1/+44
* Consolidate GPU unit test expectiation functions.gman@chromium.org2012-05-105-377/+235
* make GLboolean print GL_TRUE, GL_FALSE when debugging.gman@chromium.org2012-05-101-1/+1
* Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniformsgman@chromium.org2012-05-104-0/+153
* Initialize GL attribsgman@chromium.org2012-05-094-0/+24
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-05-092-5/+6
* Work around graphics hangs on MacBook Airs with Intel GPUs by calling glFinis...kbr@chromium.org2012-05-092-0/+7
* Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture.twiz@chromium.org2012-05-093-4/+128
* Make GL_VENDOR and GL_RENDERER always return 'Chromium'gman@chromium.org2012-05-092-0/+21
* Fix Noop buggman@chromium.org2012-05-093-2/+16
* Add more disable-workaround checksgman@chromium.org2012-05-086-8/+30
* Make unit test to check glCopyTextureCHROMIUM works with deleted programsgman@chromium.org2012-05-0813-109/+285
* Move gles2 extensions out of dev.nfullagar@google.com2012-05-072-8/+8
* Move GL_GLEXT_PROTOTYPES to gyp filegman@chromium.org2012-05-074-13/+1
* 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