summaryrefslogtreecommitdiffstats
path: root/ui/surface
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
* Windows: release AcceleratedSurfaceTransformer pixel shaders.apatrick@chromium.org2013-02-251-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Restore the caching behavior in AccleratedSurfaceTransformer::CompileShaderCo...nick@chromium.org2013-02-211-22/+22
* Call AcceleratedSurfaceTransformer::ReleaseAll when resetting the device.nick@chromium.org2013-02-211-0/+1
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-201-13/+13
* Windows: fix failure to recover from device lost in AcceleratedSurface.apatrick@chromium.org2013-02-163-53/+112
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-116-33/+219
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-102-7/+9
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-022-30/+27
* 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-312-1/+33
* Speculative fix for the white/stale tab issue on Windows.vangelis@chromium.org2013-01-255-1/+65
* Windows: Remove old diagnostics code from AcceleratedSurface.apatrick@chromium.org2013-01-231-39/+4
* Two techniques are introduced implementing RGB->YV12 conversion using fragmen...nick@chromium.org2013-01-088-559/+1661
* Revert 174920jamesr@chromium.org2013-01-072-45/+27
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2013-01-048-240/+1127
* Revert 175152nick@chromium.org2013-01-048-1107/+240
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2013-01-048-240/+1107
* Revert 174943 because it broke ui_unittests in win-vista, win7.sadrul@chromium.org2013-01-038-1108/+240
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2013-01-038-240/+1108
* Reland 174257 with fix for win_auraapatrick@chromium.org2013-01-032-27/+45
* Revert 174338kinaba@chromium.org2012-12-218-1006/+240
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2012-12-218-240/+1006
* Revert "win: AcceleratedPresenter replies to the GPU process as soon as share...phajdan.jr@chromium.org2012-12-202-45/+27
* win: AcceleratedPresenter replies to the GPU process as soon as shared textur...apatrick@chromium.org2012-12-202-27/+45
* Revert 174028wjia@chromium.org2012-12-208-1006/+240
* [ui/surface] Separate image processing logic from presentation logic.nick@chromium.org2012-12-198-240/+1006
* Normalize paths in compile_hlsl.py for cygwin.asvitkine@chromium.org2012-12-171-2/+4
* Teach GYP how to compile HLSL.nick@chromium.org2012-12-144-76/+216
* 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-172-13/+57
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-142-2/+2
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-145-23/+13
* 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
* Reland 160434 - Keep track of which transport DIBs are currently in the X ser...jochen@chromium.org2012-10-082-0/+27
* Revert 160434 - Keep track of which transport DIBs are currently in the X ser...sky@chromium.org2012-10-052-27/+0
* Keep track of which transport DIBs are currently in the X servers queuejochen@chromium.org2012-10-052-0/+27
* Windows: AcceleratedSurface presents with GDI while the window is being resized.apatrick@chromium.org2012-10-042-84/+135
* 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-012-0/+16