summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/gles2_cmd_format.h
Commit message (Expand)AuthorAgeFilesLines
* Add subscribeUniform extension pipelineorglofch2014-11-071-0/+1
* Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...orglofch2014-11-071-1/+0
* Add subscribeUniform extension pipelineorglofch2014-11-061-0/+1
* generate GetAttribLocation/GetUniformLocation by build_gles2_cmd_buffer.pyjungjik.lee@samsung.com2014-07-161-111/+0
* Remove unneeded shm versions of bucket functions from command bufferkkinnunen@nvidia.com2014-06-171-158/+24
* Adding bindless variants mailbox produce/consumebajones@chromium.org2014-06-101-0/+51
* GN build: GPU work, Windows compile, "check" errorsbrettw@chromium.org2014-05-161-0/+1
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-051-24/+25
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+19
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-19/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+19
* gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic.reveman@chromium.org2014-03-081-1/+2
* Changed pack alignment of GPU command buffer commands.vmiura@chromium.org2014-02-221-1/+2
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-1/+0
* Support nested tracing in gpu_tracer.vmiura@chromium.org2014-01-151-0/+6
* Remove GetAttribLocationImmediate and GetUniformLocationImmediate.kloveless@chromium.org2013-10-091-121/+0
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-0/+7
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-161-1/+0
* Minor GLInProcessContext cleanups.sievers@chromium.org2013-07-171-0/+1
* Get rid of the relative paths in command_buffer client/commonzmo@chromium.org2013-05-241-4/+4
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-081-0/+7
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-0/+3
* Fix gles2_cmd_format overflowjschuh@chromium.org2013-01-231-4/+7
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-231-1/+1
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-271-0/+1
* Land http://src.chromium.org/viewvc/chrome?view=rev&revision=125984 to trunk.cevans@chromium.org2012-03-121-1/+2
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-081-0/+11
* Expose API for GL_EXT_occlusion_query_boolean but as no-opsgman@chromium.org2012-02-271-1/+2
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-181-0/+2
* Split GL binding init into core and extension partjoth@chromium.org2011-10-271-1/+0
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-1/+2
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-1/+39
* Fix compile warnings that break NaCl build.neb@chromium.org2011-01-261-1/+1
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-19/+24
* Adds support for shared resources.gman@chromium.org2010-05-031-0/+20
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-0/+111
* First step on the way to a native GLES2 backend for commandgman@chromium.org2010-03-111-8/+14
* Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definitiondspringer@google.com2010-03-101-0/+2
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-081-7/+6
* Attempt to submit this CL for the 3rd time. No changes.gman@chromium.org2010-03-021-0/+8
* Revert http://codereview.chromium.org/660238gman@chromium.org2010-02-271-8/+0
* Resumitting reverted CLgman@chromium.org2010-02-271-0/+8
* "/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...thakis@chromium.org2010-02-271-8/+0
* Added support for glGetString, glGetShaderSource,gman@chromium.org2010-02-271-0/+8
* Addsgman@chromium.org2010-02-051-12/+39
* Implements glGetUniformiv and glGetUniformfv.gman@chromium.org2010-02-031-0/+12
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-291-0/+12
* Adds a GLMock object so we can check the code isgman@chromium.org2009-12-231-2/+8
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-4/+4
* Added chromium source file preamble.apatrick@google.com2009-12-171-1/+1