summaryrefslogtreecommitdiffstats
path: root/cc/test/test_gpu_memory_buffer_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* 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