summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-2/+4
* Switch to standard integer types in content/browser/.avi2015-12-251-4/+6
* Re-land: ui: Add custom stride support to GLImageMemory.reveman2015-11-111-0/+1
* Revert of Re-land: ui: Add custom stride support to GLImageMemory. (patchset ...avi2015-11-101-1/+0
* Re-land: ui: Add custom stride support to GLImageMemory.reveman2015-11-101-0/+1
* Revert of ui: Add custom stride support to GLImageMemory. (patchset #3 id:400...avi2015-11-101-1/+0
* ui: Add custom stride support to GLImageMemory.reveman2015-11-101-0/+1
* Mac: Use GpuMemoryBuffers by defaultccameron2015-11-101-23/+26
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-11/+11
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-11/+11
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-11/+11
* content: Include GPU_READ in GPU read/write usages that we force.reveman2015-11-041-4/+5
* ui: Revert gfx::BufferUsage::SCANOUT to gfx::BufferUsage::GPU_READ_WRITE change.reveman2015-10-301-4/+4
* Show GpuMemoryBuffer information in chrome://gputiago.vignatti2015-10-291-7/+7
* content: Allow gfx::SHARED_MEMORY_BUFFER buffers to be imported.reveman2015-10-271-11/+44
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-12/+14
* ui: Add RGBX_8888 buffer format.reveman2015-10-231-7/+4
* ui: Add gfx::BufferFormat::RGBA_8888 as a supported ozone native pixmap format.reveman2015-10-131-2/+3
* gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface.reveman2015-10-091-44/+135
* content: Use type-parameterized tests for GpuMemoryBuffer implementations.reveman2015-10-071-84/+69
* Add YUV_420_BIPLANAR GpuMemoryBuffer formatandresantoso2015-09-021-0/+3
* Move BufferFormat utility functions to gfx.andresantoso2015-08-281-8/+3
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-211-3/+3
* Rename enum gfx::BufferFormat::RGBX_8888 to BGRX_8888Haixia Shi2015-08-211-1/+1
* Add GenericSharedMemoryId and use w/ GpuMemoryBufferericrk2015-08-171-19/+30
* Add YUV_420_BIPLANAR to gfx::BufferFormat.andresantoso2015-08-121-2/+7
* Re-land: content: Enable native GpuMemoryBuffers by default on MacOSX.reveman2015-08-071-2/+18
* [tracing] Introduce MemoryDumpArgs to enable light and heavy dumpsssid2015-08-061-0/+1
* Adds tracing support for GL textures in both CC (via ResourceProvider) and GP...ericrk2015-08-061-4/+19
* Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzonespang2015-08-041-35/+33
* [tracing] Fix memory-infra tracing process id translation for single process ...ssid2015-07-281-3/+4
* ozone: rename to GpuMemoryBuffer(Factory|Impl)OzoneNativePixmap.dongseong.hwang2015-07-241-4/+4
* Mac Overlays: Wire up overlays on Macccameron2015-07-241-1/+1
* content: Use the memory-infra graph API for GpuMemoryBufferManager.reveman2015-07-231-10/+34
* Revert of Re-land: content: Enable native GpuMemoryBuffers by default on MacO...erikchen2015-07-181-18/+2
* Re-land: content: Enable native GpuMemoryBuffers by default on MacOSX.reveman2015-07-071-2/+18
* Revert of content: Enable native GpuMemoryBuffers by default on MacOSX. (patc...pdr2015-06-281-10/+2
* content: Enable native GpuMemoryBuffers by default on MacOSX.reveman2015-06-271-2/+10
* content: Fix lost context handling when using native GpuMemoryBuffers.reveman2015-06-221-136/+344
* content: Handle native GpuMemoryBuffer allocation failures properly.reveman2015-06-101-6/+10
* gpu: GpuMemoryBufferImpl keeps Usage.dongseong.hwang2015-06-091-5/+2
* [tracing] Change outer/inner size representation in memory dumpsprimiano2015-06-031-1/+1
* Add PERSISTENT_MAP usage for GpuMemoryBuffers.danakj2015-05-261-4/+5
* Revert of Add PERSISTENT_MAP usage for GpuMemoryBuffers. (patchset #11 id:330...chirantan2015-05-221-5/+4
* Add PERSISTENT_MAP usage for GpuMemoryBuffers.danakj2015-05-211-4/+5
* content: Add GpuMemoryBuffer MemoryDumpProvider implementation.reveman2015-05-011-13/+46
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]*mostynb2015-03-181-5/+5
* content: Remove use of GLImage from GpuMemoryBufferImpl.reveman2015-03-041-0/+1
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-281-1/+1
* Plumb surface id to GpuMemoryBuffer allocation.alexst2014-12-081-18/+31