summaryrefslogtreecommitdiffstats
path: root/cc/test/test_gpu_memory_buffer_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* GpuMemoryBuffers: Add an IsInUse functionccameron2016-01-111-1/+17
* Switch to standard integer types in cc/.avi2015-12-211-0/+3
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-2/+2
* Re-land: ui: Add custom stride support to GLImageMemory.reveman2015-11-111-4/+11
* Revert of Re-land: ui: Add custom stride support to GLImageMemory. (patchset ...avi2015-11-101-11/+4
* Re-land: ui: Add custom stride support to GLImageMemory.reveman2015-11-101-4/+11
* Revert of ui: Add custom stride support to GLImageMemory. (patchset #3 id:400...avi2015-11-101-11/+4
* ui: Add custom stride support to GLImageMemory.reveman2015-11-101-4/+11
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-3/+2
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-2/+3
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-3/+2
* content: Allow gfx::SHARED_MEMORY_BUFFER buffers to be imported.reveman2015-10-271-7/+16
* ui: Add support for creating GLImage instances from shared memory pools.reveman2015-10-271-0/+1
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-221-16/+11
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-221-11/+16
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-211-16/+11
* gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface.reveman2015-10-091-0/+9
* ui: Add GetSize() function to gfx::GpuMemoryBuffer API.reveman2015-10-091-1/+1
* Move BufferFormat utility functions to gfx.andresantoso2015-08-281-70/+8
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-211-7/+2
* Rename enum gfx::BufferFormat::RGBX_8888 to BGRX_8888Haixia Shi2015-08-211-2/+2
* Add GenericSharedMemoryId and use w/ GpuMemoryBufferericrk2015-08-171-1/+1
* Add YUV_420_BIPLANAR to gfx::BufferFormat.andresantoso2015-08-121-0/+7
* Move NumberOfPlanesForGpuMemoryBufferFormat to gfxandresantoso2015-08-121-23/+6
* Revert of Move NumberOfPlanesForGpuMemoryBufferFormat to gfx (patchset #4 id:...rockot2015-08-121-6/+23
* Move NumberOfPlanesForGpuMemoryBufferFormat to gfxandresantoso2015-08-121-23/+6
* Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzonespang2015-08-041-48/+43
* content: Use the memory-infra graph API for GpuMemoryBufferManager.reveman2015-07-231-0/+4
* cc: Fix size_t truncations in unittests.vmpstr2015-06-101-8/+10
* ui: GpuMemoryBuffer::Format namespace cleanup.reveman2015-05-261-11/+11
* ui: Add RGBA_4444 GpuMemoryBuffer format.reveman2015-05-231-0/+5
* gpu: Minor GpuMemoryBuffer cleanup.reveman2015-04-141-13/+12
* Change GpuMemoryBuffer::GetStride interface from unsigned to signed.dcastagna2015-04-121-1/+1
* Add R_8 GPU memory buffers format.dcastagna2015-04-081-0/+4
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].emircan2015-04-081-8/+72
* We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...emircan2015-03-271-5/+6
* Add support for compressed GPU memory buffers.christiank2015-02-251-0/+8
* Revert of Add support for compressed GPU memory buffers. (patchset #7 id:1200...phoglund2015-02-241-8/+0
* Add support for compressed GPU memory buffers.christiank2015-02-241-0/+8
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-221-5/+7
* Revert of Update GPU memory buffers to use StrideInBytes internally. (patchse...ricow2015-01-161-7/+5
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-161-5/+7
* We need to cleanup GpuMemoryBuffers allocated in the GPU process.alexst2014-11-041-0/+5
* gpu: Add CHROMIUM_image support to in-process command buffer.reveman2014-10-291-19/+29
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-7/+7
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+86