| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Pass()→std::move() in //content/browser | dcheng | 2015-12-26 | 1 | -2/+4 |
* | Switch to standard integer types in content/browser/. | avi | 2015-12-25 | 1 | -4/+6 |
* | Re-land: ui: Add custom stride support to GLImageMemory. | reveman | 2015-11-11 | 1 | -0/+1 |
* | Revert of Re-land: ui: Add custom stride support to GLImageMemory. (patchset ... | avi | 2015-11-10 | 1 | -1/+0 |
* | Re-land: ui: Add custom stride support to GLImageMemory. | reveman | 2015-11-10 | 1 | -0/+1 |
* | Revert of ui: Add custom stride support to GLImageMemory. (patchset #3 id:400... | avi | 2015-11-10 | 1 | -1/+0 |
* | ui: Add custom stride support to GLImageMemory. | reveman | 2015-11-10 | 1 | -0/+1 |
* | Mac: Use GpuMemoryBuffers by default | ccameron | 2015-11-10 | 1 | -23/+26 |
* | Re-land: Converted video frame and image callbacks to use new sync tokens. | dyen | 2015-11-06 | 1 | -11/+11 |
* | Revert of Converted video frame and image callbacks to use new sync tokens. (... | nhiroki | 2015-11-05 | 1 | -11/+11 |
* | Converted video frame and image callbacks to use new sync tokens. | dyen | 2015-11-05 | 1 | -11/+11 |
* | content: Include GPU_READ in GPU read/write usages that we force. | reveman | 2015-11-04 | 1 | -4/+5 |
* | ui: Revert gfx::BufferUsage::SCANOUT to gfx::BufferUsage::GPU_READ_WRITE change. | reveman | 2015-10-30 | 1 | -4/+4 |
* | Show GpuMemoryBuffer information in chrome://gpu | tiago.vignatti | 2015-10-29 | 1 | -7/+7 |
* | content: Allow gfx::SHARED_MEMORY_BUFFER buffers to be imported. | reveman | 2015-10-27 | 1 | -11/+44 |
* | ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ. | reveman | 2015-10-26 | 1 | -12/+14 |
* | ui: Add RGBX_8888 buffer format. | reveman | 2015-10-23 | 1 | -7/+4 |
* | ui: Add gfx::BufferFormat::RGBA_8888 as a supported ozone native pixmap format. | reveman | 2015-10-13 | 1 | -2/+3 |
* | gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface. | reveman | 2015-10-09 | 1 | -44/+135 |
* | content: Use type-parameterized tests for GpuMemoryBuffer implementations. | reveman | 2015-10-07 | 1 | -84/+69 |
* | Add YUV_420_BIPLANAR GpuMemoryBuffer format | andresantoso | 2015-09-02 | 1 | -0/+3 |
* | Move BufferFormat utility functions to gfx. | andresantoso | 2015-08-28 | 1 | -8/+3 |
* | Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer. | andresantoso | 2015-08-21 | 1 | -3/+3 |
* | Rename enum gfx::BufferFormat::RGBX_8888 to BGRX_8888 | Haixia Shi | 2015-08-21 | 1 | -1/+1 |
* | Add GenericSharedMemoryId and use w/ GpuMemoryBuffer | ericrk | 2015-08-17 | 1 | -19/+30 |
* | Add YUV_420_BIPLANAR to gfx::BufferFormat. | andresantoso | 2015-08-12 | 1 | -2/+7 |
* | Re-land: content: Enable native GpuMemoryBuffers by default on MacOSX. | reveman | 2015-08-07 | 1 | -2/+18 |
* | [tracing] Introduce MemoryDumpArgs to enable light and heavy dumps | ssid | 2015-08-06 | 1 | -0/+1 |
* | Adds tracing support for GL textures in both CC (via ResourceProvider) and GP... | ericrk | 2015-08-06 | 1 | -4/+19 |
* | Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzone | spang | 2015-08-04 | 1 | -35/+33 |
* | [tracing] Fix memory-infra tracing process id translation for single process ... | ssid | 2015-07-28 | 1 | -3/+4 |
* | ozone: rename to GpuMemoryBuffer(Factory|Impl)OzoneNativePixmap. | dongseong.hwang | 2015-07-24 | 1 | -4/+4 |
* | Mac Overlays: Wire up overlays on Mac | ccameron | 2015-07-24 | 1 | -1/+1 |
* | content: Use the memory-infra graph API for GpuMemoryBufferManager. | reveman | 2015-07-23 | 1 | -10/+34 |
* | Revert of Re-land: content: Enable native GpuMemoryBuffers by default on MacO... | erikchen | 2015-07-18 | 1 | -18/+2 |
* | Re-land: content: Enable native GpuMemoryBuffers by default on MacOSX. | reveman | 2015-07-07 | 1 | -2/+18 |
* | Revert of content: Enable native GpuMemoryBuffers by default on MacOSX. (patc... | pdr | 2015-06-28 | 1 | -10/+2 |
* | content: Enable native GpuMemoryBuffers by default on MacOSX. | reveman | 2015-06-27 | 1 | -2/+10 |
* | content: Fix lost context handling when using native GpuMemoryBuffers. | reveman | 2015-06-22 | 1 | -136/+344 |
* | content: Handle native GpuMemoryBuffer allocation failures properly. | reveman | 2015-06-10 | 1 | -6/+10 |
* | gpu: GpuMemoryBufferImpl keeps Usage. | dongseong.hwang | 2015-06-09 | 1 | -5/+2 |
* | [tracing] Change outer/inner size representation in memory dumps | primiano | 2015-06-03 | 1 | -1/+1 |
* | Add PERSISTENT_MAP usage for GpuMemoryBuffers. | danakj | 2015-05-26 | 1 | -4/+5 |
* | Revert of Add PERSISTENT_MAP usage for GpuMemoryBuffers. (patchset #11 id:330... | chirantan | 2015-05-22 | 1 | -5/+4 |
* | Add PERSISTENT_MAP usage for GpuMemoryBuffers. | danakj | 2015-05-21 | 1 | -4/+5 |
* | content: Add GpuMemoryBuffer MemoryDumpProvider implementation. | reveman | 2015-05-01 | 1 | -13/+46 |
* | favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]* | mostynb | 2015-03-18 | 1 | -5/+5 |
* | content: Remove use of GLImage from GpuMemoryBufferImpl. | reveman | 2015-03-04 | 1 | -0/+1 |
* | Mechanical rename of tracing includes for /content [1/3] | ssid | 2015-01-28 | 1 | -1/+1 |
* | Plumb surface id to GpuMemoryBuffer allocation. | alexst | 2014-12-08 | 1 | -18/+31 |