summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gl_context_virtual.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac Overlays: Add GPU back-pressureccameron2015-08-101-0/+2
* Revert of Mac Overlays: Add GPU back-pressure (patchset #8 id:140001 of https...kbr2015-08-091-2/+0
* Mac Overlays: Add GPU back-pressureccameron2015-08-091-0/+2
* Clean up includes in gpu command buffermartina.kollarova2015-08-061-1/+2
* ui: Enable virtual contexts for linuxhendrikw2015-05-011-8/+0
* Mac: Use the same CGLContextObj for a GLSurface's CAOpenGLLayer and theccameron2015-03-131-0/+16
* Refactored GLContext to own GPUTiming which spawn GPUTimingClients.dyen2015-02-261-0/+5
* Added ability to force a GLContext SwapInterval to zero.bajones2014-12-111-1/+1
* Remove the problematic call to GLSurface::GetBackingFrameBufferObject.msimonides@opera.com2013-09-111-2/+1
* Revert 205970 "Revert 205481 "Virtual context MakeCurrent tweaks.""sievers@chromium.org2013-06-131-7/+4
* Revert 205481 "Virtual context MakeCurrent tweaks."sievers@chromium.org2013-06-121-4/+7
* Virtual context MakeCurrent tweaks.sievers@chromium.org2013-06-111-7/+4
* GLContextVirtual::ReleaseCurrent sets current virtual to NULLboliu@chromium.org2013-05-311-2/+4
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-2/+2
* Reland "GPU: Reduce MakeCurrent calls to fix Orange San Diego""epenner@chromium.org2013-05-281-18/+25
* Partial revert of "GPU: Reduce MakeCurrent calls to fix Orange San Diego"yfriedman@chromium.org2013-05-231-19/+16
* GPU: Prefer to restore from decoder state rather than GL state when possible.backer@chromium.org2013-05-101-5/+2
* Revert r198983, "gpu: Remove redundant MakeCurrent in GLContextVirtual::MakeC...bulach@chromium.org2013-05-091-4/+1
* gpu: Remove redundant MakeCurrent in GLContextVirtual::MakeCurrentepenner@chromium.org2013-05-081-1/+4
* GPU: Reduce MakeCurrent calls to fix Orange San Diegoepenner@chromium.org2013-05-031-16/+19
* gpu: Cleanup 'black-screen on Huawei' work-around.epenner@chromium.org2013-04-271-2/+2
* Return the shared context's handle when a virtualized context'sccameron@chromium.org2013-04-201-1/+1
* Reland "gpu: Fix Vivante's "hisilicon" GPUs"epenner@chromium.org2013-04-201-0/+4
* Force GPU switch with CGLSetVirtualScreen only for compositorccameron@chromium.org2013-04-101-0/+7
* Fix GL virtualization warnings on OS Xccameron@chromium.org2013-04-031-1/+2
* Extend virtual context MakeCurrent fastpath to offscreen surfaces.sievers@chromium.org2012-12-111-0/+1
* Advertise extensions for virtual GL api.sievers@chromium.org2012-12-051-1/+3
* Avoid actual MakeCurrent() calls with virtual contexts.sievers@chromium.org2012-11-301-1/+13
* Support creating virtual contexts.sievers@chromium.org2012-11-291-5/+13
* Virtual GLgman@chromium.org2012-11-071-0/+79