summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/context_state.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue with compositor texture bindings leaking through to WebGL contexts.bajones2015-09-151-18/+2
* Added support for pausing and resuming queries.dyen2015-07-251-5/+1
* Fine tuning Buffer handling on the command side.zmo2015-05-221-0/+10
* Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer.zmo2015-05-141-6/+49
* Add ES3 CompressedTexImage3D to GPU command buffer.zmo2015-04-301-0/+17
* Add ES3 glGetInteger64v to GPU command buffer.zmo2015-04-181-2/+4
* Add subscribeUniform extension pipelineorglofch2014-11-071-0/+4
* Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...orglofch2014-11-071-4/+0
* Add subscribeUniform extension pipelineorglofch2014-11-061-0/+4
* gpu: Make GL Renderbuffer restore lazy.vmiura@chromium.org2014-06-271-2/+3
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-031-0/+43
* Revert of Optimize GLES2DecoderImpl::ApplyDirtyState. (https://codereview.chr...tapted@chromium.org2014-05-011-43/+0
* Optimize GLES2DecoderImpl::ApplyDirtyState.vmiura@chromium.org2014-05-011-0/+43
* Restore bound VAO in ContextState::RestoreState().vmiura@chromium.org2014-04-181-1/+5
* Filter redundant state changes in gles2::ContextState::RestoreGlobalState().vmiura@chromium.org2014-04-091-3/+3
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-1/+4
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-4/+1
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-1/+4
* GPU: Only restore one texture unit in ScopedTextureBinder.epenner@chromium.org2014-03-211-0/+1
* During virtual context switches only restore texture unitskaanb@chromium.org2014-01-161-3/+4
* gpu: Support parallel active queries in command bufferjadahl@opera.com2014-01-081-1/+3
* Move more framebuffer state out of ContextState and into FramebufferState.kloveless@chromium.org2013-10-021-4/+0
* gpu: Make pack/unpack alignment part of autogenerated stateskyostil@chromium.org2013-06-041-6/+0
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+3
* gpu: Autogenerate glHint stateskyostil@chromium.org2013-05-311-3/+0
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-6/+6
* GPU: Prefer to restore from decoder state rather than GL state when possible.backer@chromium.org2013-05-101-0/+1
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-2/+8
* Android: Tweak QualComm flicker bugs workaroundssievers@chromium.org2013-04-041-0/+2
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-281-4/+4
* BufferManager::Buffer -> Buffergman@chromium.org2013-02-281-1/+1
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-13/+14
* Add GL State Restoring Functionsgman@chromium.org2013-02-261-0/+8
* Advertise extensions for virtual GL api.sievers@chromium.org2012-12-051-1/+5
* Fix VAOs and client side arraysgman@chromium.org2012-11-291-0/+12
* Cache GL state.gman@chromium.org2012-11-261-0/+7
* Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...gman@chromium.org2012-11-211-7/+0
* Revert "Revert 167613 - Cache more GL state both service and client side."gman@chromium.org2012-11-161-0/+7
* Revert 167613 - Cache more GL state both service and client side.shawnsingh@chromium.org2012-11-141-7/+0
* Cache more GL state both service and client side.gman@chromium.org2012-11-141-0/+7
* Virtual GLgman@chromium.org2012-11-071-7/+5
* automate more GL state handlinggman@chromium.org2012-10-301-72/+9
* Cache more GL stategman@chromium.org2012-10-271-34/+38
* Move per context GL state to a separate object.gman@chromium.org2012-10-131-0/+199