summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Update vertexAttribIPointer in GPU command bufferguanxian.li2015-04-288-6/+130
* Emulate GL_PRIMITIVE_RESTART_FIXED_INDEX: part Izmo2015-04-284-11/+18
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-2816-117/+482
* gpu: Disallow zero sized offscreen framebuffershendrikw2015-04-271-0/+1
* Windows GN component build fixes: gpu, gcmbrettw2015-04-241-2/+0
* gpu: Add missing dependency on xdisplaycheck.tfarina2015-04-241-0/+9
* Update {virtual,override} to follow C++11 style in gpu.nick2015-04-241-3/+3
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-243-3/+3
* Add glBlendBarrierKHR to Skia's GL bindings.bsalomon2015-04-241-0/+1
* Add glBlendEquation to skia GL bindingscdalton2015-04-231-0/+1
* Add ES3 GetIntegeri_v, GetInteger64i_v to GPU command buffer.zmo2015-04-2328-234/+721
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-212-6/+0
* Reland: Fix errors found in Mac gn component buildsjiangj2015-04-182-0/+17
* Add ES3 glGetInteger64v to GPU command buffer.zmo2015-04-1835-313/+925
* Disable Occlusion Query on older PowerVR SGX 544 driversmckev2015-04-171-1/+13
* gpu_perftests: Use zero size gl surface for offscreen renderingtiago.vignatti2015-04-161-1/+10
* Revert of Fix errors found in Mac gn component builds (patchset #10 id:180001...maniscalco2015-04-162-17/+0
* Fix errors found in Mac gn component buildsjiangj2015-04-162-0/+17
* Handle GPU command buffer client side Get* caching.zmo2015-04-155-27/+344
* Add MacOS X 10.10 Yosemite support to GPUTestBotConfig.iceman2015-04-154-24/+116
* gpu: Minor GpuMemoryBuffer cleanup.reveman2015-04-141-11/+11
* gpu_unittests: Add EXECUTABLE_SUFFIX in isolate scripttiago.vignatti2015-04-141-2/+2
* Enable hardware acceleration for Nouveau and Stage3Ddbdaniel422015-04-141-12/+6
* gl_tests: Use zero size gl surface for offscreen renderingtiago.vignatti2015-04-139-48/+18
* Change GpuMemoryBuffer::GetStride interface from unsigned to signed.dcastagna2015-04-122-3/+3
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [...emircan2015-04-116-2/+70
* Fix Core GL profile detection.kbr2015-04-111-93/+119
* gfx namespace cleanup.dcastagna2015-04-112-12/+12
* GPU Tracer no longer issue device traces when device category is off.dyen2015-04-113-31/+70
* Add VDA supported profile to GPUInfohenryhsu2015-04-104-15/+48
* [Android] Move testing/android/ to testing/android/native_test/jbudorick2015-04-091-1/+1
* Make ui/gl depend on the necessary runtime targets on Windows.jam2015-04-091-8/+0
* Revert of Make ui/gl depend on the necessary runtime targets on Windows. (pat...engedy2015-04-091-0/+8
* Make ui/gl depend on the necessary runtime targets on Windows.jam2015-04-091-8/+0
* gpu: Add UMA statistic for RG texture support.reveman2015-04-081-0/+1
* Add R_8 GPU memory buffers format.dcastagna2015-04-087-4/+35
* Add a "Max. MSAA samples" entry to chrome://gpu.senorblanco2015-04-084-0/+13
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].emircan2015-04-083-5/+75
* Disable framebuffer discarding on Mali-4xx and clean up.aelias2015-04-075-27/+23
* GPU workaround to simulate Out of Memory errors with large texturesbajones2015-04-072-0/+11
* Add reveman@ as owner of *gpu_memory_buffer* files.dcastagna2015-04-071-0/+4
* Test gpu memory buffers drawing directly to the backbuffer.dcastagna2015-04-071-31/+65
* Disable Occlusion Query on MediaTek MT8135mckev2015-04-071-1/+17
* gpu: More specific internalformat requirements for CreateImageCHROMIUM.reveman2015-04-074-40/+18
* Work on Windows GN component build.brettw2015-04-067-35/+108
* Test gfx::GpuMemoryBuffer::BGRA_8888 GpuMemoryBuffer lifecycle.dcastagna2015-04-061-19/+99
* Revert of Work on Windows GN component build. (patchset #8 id:140001 of https...pkotwicz2015-04-067-108/+35
* Work on Windows GN component build.brettw2015-04-067-35/+108
* Fix a few lints found while working on crrev.com/1051503003.dcastagna2015-04-065-16/+15
* Revert of Use the desktop GL core profile on Linux when ES3 support is reques...marcheu2015-04-045-36/+26