summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Use VAO for default_vertex_attrib_manager if available.vmiura@chromium.org2014-04-191-9/+19
* Restore bound VAO in ContextState::RestoreState().vmiura@chromium.org2014-04-181-15/+13
* Re-land: gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-171-0/+8
* Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...hayato@chromium.org2014-04-171-8/+0
* gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-161-0/+8
* Add support for EXT_shader_texture_lod to the command buffer.nicolascapens@chromium.org2014-04-161-0/+22
* glDeleteVertexArraysOES on bound VAO restores default VAO 0.vmiura@chromium.org2014-04-151-1/+1
* gpu: Add trace event to GLES2DecoderImpl::DoCopyTextureCHROMIUM.reveman@chromium.org2014-04-141-0/+2
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-091-0/+10
* Filter redundant state changes in gles2::ContextState::RestoreGlobalState().vmiura@chromium.org2014-04-091-3/+3
* Remove default textures in (!bind_generates_resource) context groups.vmiura@chromium.org2014-04-081-16/+20
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-0/+6
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-031-5/+17
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-2/+21
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-21/+2
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-2/+21
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+94
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-94/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+94
* GLHelper: Use preferred BGRA read pixels for YUV read backrobert.bradford@intel.com2014-03-271-0/+26
* GPU: Remove memory duplication in async uploads.epenner@chromium.org2014-03-271-20/+4
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-6/+6
* Blacklist partial swaps on linuxpiman@chromium.org2014-03-221-5/+12
* GPU: Only restore one texture unit in ScopedTextureBinder.epenner@chromium.org2014-03-211-0/+4
* Revert 258402 "GLHelper: Use preferred BGRA read pixels for YUV ..."brettw@chromium.org2014-03-201-9/+0
* GLHelper: Use preferred BGRA read pixels for YUV read backrobert.bradford@intel.com2014-03-201-0/+9
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-6/+53
* Optimize glUniform* API type validation.vmiura@chromium.org2014-03-121-172/+86
* Move init_vertex_attributes workarounds to gpu driver bug list.zmo@chromium.org2014-03-121-1/+3
* WebGL TexParameterf and GetTexParameterf needs to handle float param correctlyzmo@chromium.org2014-03-091-12/+10
* Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...zmo@chromium.org2014-03-051-0/+38
* Roll ANGLE to include the loop unrolling fix.zmo@chromium.org2014-03-011-0/+2
* Fail gracefully on PBO pack buffer failure.jmadill@chromium.org2014-03-011-0/+3
* Fix CopyTextureCHROMIUM for external textures without GLImagesievers@chromium.org2014-02-211-9/+3
* Do not rely on a texture's internalformat matching formatoetuaho@nvidia.com2014-02-201-6/+12
* Fix typos in function names in GL errors in command decoderoetuaho@nvidia.com2014-02-171-12/+12
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-12/+15
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-141-18/+8
* Explicitly disable all attribs and reset all attrib divisors before drawing i...bajones@chromium.org2014-02-121-0/+17
* Enable mac driver bug workaround init_varyings_without_static_use.zmo@chromium.org2014-02-121-0/+2
* Reduce cost of glBind* on contexts without bind_generates_resource.vmiura@chromium.org2014-02-121-12/+14
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-081-17/+12
* Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...zmo@chromium.org2014-02-071-0/+8
* Add a gpu driver bug workaround to count in all varyings in packing check.zmo@chromium.org2014-02-071-0/+2
* Hookup clear_uniforms_before_first_program_use workaround with implementation.zmo@chromium.org2014-02-061-5/+10
* Android: Always update SurfaceTexture when usedsievers@chromium.org2014-01-291-29/+44
* Don't allow glBindTexImage2D() with GL_TEXTURE_CUBE_MAPsievers@chromium.org2014-01-291-0/+7
* Fix regression with r247334sievers@google.com2014-01-281-18/+22
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-145/+25
* gpu: Fix crash in GLES2DecoderImpl::Destroy.reveman@chromium.org2014-01-241-2/+1