summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/compositing_iosurface_layer_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Simplify IOSurface CoreAnimation code: Part 1ccameron2014-08-281-300/+0
* Fix crash in GotAcceleratedIOSurfaceFrameccameron@chromium.org2014-08-081-2/+11
* Make resize (very) smooth in ÜCccameron@chromium.org2014-07-291-3/+26
* Mac: Fix janky YouTube animationsccameron@chromium.org2014-07-231-3/+32
* Mac: Fix bad framerate when capturing tabccameron@chromium.org2014-07-231-8/+7
* Mac: Shift more code into C++ classes from ObjC classesccameron@chromium.org2014-07-181-100/+117
* Fix hang on Mac when switching CALayersccameron@chromium.org2014-06-211-0/+3
* Delete non-CoreAnimation code in RWHVMacccameron@chromium.org2014-06-071-1/+1
* Correctly adjust DIP dynamically on Mac ÜCccameron@chromium.org2014-06-051-1/+2
* Ack swap buffers after a timeoutccameron@chromium.org2014-06-041-17/+70
* Use a separate NSView to draw browser composited contentccameron@chromium.org2014-05-231-54/+48
* CoreAnimation: Evict IOSurfaces after useccameron@chromium.org2014-04-241-1/+2
* Mac: Add tracing of the CoreAnimation presentation stateccameron@chromium.org2014-04-241-0/+15
* Mac: Recreate browser-side GL contexts on GPU switchccameron@chromium.org2014-04-101-3/+0
* CoreAnimation: Clean up layer resizingccameron@chromium.org2014-03-271-6/+7
* Revert of CoreAnimation: Clean up layer resizing (https://codereview.chromium...dgozman@chromium.org2014-03-271-5/+7
* CoreAnimation: Clean up layer resizingccameron@chromium.org2014-03-271-7/+5
* Mac: Don't wait for new frames inside draw functionsccameron@chromium.org2014-03-251-62/+1
* Revert 258512 "CoreAnimation: Don't wait for frames during draw"engedy@chromium.org2014-03-211-1/+62
* CoreAnimation: Don't wait for frames during drawccameron@chromium.org2014-03-211-62/+1
* Revert 257194 "Revert 252239 "Do not share a GL context between ..."ccameron@chromium.org2014-03-181-1/+1
* Revert 252239 "Do not share a GL context between CoreAnimation a..."ccameron@chromium.org2014-03-141-1/+1
* CoreAnimation: Ensure that frames are drawn after window resizeccameron@chromium.org2014-03-121-1/+8
* Try to diagnose crashes on 10.6ccameron@chromium.org2014-03-021-0/+8
* Remove context property that is never used ccameron@chromium.org2014-02-281-2/+0
* Make --disable-gpu-vsync work with CoreAnimationccameron@chromium.org2014-02-221-3/+26
* Revert 252031.ccameron@chromium.org2014-02-201-29/+48
* Do not share a GL context between CoreAnimation and async readbackccameron@chromium.org2014-02-201-1/+1
* Revert 251918 "Do not send a frame swap ack from the browser unt..."xians@chromium.org2014-02-191-48/+29
* Refactor device scale factor on Mac and fix CoreAnimation bugccameron@chromium.org2014-02-191-21/+4
* Do not send a frame swap ack from the browser until the frame is drawnccameron@chromium.org2014-02-191-29/+48
* Dynamically set CAOpenGLLAyer to be asynchronousccameron@chromium.org2014-02-141-0/+32
* Use base::ScopedTypeRef for CGL types.ccameron@chromium.org2014-02-111-4/+20
* Back CAOpenGLLayers by CGL contexts instead of NSGL contextsccameron@chromium.org2014-02-061-55/+13
* Fix and separate out VSync code on Macccameron@chromium.org2014-02-051-1/+10
* Revert 248360 "Enable CoreAnimation by default."ccameron@chromium.org2014-02-021-2/+1
* Enable CoreAnimation by default.ccameron@chromium.org2014-02-011-1/+2
* Fix GpuTabTest.testScreenshotSync in CoreAnimation.ccameron@chromium.org2014-01-311-0/+3
* Ensure that CAOpenGLLayer uses the dGPU when appropriate.ccameron@chromium.org2014-01-301-2/+32
* Fix bug where GL fence objects were shared between contexts.ccameron@chromium.org2014-01-211-1/+0
* Allow drawing IOSurfaces from any IOSurfaceContextccameron@chromium.org2013-11-281-3/+4
* Core Animation: Fix bugs when transition between softwareccameron@chromium.org2013-07-221-6/+14
* Move ownership of compositing GL context to RWHVMacccameron@chromium.org2013-07-171-23/+8
* Make window resize using CoreAnimation behave the same as without.ccameron@chromium.org2013-07-021-0/+14
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-5/+5
* mac: Fix two easy problems when compiling with the 10.9 SDK.thakis@chromium.org2013-06-201-0/+1
* Ack frames more aggressively in CoreAnimations.ccameron@chromium.org2013-06-181-3/+1
* Delete all CompositingIOSurface state on GL error.ccameron@chromium.org2013-06-181-7/+9
* Don't use a sleep in the browser's main thread to throttle swapbuffers.ccameron@chromium.org2013-06-141-1/+1
* Add the flags --use-core-animation=lazy to enable CoreAnimationccameron@chromium.org2013-06-141-2/+4