| Commit message (Expand) | Author | Age | Files | Lines |
* | Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type. | lukasza | 2016-02-16 | 1 | -5/+6 |
* | Removed old sync points from out of process GPU command buffer. | dyen | 2016-01-22 | 1 | -10/+0 |
* | Use 16-bit surface for low-end devices | jinsukkim | 2016-01-20 | 1 | -0/+1 |
* | Switch to standard integer types in content/common/. | avi | 2015-12-25 | 1 | -36/+41 |
* | Passed is_encrypted parameter to the VDA initialization. | timav | 2015-12-04 | 1 | -2/+2 |
* | Cleanup SurfaceVisibility code. | sohan.jyoti | 2015-11-30 | 1 | -2/+0 |
* | Cleanup GpuMemoryManager and helpers. | sohan.jyoti | 2015-11-17 | 1 | -9/+2 |
* | Re-land: Converted video frame and image callbacks to use new sync tokens. | dyen | 2015-11-06 | 1 | -5/+3 |
* | Revert of Converted video frame and image callbacks to use new sync tokens. (... | nhiroki | 2015-11-05 | 1 | -3/+5 |
* | Converted video frame and image callbacks to use new sync tokens. | dyen | 2015-11-05 | 1 | -5/+3 |
* | Added support for sync token signals. | dyen | 2015-10-22 | 1 | -1/+3 |
* | content/gpu: Ensure that queries are processed on InsertSyncPoint. | sunnyps | 2015-10-20 | 1 | -1/+1 |
* | content/gpu: Pass sync point manager into constructors where needed. | sunnyps | 2015-10-08 | 1 | -0/+5 |
* | Implemented new fence syncs which replaces the old sync points. | dyen | 2015-10-07 | 1 | -1/+11 |
* | Move gpu memory calculations to Compositor. | sohan.jyoti | 2015-10-05 | 1 | -9/+0 |
* | Make channel preemption not require view contexts for hookup | piman | 2015-09-24 | 1 | -9/+3 |
* | content: Virtualize PreferIntegratedGpu contexts by default on Mac. | reveman | 2015-09-23 | 1 | -1/+0 |
* | Added global order numbers to in process command buffers. | dyen | 2015-09-22 | 1 | -0/+2 |
* | content/gpu: Simplify stub scheduling. | sunnyps | 2015-09-18 | 1 | -3/+5 |
* | content/gpu: Simplify gpu channel message handling. | sunnyps | 2015-09-18 | 1 | -7/+1 |
* | Added a unique command buffer ID for command buffers. | dyen | 2015-09-18 | 1 | -0/+4 |
* | gpu: Reduce GL context switches used to check pending queries. | reveman | 2015-09-17 | 1 | -5/+8 |
* | GPU Channel's now maintain a global order number for each processed IPC. | dyen | 2015-09-04 | 1 | -1/+1 |
* | content/gpu: Add stream ID to command buffer creation IPC. | sunnyps | 2015-08-24 | 1 | -0/+5 |
* | content/gpu: Create a framework for testing GpuChannel and friends. | sunnyps | 2015-08-22 | 1 | -3/+10 |
* | IWYU for base/memory/scoped_vector.h. | thestig | 2015-08-22 | 1 | -1/+0 |
* | Revert of content/gpu: Create a framework for testing GpuChannel and friends.... | zhaoqin | 2015-08-21 | 1 | -10/+3 |
* | content/gpu: Create a framework for testing GpuChannel and friends. | sunnyps | 2015-08-21 | 1 | -3/+10 |
* | Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzone | spang | 2015-08-04 | 1 | -1/+1 |
* | Avoid double-counting in GpuChannel memory tracking. | ericrk | 2015-07-21 | 1 | -2/+0 |
* | Add Push/PullTextureUpdates to CommandBufferStub | boliu | 2015-07-18 | 1 | -1/+2 |
* | media: extract Format and ColorSpace enum from VideoFrame. | dongseong.hwang | 2015-07-13 | 1 | -1/+1 |
* | Mac: Add GPU driver workaround for NSCGLSurface on multi-GPU | ccameron | 2015-06-16 | 1 | -0/+2 |
* | Replace more ObserverList with base::ObserverList. | brettw | 2015-06-03 | 1 | -1/+1 |
* | Adding status to swap buffers completion | achaulk | 2015-05-29 | 1 | -1/+3 |
* | Revert of Adding status to swap complete (patchset #18 id:340001 of https://c... | vabr | 2015-05-29 | 1 | -3/+1 |
* | Adding status to swap buffers completion | achaulk | 2015-05-29 | 1 | -1/+3 |
* | Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl. | danakj | 2015-02-20 | 1 | -1/+4 |
* | Cleanup: Update the path to gfx size headers. | tfarina | 2015-01-03 | 1 | -1/+1 |
* | Add optimization for CHROMIUM_subscribe_uniform extension. | orglofch | 2014-12-15 | 1 | -0/+2 |
* | Add mouse input forwarding to gpu service | orglofch | 2014-12-03 | 1 | -0/+2 |
* | Standardize usage of virtual/override/final in content/ | dcheng | 2014-10-21 | 1 | -9/+8 |
* | gpu: Compositor management of GpuMemoryBuffer instances. | reveman | 2014-10-13 | 1 | -6/+6 |
* | Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack | sievers | 2014-10-09 | 1 | -0/+2 |
* | Replace OVERRIDE and FINAL with override and final in content/common/[a-s]* | anand.ratn | 2014-10-07 | 1 | -7/+7 |
* | gpu: Remove Echo and SwapCompletion GL interfaces | sievers | 2014-10-02 | 1 | -1/+0 |
* | Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlush | miletus | 2014-09-15 | 1 | -2/+2 |
* | content: Add DeletedGpuMemoryBuffer IPC. | reveman@chromium.org | 2014-07-23 | 1 | -1/+1 |
* | gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu... | reveman@chromium.org | 2014-07-18 | 1 | -5/+1 |
* | Removed ManagedMemoryStats. | vmpstr@chromium.org | 2014-06-19 | 1 | -1/+0 |