| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete non-CoreAnimation code in RWHVMac | ccameron@chromium.org | 2014-06-07 | 1 | -1/+1 |
* | Correctly adjust DIP dynamically on Mac ÜC | ccameron@chromium.org | 2014-06-05 | 1 | -1/+2 |
* | Ack swap buffers after a timeout | ccameron@chromium.org | 2014-06-04 | 1 | -17/+70 |
* | Use a separate NSView to draw browser composited content | ccameron@chromium.org | 2014-05-23 | 1 | -54/+48 |
* | CoreAnimation: Evict IOSurfaces after use | ccameron@chromium.org | 2014-04-24 | 1 | -1/+2 |
* | Mac: Add tracing of the CoreAnimation presentation state | ccameron@chromium.org | 2014-04-24 | 1 | -0/+15 |
* | Mac: Recreate browser-side GL contexts on GPU switch | ccameron@chromium.org | 2014-04-10 | 1 | -3/+0 |
* | CoreAnimation: Clean up layer resizing | ccameron@chromium.org | 2014-03-27 | 1 | -6/+7 |
* | Revert of CoreAnimation: Clean up layer resizing (https://codereview.chromium... | dgozman@chromium.org | 2014-03-27 | 1 | -5/+7 |
* | CoreAnimation: Clean up layer resizing | ccameron@chromium.org | 2014-03-27 | 1 | -7/+5 |
* | Mac: Don't wait for new frames inside draw functions | ccameron@chromium.org | 2014-03-25 | 1 | -62/+1 |
* | Revert 258512 "CoreAnimation: Don't wait for frames during draw" | engedy@chromium.org | 2014-03-21 | 1 | -1/+62 |
* | CoreAnimation: Don't wait for frames during draw | ccameron@chromium.org | 2014-03-21 | 1 | -62/+1 |
* | Revert 257194 "Revert 252239 "Do not share a GL context between ..." | ccameron@chromium.org | 2014-03-18 | 1 | -1/+1 |
* | Revert 252239 "Do not share a GL context between CoreAnimation a..." | ccameron@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | CoreAnimation: Ensure that frames are drawn after window resize | ccameron@chromium.org | 2014-03-12 | 1 | -1/+8 |
* | Try to diagnose crashes on 10.6 | ccameron@chromium.org | 2014-03-02 | 1 | -0/+8 |
* | Remove context property that is never used | ccameron@chromium.org | 2014-02-28 | 1 | -2/+0 |
* | Make --disable-gpu-vsync work with CoreAnimation | ccameron@chromium.org | 2014-02-22 | 1 | -3/+26 |
* | Revert 252031. | ccameron@chromium.org | 2014-02-20 | 1 | -29/+48 |
* | Do not share a GL context between CoreAnimation and async readback | ccameron@chromium.org | 2014-02-20 | 1 | -1/+1 |
* | Revert 251918 "Do not send a frame swap ack from the browser unt..." | xians@chromium.org | 2014-02-19 | 1 | -48/+29 |
* | Refactor device scale factor on Mac and fix CoreAnimation bug | ccameron@chromium.org | 2014-02-19 | 1 | -21/+4 |
* | Do not send a frame swap ack from the browser until the frame is drawn | ccameron@chromium.org | 2014-02-19 | 1 | -29/+48 |
* | Dynamically set CAOpenGLLAyer to be asynchronous | ccameron@chromium.org | 2014-02-14 | 1 | -0/+32 |
* | Use base::ScopedTypeRef for CGL types. | ccameron@chromium.org | 2014-02-11 | 1 | -4/+20 |
* | Back CAOpenGLLayers by CGL contexts instead of NSGL contexts | ccameron@chromium.org | 2014-02-06 | 1 | -55/+13 |
* | Fix and separate out VSync code on Mac | ccameron@chromium.org | 2014-02-05 | 1 | -1/+10 |
* | Revert 248360 "Enable CoreAnimation by default." | ccameron@chromium.org | 2014-02-02 | 1 | -2/+1 |
* | Enable CoreAnimation by default. | ccameron@chromium.org | 2014-02-01 | 1 | -1/+2 |
* | Fix GpuTabTest.testScreenshotSync in CoreAnimation. | ccameron@chromium.org | 2014-01-31 | 1 | -0/+3 |
* | Ensure that CAOpenGLLayer uses the dGPU when appropriate. | ccameron@chromium.org | 2014-01-30 | 1 | -2/+32 |
* | Fix bug where GL fence objects were shared between contexts. | ccameron@chromium.org | 2014-01-21 | 1 | -1/+0 |
* | Allow drawing IOSurfaces from any IOSurfaceContext | ccameron@chromium.org | 2013-11-28 | 1 | -3/+4 |
* | Core Animation: Fix bugs when transition between software | ccameron@chromium.org | 2013-07-22 | 1 | -6/+14 |
* | Move ownership of compositing GL context to RWHVMac | ccameron@chromium.org | 2013-07-17 | 1 | -23/+8 |
* | Make window resize using CoreAnimation behave the same as without. | ccameron@chromium.org | 2013-07-02 | 1 | -0/+14 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-02 | 1 | -5/+5 |
* | mac: Fix two easy problems when compiling with the 10.9 SDK. | thakis@chromium.org | 2013-06-20 | 1 | -0/+1 |
* | Ack frames more aggressively in CoreAnimations. | ccameron@chromium.org | 2013-06-18 | 1 | -3/+1 |
* | Delete all CompositingIOSurface state on GL error. | ccameron@chromium.org | 2013-06-18 | 1 | -7/+9 |
* | Don't use a sleep in the browser's main thread to throttle swapbuffers. | ccameron@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Add the flags --use-core-animation=lazy to enable CoreAnimation | ccameron@chromium.org | 2013-06-14 | 1 | -2/+4 |
* | Add a path to use CALayers to display content | ccameron@chromium.org | 2013-06-07 | 1 | -0/+123 |