summaryrefslogtreecommitdiffstats
path: root/webkit/common/gpu/context_provider_in_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Extract WebGraphicsContext3DInProcessCommandBufferImpl from webkit/.tfarina2015-01-091-2/+3
* Added GL_CHROMIUM_trace_marker feature as well as gpu_toplevel markers.dyen2015-01-071-1/+2
* gpu: Remove WebGraphicsContext3D::makeContextCurrent()dongseong.hwang2014-08-291-1/+1
* Add memory limits struct to in-process contextboliu@chromium.org2014-08-201-0/+7
* cc: Delete GrContext resources when tab becomes invisible.alokp@chromium.org2014-04-301-0/+7
* Fix skia ganesh resources leak.dongseong.hwang@intel.com2014-04-071-0/+2
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-2/+4
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-4/+2
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-2/+4
* cc: Delete ContextProvider::MakeGrContextCurrent.alokp@chromium.org2014-01-171-8/+0
* Remove WebGraphicsContext3D getter from cc::ContextProviderjamesr@chromium.org2014-01-161-7/+0
* Use ContextProvider subclass to provide WGC3D pointersjamesr@chromium.org2014-01-141-0/+7
* Revert 244383 "Use ContextProvider subclass to provide WGC3D poi..."kbr@chromium.org2014-01-131-7/+0
* cc: ContextProvider::Capabilities compose gpu::Capabilitiesboliu@chromium.org2014-01-121-1/+1
* Use ContextProvider subclass to provide WGC3D pointersjamesr@chromium.org2014-01-111-0/+7
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-38/+4
* Rely on lost context callbacks intead of pollingjamesr@chromium.org2013-12-081-0/+8
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-061-10/+1
* Expose GLES2Interface to ccjamesr@chromium.org2013-12-041-0/+8
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-16/+14
* Remove DCHECK(context3d_) checks that check nothing.danakj@chromium.org2013-12-041-5/+0
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-5/+5
* Remove WGC3D::isContextLost references from ccjamesr@chromium.org2013-11-061-1/+8
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-50/+1
* Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3Djamesr@chromium.org2013-10-221-0/+9
* Fix partial swap supportjbauman@chromium.org2013-09-171-0/+12
* Move context labelling logic out to ContextProvidersjamesr@chromium.org2013-09-131-5/+13
* Pass context capabilities via cc::ContextProvider instead of gl stringjamesr@chromium.org2013-08-291-2/+17
* Remove base::Callback from ContextProvider creation.danakj@chromium.org2013-08-161-27/+14
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-11/+73
* aura: Allow in process ContextProvider to hold onscreen contexts.danakj@chromium.org2013-08-141-13/+34
* Allow ContextProvider impls to be used without subclassing.danakj@chromium.org2013-07-301-5/+30
* Callback objects of WebGraphicsContext3D must live longer than WebGraphicsCon...dongseong.hwang@intel.com2013-07-091-0/+8
* Change WGC3DInProcessCBImpl factories to return a base class pointer.sievers@chromium.org2013-06-211-2/+3
* Move webkit/gpu into webkit/common/gpujamesr@chromium.org2013-05-261-0/+134