summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use base/memory/scoped_ptr.h in gpu client code.dcheng@chromium.org2013-04-121-1/+1
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-021-1/+5
* gpu: Cache results of GetShaderPrecisionFormat client-sidebrianderson@chromium.org2013-03-241-0/+7
* Hookup the GPUTrace events.dsinclair@chromium.org2013-02-201-0/+2
* Fix FBO client side state cachinggman@chromium.org2012-12-161-1/+7
* Add more gl debug logginggman@chromium.org2012-12-071-0/+16
* Fix VAOs and client side arraysgman@chromium.org2012-11-291-16/+16
* Revert "Revert 169641 - Cache resource bindings on client"gman@chromium.org2012-11-271-5/+8
* Revert 169641 - Cache resource bindings on clientjoi@chromium.org2012-11-271-8/+5
* Cache resource bindings on clientgman@chromium.org2012-11-271-5/+8
* Cache GL state.gman@chromium.org2012-11-261-28/+5
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-211-5/+14
* Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...gman@chromium.org2012-11-211-13/+33
* Revert "Revert 167613 - Cache more GL state both service and client side."gman@chromium.org2012-11-161-33/+13
* Revert 167613 - Cache more GL state both service and client side.shawnsingh@chromium.org2012-11-141-13/+33
* Cache more GL state both service and client side.gman@chromium.org2012-11-141-33/+13