1. 9147a531 gpu: Allow waiting on sync tokens without sync token client. by sunnyps · 8 years ago
  2. 3ab039d Don't use a global share group for the passthrough command buffer contexts. by geofflang · 8 years ago
  3. eed2187b Changed GpuVSyncProvider to implement gfx::VSyncProvider by stanisc · 9 years ago
  4. ed42673 gpu: Cleanup class/struct forward declarations by jbriance · 9 years ago
  5. c0409e0a Mus: ImageTransportSurface should not depend on GpuChannelManager by fsamuel · 9 years ago
  6. 2b03943 Decouple PassThroughImageTransportSurface from GpuCommandBufferStub by fsamuel · 9 years ago
  7. 2fb7e15 gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. by sadrul · 9 years ago
  8. 13338b6 gpu: Add a new extension CHROMIUM_deschedule. by erikchen · 9 years ago
  9. 7a46384 Move code in ui/gl/* from gfx:: to gl:: by kylechar · 9 years ago
  10. 76e8082 GpuCommandBufferStub initialization cleanup by piman · 9 years ago
  11. 254c99a8 Correctly close SHM handles in CreateCommandBuffer error cases by piman · 9 years ago
  12. ac97d0cd Merge GpuChannelMsg_CreateCommandBuffer and GpuCommandBufferMsg_Initialize by piman · 9 years ago
  13. 438b044 [Reland 2] Pepper takes ownership of a mailbox before passing it to the texture layer. by erikchen · 9 years ago
  14. 8c46143 Revert of [Reland 1] Pepper takes ownership of a mailbox before passing it to the texture layer. (patchset #8 id:140001 of https://codereview.chromium.org/1943513002/ ) by ihf · 9 years ago
  15. 43320425 Make Mac swap code like other platforms by ccameron · 9 years ago
  16. 4734ed1b [Reland 1] Pepper takes ownership of a mailbox before passing it to the texture layer. by erikchen · 9 years ago
  17. 2e2db2fd Revert of Pepper takes ownership of a mailbox before passing it to the texture layer. (patchset #19 id:350001 of https://codereview.chromium.org/1912833002/ ) by erikchen · 9 years ago
  18. ed5a6bb9 Pepper takes ownership of a mailbox before passing it to the texture layer. by erikchen · 9 years ago
  19. fa5e16c5 Removed implementation of CHROMIUM_subscribe_uniform by bajones · 9 years ago
  20. 9d6e1294 Revert https://codereview.chromium.org/1871233002 -- Move LatencyInfo to ui/latency_info by Nico Weber · 9 years ago
  21. 6682b1c4 convert //gpu to std::unique_ptr by mostynb · 9 years ago
  22. 7cc1dcc Move LatencyInfo to ui/latency_info by fsamuel · 9 years ago
  23. ab57159 Revert of Move LatencyInfo to ui/latency_info (patchset #14 id:260001 of https://codereview.chromium.org/1871233002/ ) by vabr · 9 years ago
  24. 168cca4e Move LatencyInfo to ui/latency_info by fsamuel · 9 years ago
  25. f9f0873 gpu: Remove scheduling changed callback from CommandExecutor. by sunnyps · 9 years ago
  26. d88b835 Refactor content/common/gpu into gpu/ipc/service. This is a part of a larger refactor for Mus (see label:gpurefactor). by markdittmer · 9 years ago[Renamed (77%) from content/common/gpu/gpu_command_buffer_stub.h]
  27. 9a90e8a Revert of Refactor content/common/gpu into gpu/ipc/service (patchset #15 id:280001 of https://codereview.chromium.org/1845563005/ ) by lukasza · 9 years ago[Renamed (77%) from gpu/ipc/service/gpu_command_buffer_stub.h]
  28. 721be99 Refactor content/common/gpu into gpu/ipc/service. This is a part of a larger refactor for Mus (see label:gpurefactor). by markdittmer · 9 years ago[Renamed (77%) from content/common/gpu/gpu_command_buffer_stub.h]
  29. 8f7d3459 Drop unused dependency on //media in gpu_command_buffer_stub by markdittmer · 9 years ago
  30. d6bb1c0 gpu: Rename GpuScheduler to CommandExecutor. by sunnyps · 9 years ago
  31. ec5d9a5 gpu: merge CreateViewCommandBuffer and CreateOffscreenCommandBuffer by piman · 9 years ago
  32. 934b174 Remove GLSurfaceHandle and simplify view command buffers by piman · 9 years ago
  33. 2ddf3b7 Decouple Media Service by fsamuel · 9 years ago
  34. c8bbe7a8 Revert of Decouple Media Service (patchset #22 id:420001 of https://codereview.chromium.org/1736643005/ ) by jmadill · 9 years ago
  35. 028d76a Decouple Media Service by fsamuel · 9 years ago
  36. 2573ce7d Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type. by lukasza · 10 years ago
  37. 73762d7a Removed old sync points from out of process GPU command buffer. by dyen · 10 years ago
  38. 2521961 Use 16-bit surface for low-end devices by jinsukkim · 10 years ago
  39. a9aa7a8 Switch to standard integer types in content/common/. by avi · 10 years ago
  40. e32b7be Passed is_encrypted parameter to the VDA initialization. by timav · 10 years ago
  41. eb453b4 Cleanup SurfaceVisibility code. by sohan.jyoti · 10 years ago
  42. d1650935 Cleanup GpuMemoryManager and helpers. by sohan.jyoti · 10 years ago
  43. ac45ecf Re-land: Converted video frame and image callbacks to use new sync tokens. by dyen · 10 years ago
  44. a1ab22a Revert of Converted video frame and image callbacks to use new sync tokens. (patchset #9 id:160001 of https://codereview.chromium.org/1429213002/ ) by nhiroki · 10 years ago
  45. c7aff68a Converted video frame and image callbacks to use new sync tokens. by dyen · 10 years ago
  46. 6f3b439c Added support for sync token signals. by dyen · 10 years ago
  47. ccf4288 content/gpu: Ensure that queries are processed on InsertSyncPoint. by sunnyps · 10 years ago
  48. d1d24b4 content/gpu: Pass sync point manager into constructors where needed. by sunnyps · 10 years ago
  49. 5c38a03 Implemented new fence syncs which replaces the old sync points. by dyen · 10 years ago
  50. 127a06b4 Move gpu memory calculations to Compositor. by sohan.jyoti · 10 years ago
  51. 4db52c1 Make channel preemption not require view contexts for hookup by piman · 10 years ago
  52. 5dcfc48 content: Virtualize PreferIntegratedGpu contexts by default on Mac. by reveman · 10 years ago
  53. a6b0d39a Added global order numbers to in process command buffers. by dyen · 10 years ago
  54. baab86f content/gpu: Simplify stub scheduling. by sunnyps · 10 years ago
  55. 4a6a3d8c content/gpu: Simplify gpu channel message handling. by sunnyps · 10 years ago
  56. 12e4596 Added a unique command buffer ID for command buffers. by dyen · 10 years ago
  57. 87580eb gpu: Reduce GL context switches used to check pending queries. by reveman · 10 years ago
  58. 4151ec7 GPU Channel's now maintain a global order number for each processed IPC. by dyen · 10 years ago
  59. ec16fc1 content/gpu: Add stream ID to command buffer creation IPC. by sunnyps · 10 years ago
  60. 498edc20 content/gpu: Create a framework for testing GpuChannel and friends. by sunnyps · 10 years ago
  61. 7790a35 IWYU for base/memory/scoped_vector.h. by thestig · 10 years ago
  62. 6bc26eb0 Revert of content/gpu: Create a framework for testing GpuChannel and friends. (patchset #10 id:200001 of https://codereview.chromium.org/1283973002/ ) by zhaoqin · 10 years ago
  63. 4219d29 content/gpu: Create a framework for testing GpuChannel and friends. by sunnyps · 10 years ago
  64. fcf5fab4 Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzone by spang · 10 years ago
  65. be3028d Avoid double-counting in GpuChannel memory tracking. by ericrk · 10 years ago
  66. bee6901 Add Push/PullTextureUpdates to CommandBufferStub by boliu · 10 years ago
  67. 11edd34b media: extract Format and ColorSpace enum from VideoFrame. by dongseong.hwang · 10 years ago
  68. bdc507d4 Mac: Add GPU driver workaround for NSCGLSurface on multi-GPU by ccameron · 10 years ago
  69. 236d317 Replace more ObserverList with base::ObserverList. by brettw · 10 years ago
  70. ec8c2db Adding status to swap buffers completion by achaulk · 10 years ago
  71. 9b3f113 Revert of Adding status to swap complete (patchset #18 id:340001 of https://codereview.chromium.org/1084173004/) by vabr · 10 years ago
  72. c794eda Adding status to swap buffers completion by achaulk · 10 years ago
  73. 5c83e36 Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl. by danakj · 10 years ago
  74. ebe974f0 Cleanup: Update the path to gfx size headers. by tfarina · 11 years ago
  75. 9b3c1cb Add optimization for CHROMIUM_subscribe_uniform extension. by orglofch · 11 years ago
  76. 33edd84 Add mouse input forwarding to gpu service by orglofch · 11 years ago
  77. e933b3eb Standardize usage of virtual/override/final in content/ by dcheng · 11 years ago
  78. 22dd929 gpu: Compositor management of GpuMemoryBuffer instances. by reveman · 11 years ago
  79. df212b3 Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack by sievers · 11 years ago
  80. 1f9b6c5 Replace OVERRIDE and FINAL with override and final in content/common/[a-s]* by anand.ratn · 11 years ago
  81. 4224304 gpu: Remove Echo and SwapCompletion GL interfaces by sievers · 11 years ago
  82. ef0850f Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlush by miletus · 11 years ago
  83. 568f20a content: Add DeletedGpuMemoryBuffer IPC. by [email protected] · 11 years ago
  84. b63f1d6 gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBuffer type. by [email protected] · 11 years ago
  85. 53e3d378 Removed ManagedMemoryStats. by [email protected] · 11 years ago
  86. 01952a6 gpu: Separate GpuControlService from GpuControl by [email protected] · 11 years ago
  87. 0d78ec0e GpuChannelHost: allocate route IDs on the client (renderer) side. by [email protected] · 11 years ago
  88. 7a94d7b Add WaitForToken and WaitForGetOffset messages. by [email protected] · 11 years ago
  89. 1a8b20bf Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize() by [email protected] · 11 years ago
  90. 7bffe9e1 [gpu] Remove StreamTexture(Manager) concept from command decoder by [email protected] · 12 years ago
  91. 030d4c5 Remove gpu side LatencyInfo merging by [email protected] · 12 years ago
  92. 5dfc457b Add GL entry points for DiscardBackbufferCHROMIUM by [email protected] · 12 years ago
  93. 0fcb66cd Report GPU memory usage to DevTools by [email protected] · 12 years ago
  94. 2ae984ee enable stencil buffer on mac; allows --force-direct-layer-drawing to work by [email protected] · 12 years ago
  95. f44d555 Move memory allocation/stats structs to gpu:: and remove bazillion copies by [email protected] · 12 years ago
  96. bc10f46 Add multi-process GpuMemoryBuffer framework. by [email protected] · 12 years ago
  97. 8a15b94 Revert 220369 "Add content::SurfaceCapturer". by [email protected] · 12 years ago
  98. f40d3a0 Revert "Revert 224496 "Move ui/base/latency_info* to ui/events"" by [email protected] · 12 years ago
  99. d1ec3f7 Revert 224496 "Move ui/base/latency_info* to ui/events" by [email protected] · 12 years ago
  100. 1c603da Move ui/base/latency_info* to ui/events by [email protected] · 12 years ago