| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix and separate out VSync code on Mac | ccameron@chromium.org | 2014-02-05 | 1 | -45/+0 |
* | Fix GpuTabTest.testScreenshotSync in CoreAnimation. | ccameron@chromium.org | 2014-01-31 | 1 | -5/+1 |
* | Fix bug where GL fence objects were shared between contexts. | ccameron@chromium.org | 2014-01-21 | 1 | -8/+9 |
* | Remove gpu side LatencyInfo merging | miletus@chromium.org | 2014-01-16 | 1 | -2/+2 |
* | [Mac] Support overlapping WebContents. | dgozman@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Allow drawing IOSurfaces from any IOSurfaceContext | ccameron@chromium.org | 2013-11-28 | 1 | -30/+18 |
* | Revert "Revert 224496 "Move ui/base/latency_info* to ui/events"" | ben@chromium.org | 2013-09-23 | 1 | -1/+1 |
* | Revert 224496 "Move ui/base/latency_info* to ui/events" | ben@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | Move ui/base/latency_info* to ui/events | ben@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | [Tab Capture] Workarounds for asynch GPU readback on Haswell-based MacBook Airs. | miu@chromium.org | 2013-08-09 | 1 | -0/+1 |
* | Finish all RWHVMac copies before changing GL contexts | ccameron@chromium.org | 2013-07-24 | 1 | -3/+5 |
* | Move ownership of compositing GL context to RWHVMac | ccameron@chromium.org | 2013-07-17 | 1 | -16/+3 |
* | Use a direct include of time headers in content/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -1/+1 |
* | Delete all CompositingIOSurface state on GL error. | ccameron@chromium.org | 2013-06-18 | 1 | -7/+10 |
* | Add a path to use CALayers to display content | ccameron@chromium.org | 2013-06-07 | 1 | -11/+20 |
* | Only set AllowOverlappingViews if necessary | sail@chromium.org | 2013-06-06 | 1 | -4/+2 |
* | Add LatencyInfo support for Mac OS | jbauman@chromium.org | 2013-06-06 | 1 | -1/+5 |
* | Part 3/3 (RWH/IOSurface) of adding with device scale factor to transport surf... | ccameron@chromium.org | 2013-05-27 | 1 | -11/+5 |
* | Instant Extended: Fix find bar hidden after committing search results | sail@chromium.org | 2013-05-15 | 1 | -2/+5 |
* | Create the compositing IO surface even when CVDisplayLink creation fails. | vangelis@chromium.org | 2013-05-09 | 1 | -2/+3 |
* | Update device scale factor for the IOSurface before checking if there | ccameron@chromium.org | 2013-05-07 | 1 | -2/+2 |
* | Never bind two NSOpenGLContexts to an NSView | ccameron@chromium.org | 2013-04-23 | 1 | -1/+1 |
* | Cache OpenGL textures and other objects in CompositingIOSurfaceMac copy/trans... | miu@chromium.org | 2013-04-16 | 1 | -7/+24 |
* | Revert r192391 (https://codereview.chromium.org/13652008/), which | ccameron@chromium.org | 2013-04-09 | 1 | -5/+14 |
* | Revert 192111 "Do not create one GL context per CompositingIOSur..." | ccameron@chromium.org | 2013-04-04 | 1 | -14/+5 |
* | Do not create one GL context per CompositingIOSurface | ccameron@chromium.org | 2013-04-03 | 1 | -5/+14 |
* | Separate CompositingIOSurface from its GL context | ccameron@chromium.org | 2013-04-02 | 1 | -11/+4 |
* | Allow more than one asynchronous copy in CompositingIOSurfaceMac | hclam@chromium.org | 2013-03-24 | 1 | -17/+23 |
* | Implement GPU-accelerated conversion to YV12 for Mac platform. | miu@chromium.org | 2013-03-21 | 1 | -42/+53 |
* | Switch all contexts in a share group to be on the same screen as the window t... | jbauman@chromium.org | 2013-03-06 | 1 | -0/+3 |
* | Define frame subscription interface and implementation on Mac | hclam@chromium.org | 2013-03-05 | 1 | -1/+15 |
* | Implement CopyFromCompositingSurfaceToVideoFrame for mac. | justinlin@chromium.org | 2013-03-02 | 1 | -7/+18 |
* | Fix CopyFromCompositingSurface copying uninitialized regions when the browser... | justinlin@chromium.org | 2013-02-28 | 1 | -0/+4 |
* | Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread... | nick@chromium.org | 2013-02-02 | 1 | -12/+14 |
* | Only use glFinish workaround when on Intel GPU. | jbauman@chromium.org | 2013-01-24 | 1 | -0/+6 |
* | Don't issue any extra geometry for the IOSurface leak workaround | ccameron@chromium.org | 2012-12-04 | 1 | -4/+0 |
* | Order the GL overlays above windows if possible. | avi@chromium.org | 2012-11-30 | 1 | -2/+11 |
* | Workaround for IOSurface leak. | ccameron@chromium.org | 2012-11-16 | 1 | -0/+4 |
* | Fix crash in content::CompositingIOSurfaceMac::CopyTo | hclam@chromium.org | 2012-09-27 | 1 | -0/+8 |
* | Implement asynchronous operation for RWHVP::CopyFromCompositingSurface on Mac | hclam@chromium.org | 2012-09-24 | 1 | -2/+45 |
* | Round up IOSurface dimensions to reduce VRAM memory thrashing. | jbates@chromium.org | 2012-09-11 | 1 | -1/+2 |
* | Revert 151982 - Revert 151932 (caused gpu_throughput_tests to start failing o... | jbates@chromium.org | 2012-08-17 | 1 | -1/+3 |
* | Revert 151932 (caused gpu_throughput_tests to start failing on Mac GPU bots) ... | kbr@chromium.org | 2012-08-16 | 1 | -3/+1 |
* | Hook up Mac OSX VSync parameters to compositor thread | jbates@chromium.org | 2012-08-16 | 1 | -1/+3 |
* | fix mac frame-rate regression for non-threaded GPU compositing | jbates@chromium.org | 2012-08-05 | 1 | -1/+49 |
* | Support copying a partial rectangle region from the compositing surface on Mac. | mazda@chromium.org | 2012-07-27 | 1 | -4/+23 |
* | Move more files into the content namespace. | darin@chromium.org | 2012-07-21 | 1 | -0/+4 |
* | mac: Improve framerate on accelerated pages in HiDPI mode. | thakis@chromium.org | 2012-06-12 | 1 | -1/+4 |
* | mac: Enable HiDPI for the accelerated path. | thakis@chromium.org | 2012-06-11 | 1 | -5/+7 |