summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/tests
Commit message (Expand)AuthorAgeFilesLines
* command_buffer: Implement path rendering functions for CHROMIUM_path_renderingkkinnunen2015-07-141-10/+522
* Clean up includes in gpu command buffermartina.kollarova2015-07-101-0/+1
* Added proper error checking for glBeginQuery for both the client/server.dyen2015-07-081-0/+1
* Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.zmo2015-06-241-201/+0
* Remove Chromium specific PixelStorei params in GPU command buffer.zmo2015-06-231-37/+38
* cc, gpu: Use RGBA when using msaa on systems that don't support BGRAhendrikw2015-06-191-0/+2
* Add glCopyCompressedTextureCHROMIUMchristiank2015-06-171-0/+369
* Teach GPU command buffer whether a context is webgl.zmo2015-06-093-28/+26
* DCHECK if shader compilation fails that it's due to context loss.danakj2015-06-092-0/+6
* gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture.reveman2015-05-261-24/+77
* ui: Add RGBA_4444 GpuMemoryBuffer format.reveman2015-05-232-53/+41
* Update target of texStorage2D for ES 3qiankun.miao2015-05-201-1/+1
* gpu: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-071-4/+5
* gpu: Fix dependency cycle between service_sources and config_sources.tfarina2015-04-281-1/+1
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-281-2/+2
* gpu: Minor GpuMemoryBuffer cleanup.reveman2015-04-141-11/+11
* gl_tests: Use zero size gl surface for offscreen renderingtiago.vignatti2015-04-132-4/+8
* Change GpuMemoryBuffer::GetStride interface from unsigned to signed.dcastagna2015-04-122-3/+3
* gfx namespace cleanup.dcastagna2015-04-112-12/+12
* Add R_8 GPU memory buffers format.dcastagna2015-04-082-1/+15
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].emircan2015-04-082-5/+73
* Test gpu memory buffers drawing directly to the backbuffer.dcastagna2015-04-071-31/+65
* gpu: More specific internalformat requirements for CreateImageCHROMIUM.reveman2015-04-071-4/+5
* Test gfx::GpuMemoryBuffer::BGRA_8888 GpuMemoryBuffer lifecycle.dcastagna2015-04-061-19/+99
* We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...emircan2015-03-272-5/+10
* Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1...dongseong.hwang2015-03-052-64/+278
* Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht...ulan2015-03-032-278/+64
* gpu: introduce glCopySubTextureCHROMIUMdongseong.hwang2015-03-032-64/+278
* Add support for compressed GPU memory buffers.christiank2015-02-251-0/+8
* Compile shader upon deletion if attached.dyen2015-02-251-0/+33
* 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
* Shader compiles deferred until program link time after a cache miss.dyen2015-02-123-4/+90
* Add support for multithreading the GPU command buffer.jbauman2015-02-122-0/+5
* Update {virtual,override,final} to follow C++11 style in gpu.dcheng2015-02-061-6/+2
* Clean up some of the shader compilation code.dyen2015-02-041-0/+29
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-6/+4
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-221-4/+5
* Revert of Update GPU memory buffers to use StrideInBytes internally. (patchse...ricow2015-01-161-5/+4
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-161-4/+5
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-3/+3
* Add optimization for CHROMIUM_subscribe_uniform extension.orglofch2014-12-151-0/+2
* Add mouse input forwarding to gpu serviceorglofch2014-12-031-0/+2
* Converted angle_, gl_ and content_gl_unittests to the new test launchersergiyb2014-12-023-16/+19
* gpu: Exposed GL_EXT_texture_rg to gpu::gles2::Capabilitieshendrikw2014-12-021-0/+20
* Revert of gpu: fix CopyTextureCHROMIUM for immutable texture. (patchset #4 id...kbr2014-11-271-37/+0
* gpu: fix CopyTextureCHROMIUM for immutable texture.dongseong.hwang2014-11-211-0/+37
* cc: Add UMA stats for texture copy latency.reveman2014-11-181-2/+9
* gpu: Implement shader glClear() blit for broken IMG driverssievers2014-11-183-1/+216