index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
compositing_iosurface_mac.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Fix disable-gpu-vsync on mac.
jbates@chromium.org
2012-05-24
1
-1
/
+6
*
Optimize Mac OSX IOSurface blit code.
jbates@chromium.org
2012-05-09
1
-1
/
+19
*
Implement RenderWidgetHostViewMac::CopyFromCompositingSurface.
mazda@chromium.org
2012-04-11
1
-7
/
+17
*
Unobfuscate RWHVMac accelerated compositing code path by separating it from p...
jbates@chromium.org
2012-04-05
1
-0
/
+115