summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
Commit message (Expand)AuthorAgeFilesLines
* During virtual context switches only restore texture unitskaanb@chromium.org2014-01-161-2/+5
* Remove some dead code found by scythe.thakis@chromium.org2014-01-161-1/+0
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-0/+1
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-2/+1
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-231-0/+2
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-121-2/+0
* Reland r209673: "gpu: Propagate lost context signal to all contexts"skyostil@chromium.org2013-07-111-0/+1
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-041-0/+2
* Revert 209673 "gpu: Propagate lost context signal to all contexts"crogers@google.com2013-07-031-1/+0
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-031-2/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-031-0/+2
* gpu: Propagate lost context signal to all contextsskyostil@chromium.org2013-07-021-0/+1
* Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-021-2/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-021-0/+2
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-1/+0
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-051-1/+2
* GPU: Factory produces APTManagers instead of APTDelegatesbacker@chromium.org2013-06-041-2/+2
* GPU: Make AsyncPixelTransferState per context rather than per context group.backer@chromium.org2013-05-311-1/+4
* Part 2/3 (GL) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-261-1/+2
* GPU: Prefer to restore from decoder state rather than GL state when possible.backer@chromium.org2013-05-101-0/+1
* GPU: Move some GPU process specific code from ui/gl to gpu/command_buffer/ser...backer@chromium.org2013-05-091-2/+2
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-20/+2
* Moved logging functionality of out of the GLES2 Command Decoder into a separa...kloveless@chromium.org2013-04-101-1/+1
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-161-0/+2
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-0/+2
* add __FILE__, __LINE__ to GL error functionsgman@chromium.org2013-03-111-6/+13
* Expose GLES2DecoderImpl error functionsgman@chromium.org2013-03-051-1/+14
* Make WaitSyncPoint go through command buffers.piman@chromium.org2013-02-271-0/+2
* Add GL State Restoring Functionsgman@chromium.org2013-02-261-0/+9
* Add a command to lose the contextgman@chromium.org2012-12-171-0/+1
* gpu: Add async pixel transfers.epenner@chromium.org2012-12-171-0/+4
* Only check for context lost when finishing a batch of flushed commands.jbauman@chromium.org2012-11-261-0/+1
* Virtual GLgman@chromium.org2012-11-071-0/+1
* gpu: Measure processing commands time per command buffer.reveman@chromium.org2012-09-271-0/+1
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-271-0/+1
* Report texture upload time in renderingStats.reveman@chromium.org2012-09-061-0/+3
* Add GL_CHROMIUM_get_error_querygman@chromium.org2012-07-091-0/+1
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-171-1/+2
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-251-1/+2
* Revert 131177 - aura: Change shared context to be offscreen for armmazda@chromium.org2012-04-101-2/+1
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-061-1/+2
* Schedule for pending queriesgman@chromium.org2012-03-131-0/+1
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-081-0/+3
* Code cleanup.backer@chromium.org2012-01-191-2/+1
* Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...vangelis@chromium.org2011-12-141-2/+3
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-131-0/+1
* Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...vangelis@chromium.org2011-12-131-3/+2
* Fixed service side implementation of glTexStorage2DEXT to only initialize the...vangelis@chromium.org2011-12-121-2/+3
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-221-2/+2