| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: Move surface/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-03 | 14 | -2448/+0 |
* | Revert 134313 - Revert 134201 - Fix framerate jank for accelerated content on... | apatrick@chromium.org | 2012-05-01 | 1 | -4/+0 |
* | Add a suppression for the accelerated surface code blocking the UI thread. | jam@chromium.org | 2012-04-27 | 1 | -0/+3 |
* | Revert 134201 - Fix framerate jank for accelerated content on windows | apatrick@chromium.org | 2012-04-27 | 1 | -0/+4 |
* | Fix framerate jank for accelerated content on windows | jbates@chromium.org | 2012-04-27 | 1 | -4/+0 |
* | Landing issue 9960061: Change Sleep(0) to Sleep(1) when we are waiting GPU to... | apatrick@chromium.org | 2012-04-12 | 1 | -1/+1 |
* | Cache shared texture in browser | jbauman@chromium.org | 2012-04-07 | 2 | -4/+22 |
* | Remove WAYLAND port | oshima@chromium.org | 2012-04-07 | 3 | -89/+0 |
* | Only reset D3D device on context lost | jbauman@chromium.org | 2012-04-06 | 1 | -2/+4 |
* | Do all Presents on present thread. | jbauman@chromium.org | 2012-04-06 | 2 | -16/+28 |
* | Adding command line switch --gpu-swap-delay to artificially slow down the | junov@google.com | 2012-03-29 | 1 | -0/+16 |
* | Windows: Added AcceleratedPresenterMap. | apatrick@chromium.org | 2012-03-20 | 2 | -87/+144 |
* | Windows: acknowledge AcceleratedSurfaceBuffersSwapped even if surface ID is z... | apatrick@chromium.org | 2012-03-16 | 1 | -1/+3 |
* | Support browser side thumbnailing for GPU-composited pages on Windows. | mazda@chromium.org | 2012-03-15 | 2 | -1/+153 |
* | Added apatrick as OWNER in ui/gfx/surface. | kbr@chromium.org | 2012-03-14 | 1 | -0/+2 |
* | Ensure that PresentThreadPool is initialized on the UI thread. | apatrick@chromium.org | 2012-03-14 | 2 | -34/+41 |
* | Shutdown GPU process if Direct 3D cannot be initialized in the browser process. | apatrick@chromium.org | 2012-03-09 | 2 | -22/+34 |
* | Windows: Limit D3D devices to one per Present Thread (4 max). | apatrick@chromium.org | 2012-03-07 | 2 | -295/+264 |
* | Add IPC allowing GPU process to tell browser process to temporarily drop a fr... | apatrick@chromium.org | 2012-01-31 | 2 | -0/+22 |
* | Win AcceleratedSurface always presents on the thread with it has affinity. | apatrick@chromium.org | 2012-01-11 | 1 | -4/+1 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -0/+1 |
* | On Windows, D3D devices used to present the compositor's output are recycled. | apatrick@chromium.org | 2012-01-05 | 2 | -99/+152 |
* | Win AcceleratedSurface does not change z-order when changing compositing wind... | apatrick@chromium.org | 2012-01-04 | 1 | -2/+2 |
* | Revert 115538 - Broke ui_tests:FlashFullscreen | rsesek@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Prevent Windows AcceleratedSurface from positioning the compositing window ab... | apatrick@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Destroy D3D query before owning device. | apatrick@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | base::Bind: Remove includes of base.bind in header files. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Fixed crashes when running on top of Apple's software OpenGL renderer. | kbr@chromium.org | 2011-12-21 | 2 | -38/+14 |
* | Win accelerated surface recovers from a hung device. | apatrick@chromium.org | 2011-12-19 | 2 | -24/+46 |
* | Win AcceleratedSurface no longer polls queries on separate thread. | apatrick@chromium.org | 2011-12-08 | 2 | -162/+30 |
* | Added OWNERS file for ui/gfx/surface/ . | kbr@chromium.org | 2011-11-30 | 1 | -0/+4 |
* | Use callback_forward.h instead of callback.h where possible. | erikwright@chromium.org | 2011-11-30 | 2 | -5/+5 |
* | Render Core Animation plugins through WebKit's compositor rather than | kbr@chromium.org | 2011-11-30 | 2 | -19/+22 |
* | Reland 110355 - Use shared D3D9 texture to transport the compositor's backing... | apatrick@chromium.org | 2011-11-22 | 1 | -1/+16 |
* | Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp... | apatrick@chromium.org | 2011-11-21 | 1 | -16/+1 |
* | Reland 110355 - Use shared D3D9 texture to transport the compositor's backing... | apatrick@chromium.org | 2011-11-21 | 1 | -1/+16 |
* | base::Bind fixes | groby@chromium.org | 2011-11-19 | 2 | -16/+15 |
* | Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp... | apatrick@chromium.org | 2011-11-18 | 1 | -9/+0 |
* | Reland 110355 - Use shared D3D9 texture to transport the compositor's backing... | apatrick@chromium.org | 2011-11-18 | 1 | -0/+9 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Exclude accelerated_surface_win from aura builds. Fixes bustage. | ben@chromium.org | 2011-11-01 | 1 | -0/+8 |
* | Implemented AcceleratedSurface for Windows. | apatrick@chromium.org | 2011-11-01 | 3 | -0/+586 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 2 | -8/+18 |
* | Make class anonymous and don't assume default FBO is active on Resize. | backer@chromium.org | 2011-10-12 | 3 | -93/+0 |
* | gcc 4.6 warnings cleanup | pph34r@gmail.com | 2011-09-30 | 1 | -1/+2 |
* | Fix aura surface build | oshima@google.com | 2011-09-22 | 1 | -1/+1 |
* | Compile gl/ and surface/ on Android. | zhenghao@google.com | 2011-09-21 | 3 | -2/+118 |
* | Updated Wayland API in Chromium | dnicoara@chromium.org | 2011-09-15 | 1 | -3/+0 |
* | Keep track of the current per-thread context and surface. Add | kbr@google.com | 2011-09-09 | 1 | -1/+3 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-18 | 7 | -8/+45 |