summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Get correct backbuffer format when context is on screen.gman@chromium.org2011-01-211-2/+9
* Fix for gl programs. An unsuccessful link should reportgman@chromium.org2011-01-201-2/+3
* Make glVertexAttribPointer return INVALID_OPERATION for offsetsgman@chromium.org2011-01-071-3/+8
* Fix glIsFoo() functions for non-bound objects in command buffer.enne@chromium.org2011-01-051-4/+16
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-231-101/+87
* Fixed requesting of GL_EXT_texture_format_BGRA8888 andkbr@chromium.org2010-12-221-1/+1
* Map the render process's glBindFramebuffer(0) to the context's backing FBO.klobag@chromium.org2010-12-211-0/+2
* Fix glCopyTexImage2D and glCopyTexSubImage2D to handlegman@chromium.org2010-12-211-2/+89
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+5
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-27/+26
* Fix off by one error in glGetShaderiv for the sizegman@chromium.org2010-12-131-1/+1
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-061-37/+97
* Fix zero length string bug and NPOT buggman@chromium.org2010-12-031-11/+12
* Resize synchronization for Linux.backer@chromium.org2010-11-251-2/+14
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-5/+5
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-5/+5
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-32/+36
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-181-37/+200
* Do an early return from GLES2DecoderImpl::Initialize if context group initial...senorblanco@chromium.org2010-11-171-0/+1
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+7
* Fix bool issues.gman@chromium.org2010-11-121-4/+4
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-121-4/+5
* Handle GL errors when querying the multisample count.enne@chromium.org2010-11-111-1/+3
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-091-4/+18
* Re-add setting of wrap and filtering mode parameters of backingkbr@chromium.org2010-11-091-0/+24
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-5/+0
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+5
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-5/+0
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-041-3/+6
* Saved offscreen textures are allocated GL_RGB when no alpha channel is reques...apatrick@chromium.org2010-11-031-31/+67
* Fix destruction order of ContextGroupgman@chromium.org2010-10-271-3/+7
* Disable scissor test during multisample resolve.enne@chromium.org2010-10-271-0/+4
* Fix antialiasing in WebGL.enne@chromium.org2010-10-251-1/+1
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-201-2/+5
* Convert LOG(INFO) to VLOG(1) - gpu/.pkasting@chromium.org2010-10-201-14/+7
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-13/+26
* Use packed depth/stencil format if available.enne@chromium.org2010-10-141-2/+4
* gpu: Make sure the fbo is always bound while the swap callback runs if an off...thakis@chromium.org2010-10-111-10/+20
* gpu: Removed unused class declaration.thakis@chromium.org2010-10-081-13/+0
* Rolled ANGLE rev 441:443. Other changes to accomodate the new ANGLE API.alokp@chromium.org2010-10-061-4/+4
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-111/+375
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-31/+34
* Fix WebGL getParameter bug in command buffer. zmo@google.com2010-09-241-4/+1
* Revert 60236 - Fix WebGL getParameter bug in command buffer. atwilson@chromium.org2010-09-231-1/+4
* Fix WebGL getParameter bug in command buffer. darin@chromium.org2010-09-221-4/+1
* Enabled GL_POINT_SPRITE capability in desktop GL backend for commandkbr@google.com2010-09-201-1/+4
* Added lots of logging to the GPU code.apatrick@chromium.org2010-09-201-6/+34
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-0/+13
* Enables GL_OES_standard_derivativesgman@chromium.org2010-09-171-3/+2
* Bumped ANGLE rev to 425 to pull the new API for extracting attribs and unifor...alokp@chromium.org2010-09-171-47/+14