summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.h
Commit message (Expand)AuthorAgeFilesLines
* Add unsafe ES3 API glGetInternalformativ to command buffer.zmo2014-11-251-0/+3
* GPU: Add const modifier to two members of GLES2Implementation.penghuang2014-11-181-2/+2
* gpu: remove round trip at context initializationpiman2014-11-121-70/+0
* Add subscribeUniform extension pipelineorglofch2014-11-071-1/+7
* Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...orglofch2014-11-071-7/+1
* Add subscribeUniform extension pipelineorglofch2014-11-061-1/+7
* PepperGL: Enable client side arrays support.penghuang2014-11-031-0/+4
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-211-21/+18
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-10/+3
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-12/+12
* command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...)kkinnunen2014-10-031-2/+2
* gpu: Add CHROMIUM_gpu_memory_buffer_image extension.reveman2014-10-021-0/+4
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-7/+0
* Add future sync point methods to ContextSupport.jbauman@chromium.org2014-07-161-0/+2
* Query objects should not be shared between contextsheejin.r.chung@samsung.com2014-07-101-5/+11
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-191-2/+0
* Reducing code duplication between WGC3D(InProcess)CommandBufferImplbajones@chromium.org2014-05-291-7/+9
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-3/+5
* Disallow sizes and offsets that can't fit into a 32-bit integer in GL.zmo@chromium.org2014-04-241-0/+8
* Remove stale GPU code on Windows/Macpiman@chromium.org2014-04-121-1/+0
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-031-0/+1
* Initialize overlay validator in GpuBrowserCompositorOutputSurface.alexst@chromium.org2014-04-031-1/+1
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-11/+9
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-9/+11
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-11/+9
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+44
* Plumb overlay processing into DirectRenderer.alexst@chromium.org2014-03-281-0/+5
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-44/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+44
* gpu: Generate GLES2Implementation::UseProgram().dongseong.hwang@intel.com2014-03-251-1/+3
* Remove --enable-prune-gpu-command-bufferspiman@chromium.org2014-03-111-4/+0
* Reduce internal Flush() in GL resource glGen/Delete APIs.vmiura@chromium.org2014-02-211-0/+5
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* gpu: Support parallel active queries in command bufferjadahl@opera.com2014-01-081-1/+2
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-0/+16
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-081-0/+5
* Expose GLES2Interface to ccjamesr@chromium.org2013-12-041-1/+1
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-0/+7
* Delete gpu/command_buffer/common/compiler_specific.hthakis@chromium.org2013-11-051-1/+1
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-0/+2
* Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3Djamesr@chromium.org2013-10-221-2/+15
* Support GL_TEXTURE_EXTERNAL_OES in ScopedTextureBinder.sheu@chromium.org2013-10-081-2/+6
* Enforce a memory limit on MappedMemoryManagerkaanb@chromium.org2013-08-211-3/+6
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-161-3/+3
* WGC3DCommandBufferImpl: Acquire lock when accessing share group.sievers@chromium.org2013-07-291-1/+0
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-051-3/+0
* Get rid of the relative paths in command_buffer client/commonzmo@chromium.org2013-05-241-14/+14
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-161-1/+17
* gpu: Smarter caching of results for glGetShaderPrecisionFormatbrianderson@chromium.org2013-05-141-8/+62
* Remove final scoped_array references from gpu code.dcheng@chromium.org2013-04-151-1/+1