summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for GL_CHROMIUM_consistent_uniform_locationsgman@chromium.org2012-06-191-4/+4
* Cache shader translators.backer@chromium.org2012-06-131-10/+14
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-131-2/+2
* Revert 141302 - hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-081-2/+2
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-081-2/+2
* Enforce compressed texture restrictionsgman@chromium.org2012-06-081-358/+522
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-081-0/+102
* Put GL-command tracing behind a flag because it's too heavy normally.jbates@chromium.org2012-05-301-0/+6
* Add more GPU process trace events.apatrick@chromium.org2012-05-261-27/+25
* Defer initializing the CopyTextureCHROMIUMResourceManagerapatrick@chromium.org2012-05-251-4/+11
* Add more trace events to GPU process.apatrick@chromium.org2012-05-241-0/+1
* Check for null GLES2DecoderImpl::copy_texture_CHROMIUM_apatrick@chromium.org2012-05-231-1/+4
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-171-28/+27
* 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-151-4/+2
* Make genereteMipmap clear uncleared level 0gman@chromium.org2012-05-141-0/+5
* Add more warnings for GL programs.gman@chromium.org2012-05-141-27/+64
* Implement GL_EXT_occlusion_query_boolean on OSXgman@chromium.org2012-05-141-2/+1
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-3/+3
* Fix cmd buf impl of glIsEnabled to return cached valuegman@chromium.org2012-05-121-0/+18
* Make glGenerateMipmap handle out of memorygman@chromium.org2012-05-121-1/+7
* Make GL_VENDOR and GL_RENDERER always return 'Chromium'gman@chromium.org2012-05-091-0/+6
* Add more disable-workaround checksgman@chromium.org2012-05-081-4/+13
* Make unit test to check glCopyTextureCHROMIUM works with deleted programsgman@chromium.org2012-05-081-7/+5
* 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-041-24/+48
* Limit the number of GL errors loggedgman@chromium.org2012-05-041-7/+24
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-031-2/+2
* generate INVALID_VALUE if calling Uniform1i/v on sampler > MAX_IMAGE_TEXTURE_...gman@chromium.org2012-05-021-2/+10
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-0/+93
* Clear uniformsgman@chromium.org2012-04-281-2/+6
* Add trace around DoTexStorage2DExtnduca@chromium.org2012-04-261-0/+1
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-251-26/+26
* Re-submission of http://codereview.chromium.org/9968113twiz@chromium.org2012-04-201-8/+168
* Revert 132934 - this change seems to break many webgl related layout teststoyoshim@chromium.org2012-04-191-168/+8
* Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...twiz@chromium.org2012-04-191-8/+168
* Tile clearing of large textures.bsalomon@google.com2012-04-181-12/+40
* aura/texture transport: Keep ref to texture infos to avoid races with the UIpiman@chromium.org2012-04-171-4/+12
* Turn off shader function emulation on Windows.zmo@google.com2012-04-131-3/+0
* Add GL_EXT_unpack_subimage support to command buffer client code.bsalomon@google.com2012-04-101-44/+34
* Revert 131177 - aura: Change shared context to be offscreen for armmazda@chromium.org2012-04-101-26/+26
* Always write data to new buffer in SimulateAttrib0gman@chromium.org2012-04-101-9/+10
* Change the glGetShaderPrecisionFormat emulated values.zmo@chromium.org2012-04-091-5/+7
* Hanlde long attribute name mapping in bindAttribLocation.zmo@chromium.org2012-04-071-0/+8
* Delete renderbuffers when no longer referencedgman@chromium.org2012-04-061-2/+0
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-061-26/+26
* Delete framebuffers when no longer referenced.gman@chromium.org2012-04-061-2/+0
* Delete Programs when no longer referencedgman@chromium.org2012-04-051-1/+0
* Don't delete textures until they're no longer referenced.gman@chromium.org2012-04-051-1/+0
* Prevent Mipmap generation for compressed textures.gman@chromium.org2012-04-051-1/+1