summaryrefslogtreecommitdiffstats
path: root/ui/surface/accelerated_surface_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Windows: Remove spurious LOG(ERROR) in PresentThread::ResetDevice.apatrick@chromium.org2013-03-111-2/+0
* Implement CopyFromCompositingSurfaceToVideoFrame for mac.justinlin@chromium.org2013-03-021-20/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Call AcceleratedSurfaceTransformer::ReleaseAll when resetting the device.nick@chromium.org2013-02-211-0/+1
* Windows: fix failure to recover from device lost in AcceleratedSurface.apatrick@chromium.org2013-02-161-26/+86
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-111-12/+170
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-23/+23
* Windows: Forcibly terminate GPU process if AcceleratedSurface cannot present.apatrick@chromium.org2013-01-311-19/+54
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-311-1/+14
* Switch do GDI rendering when the screensaver is active.vangelis@chromium.org2013-01-311-1/+24
* Speculative fix for the white/stale tab issue on Windows.vangelis@chromium.org2013-01-251-1/+21
* Windows: Remove old diagnostics code from AcceleratedSurface.apatrick@chromium.org2013-01-231-39/+4
* Revert 174920jamesr@chromium.org2013-01-071-37/+22
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2013-01-041-237/+43
* Revert 175152nick@chromium.org2013-01-041-43/+237
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2013-01-041-237/+43
* Revert 174943 because it broke ui_unittests in win-vista, win7.sadrul@chromium.org2013-01-031-43/+237
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2013-01-031-237/+43
* Reland 174257 with fix for win_auraapatrick@chromium.org2013-01-031-22/+37
* Revert 174338kinaba@chromium.org2012-12-211-43/+237
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2012-12-211-237/+43
* Revert "win: AcceleratedPresenter replies to the GPU process as soon as share...phajdan.jr@chromium.org2012-12-201-37/+22
* win: AcceleratedPresenter replies to the GPU process as soon as shared textur...apatrick@chromium.org2012-12-201-22/+37
* Revert 174028wjia@chromium.org2012-12-201-43/+237
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2012-12-191-237/+43
* Teach GYP how to compile HLSL.nick@chromium.org2012-12-141-68/+12
* Move initialization of D3D earlier in present thread lifetime.apatrick@chromium.org2012-12-071-9/+16
* Revert 171413apatrick@google.com2012-12-061-16/+9
* Move initialization of D3D earlier in present thread lifetime.apatrick@chromium.org2012-12-061-9/+16
* Revert 171174apatrick@google.com2012-12-051-7/+1
* Move initialization of D3D earlier in present thread lifetime.apatrick@chromium.org2012-12-051-1/+7
* Implement CopyTo via LockRect instead of GetRenderTargetData.nick@chromium.org2012-11-271-25/+24
* Move readback to present thread.nick@chromium.org2012-11-171-7/+39
* win: Do not present with GDI if the device is lost or the swap chain suspended.apatrick@chromium.org2012-11-071-0/+6
* Skip present if device fails to reset.apatrick@chromium.org2012-11-061-0/+4
* accelerated_surface_win.cc: Two CopyTo bug fixes, and new event tracing.nick@chromium.org2012-11-021-23/+48
* Windows: AcceleratedSurface presents with GDI while the window is being resized.apatrick@chromium.org2012-10-041-80/+116
* add forgotten #ifdef that could cause crash in non-aurascottmg@google.com2012-10-021-0/+2
* Listen in the browser for a connection from a metro viewer process.scottmg@google.com2012-10-011-0/+10
* Windows: AcceleratedSurface present thread periodically polls raster status.apatrick@chromium.org2012-09-211-56/+46
* win aura: fixes for non-chrome binariesscottmg@chromium.org2012-09-121-0/+2
* Enable GPU acceleration for Aura on Windowsscottmg@chromium.org2012-09-061-10/+14
* Add tracing to early-outs of accelerated surface presentsjbauman@chromium.org2012-08-271-3/+15
* Disable DWM call while we figure out what is causing the flash of non-composi...jbates@chromium.org2012-08-271-0/+5
* Revert 152664 - win: Always present AcceleratedSurface via the UI thread.apatrick@chromium.org2012-08-221-161/+20
* win: Always present AcceleratedSurface via the UI thread.apatrick@chromium.org2012-08-211-20/+161
* Revert 151982 - Revert 151932 (caused gpu_throughput_tests to start failing o...jbates@chromium.org2012-08-171-1/+1
* Revert 151932 (caused gpu_throughput_tests to start failing on Mac GPU bots) ...kbr@chromium.org2012-08-161-1/+1
* Hook up Mac OSX VSync parameters to compositor threadjbates@chromium.org2012-08-161-1/+1
* Plumb vsync info from AcceleratedPresenter to RenderWidgetHostImpljbates@chromium.org2012-08-141-8/+31