summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-171-13/+0
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-171-0/+13
* We need to initialize backbuffer to all 0s instead of some random color. It ...zmo@google.com2010-09-131-1/+1
* GPU process reports context lost when SwapBuffers fails.apatrick@chromium.org2010-09-101-1/+2
* GPU process SwapBuffers from child to parent context calls glFlush before inv...apatrick@chromium.org2010-09-021-62/+56
* Added check that:alokp@chromium.org2010-09-011-0/+5
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-281-0/+43
* Bumped ANGLE rev and related changes.alokp@chromium.org2010-08-261-8/+12
* Fix issue with count=0 for DrawArrays and DrawElementsgman@chromium.org2010-08-261-0/+9
* Removed compile-time GLES2_GPU_SERVICE_TRANSLATE_SHADER flag because whether ...alokp@chromium.org2010-08-251-42/+33
* Fixes for the default texture.gman@chromium.org2010-08-241-37/+11
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-231-49/+192
* Properly fixing crash due to out-of-order call of ShInitialize and ShFinalize.alokp@chromium.org2010-08-121-8/+18
* Fixes glAttachShader to be OpenGL ES 2.0 spec compliant.gman@chromium.org2010-08-121-2/+7
* Fix glGetFramebufferAttachmentParameteriv so it returnsgman@chromium.org2010-08-121-0/+19
* Temporarily fixed a crash because of calling ShInitialize and ShFinalize out ...alokp@chromium.org2010-08-111-1/+4
* Clear render buffersgman@chromium.org2010-08-061-3/+181
* A couple of minor fixes for CopyTexImage2Dgman@chromium.org2010-08-041-6/+13
* GPU command decoder uses depth24_stencil8_oes extension if available.apatrick@chromium.org2010-08-021-39/+53
* Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,gman@chromium.org2010-07-311-5/+171
* Bumped ANGLE rev in which shader translator API changed. Updated shader trans...alokp@chromium.org2010-07-271-30/+50
* Add support for gman@chromium.org2010-07-201-0/+16
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-3/+8
* GLES2DecoderImpl takes ownership of GLContext passed to initialize.apatrick@chromium.org2010-07-141-8/+13
* Fix two webgl crashes.pathorn@chromium.org2010-06-251-27/+30