summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove scoped_array references in src/gpushannonwoods@chromium.org2014-05-241-1/+1
* Fix an early return and the error status in glLoseContextCHROMIUM implkkinnunen@nvidia.com2014-05-231-18/+11
* Return early after errors in glVertexAttribDivisor and glCopyTexImage2D imple...kkinnunen@nvidia.com2014-05-231-0/+2
* Add size info to texture upload traces.vangelis@chromium.org2014-05-171-3/+6
* Generate feature info extension flag check for GL extension functionskkinnunen@nvidia.com2014-05-151-33/+0
* Reland r264914boliu@chromium.org2014-05-091-10/+20
* Return has value, in function returning void.dongseong.hwang@intel.com2014-05-091-1/+1
* Remove all the duplicate macros and types in command_buffer/common/types.h.thakis@chromium.org2014-05-041-4/+4
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-031-46/+46
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-021-19/+10
* Revert of Optimize GLES2DecoderImpl::ApplyDirtyState. (https://codereview.chr...tapted@chromium.org2014-05-011-46/+46
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-011-46/+46
* gpu: Add support for GL_TEXTURE_RECTANGLE_ARB target to CHROMIUM_copy_texture.reveman@chromium.org2014-04-301-1/+2
* Adding support for PVRTC, ATC, and ETC1 textures to the command bufferbajones@chromium.org2014-04-291-12/+67
* Add proper includes for usage of the CityHash functions.mvrable@chromium.org2014-04-281-3/+1
* Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer.geofflang@chromium.org2014-04-241-1/+4
* Flag INV_OP during BeginQuery if id is not obtained from GenQueriesEXT.puttaraju.r@samsung.com2014-04-221-20/+8
* cc: Use CHROMIUM_sync_query for CopyResource.reveman@chromium.org2014-04-221-0/+1
* 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