summaryrefslogtreecommitdiffstats
path: root/content/browser/aura
Commit message (Expand)AuthorAgeFilesLines
* Merge r246820 manually to 1750scottmg@chromium.org2014-01-271-1/+10
* Merge 243250 "Don't allow software fallback for UI compositor on..."ccameron@chromium.org2014-01-081-0/+5
* Remove uses of WebGraphicsContext3D from ui/compositorjamesr@chromium.org2013-12-143-40/+45
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-101-2/+0
* Remove WGC3DCBImpl::GetContextID() and GetChannelID()sievers@chromium.org2013-12-041-1/+2
* aura: Cache and reuse textures when capturing to a video stream.danakj@chromium.org2013-12-042-0/+83
* Fall back to software mode if Aura can't create a GL contextccameron@chromium.org2013-12-032-3/+4
* Fix component=shared_library build for ozonespang@chromium.org2013-11-211-1/+3
* Revert 236017 "Move some non-event related functionality from Ro..."ben@chromium.org2013-11-201-1/+1
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-11-191-1/+1
* Fix build of SoftwareOutputDeviceOzoneTestspang@chromium.org2013-11-191-1/+1
* Revert 234928 "Use software compositor for windows under 64 pixe..."jbauman@chromium.org2013-11-156-39/+4
* Moving the VSyncProvider interface to ui/gfx from ui/gldnicoara@chromium.org2013-11-143-3/+3
* Use software compositor for windows under 64 pixels wide or tall.jbauman@chromium.org2013-11-136-4/+39
* Use Ozone VSyncProvider in SoftwareOutputDeviceOzonednicoara@chromium.org2013-11-123-13/+19
* fix build break on revert at 234239scottmg@chromium.org2013-11-111-1/+1
* Revert 233845 "Use software renderer for windows with an initial..."scottmg@chromium.org2013-11-111-3/+1
* Adding support for VSyncProvider to the software drawing pathdnicoara@chromium.org2013-11-089-68/+361
* Use software renderer for windows with an initial size less than 64x64jbauman@chromium.org2013-11-081-1/+3
* Replaces uses of the WGC3DSwapBuffersClient with LTHSingleThreadClientjamesr@chromium.org2013-11-082-78/+9
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-074-8/+8
* Don't test kEnableThreadedCompositing in WebGraphicsContext3DCommandBufferImplpiman@chromium.org2013-11-061-0/+2
* Remove WGC3D::isContextLost references from ccjamesr@chromium.org2013-11-061-0/+2
* - Updating unittests to conform to Ozone interface change.dnicoara@chromium.org2013-11-051-2/+7
* Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."scottmg@chromium.org2013-11-012-5/+2
* Move test-only ContextFactory implementations out of production targetsjamesr@chromium.org2013-10-305-42/+23
* Make TRANSPARENT windows be layered windows on win aurascottmg@chromium.org2013-10-252-2/+5
* SoftwareOutputDevice implementation using an OZONE software renderer as the b...dnicoara@chromium.org2013-10-234-0/+299
* Allow asynchronous GPU context creation for browser clientssievers@chromium.org2013-10-231-11/+18
* Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3Djamesr@chromium.org2013-10-223-3/+6
* aura: Clear the LostContextCallback if bind fails.danakj@chromium.org2013-10-181-1/+3
* Revert r228777: "Allow asynchronous GPU context creation for browser clients"eroman@chromium.org2013-10-151-18/+11
* Allow asynchronous GPU context creation for browser clientssievers@chromium.org2013-10-151-11/+18
* Fix race conditions in window snapshot code.kbr@chromium.org2013-10-151-1/+7
* Disable ImageTransportFactoryBrowserTest.TestLostContext in software composit...gab@chromium.org2013-10-141-0/+6
* Report LatencyInfo through trace buffermiletus@chromium.org2013-10-111-1/+2
* aura: Attach lost context callback to the shared main thread contextpiman@chromium.org2013-10-022-13/+64
* aura: Use Layer::SetShowPaintedContent to stop showing external contentdanakj@chromium.org2013-10-021-1/+1
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-5/+2
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-273-74/+84
* Notify reflector when the source surface is readyoshima@chromium.org2013-09-263-2/+26
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-1/+1
* Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""ben@chromium.org2013-09-231-1/+1
* Revert 224496 "Move ui/base/latency_info* to ui/events"ben@chromium.org2013-09-201-1/+1
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-1/+1
* Move ui/base/latency_info* to ui/eventsben@chromium.org2013-09-201-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-1/+1
* Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.hben@chromium.org2013-09-202-3/+3
* Add histogram for detecting whether the GPU or software compositor was used i...jbauman@chromium.org2013-09-191-0/+4
* aura: When skipping frames, ensure next frame damages what was skipped.danakj@chromium.org2013-09-145-1/+184