summaryrefslogtreecommitdiffstats
path: root/ui/surface
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make shared memory segments writable only by their rightful owners.palmer@chromium.org2012-09-241-4/+3
* Windows: AcceleratedSurface present thread periodically polls raster status.apatrick@chromium.org2012-09-212-69/+48
* win aura: fixes for non-chrome binariesscottmg@chromium.org2012-09-121-0/+2
* gl: Put ScopedMakeCurrent into ui namespace.tfarina@chromium.org2012-09-091-1/+1
* Enable GPU acceleration for Aura on Windowsscottmg@chromium.org2012-09-063-22/+18
* 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-222-166/+21
* win: Always present AcceleratedSurface via the UI thread.apatrick@chromium.org2012-08-212-21/+166
* 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-142-12/+38
* Use DwmGetCompositionTimingInfo to get vsync info on Windowsbrianderson@chromium.org2012-08-072-0/+31
* Revert 149083 - Add command-line option to have an extra delay before blitting.jbauman@chromium.org2012-08-021-15/+0
* win: Drop extra triangles in triangle fan used to flip image transport surface.apatrick@chromium.org2012-08-011-1/+1