summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/tests
Commit message (Expand)AuthorAgeFilesLines
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-092-0/+5
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-042-5/+0
* Added an extra sync token field for extra command buffer identification.dyen2015-12-042-0/+5
* command_buffer: Implement EXT_blend_func_extendedkkinnunen2015-12-041-0/+653
* Disable failing gl tests on Android.khushalsagar2015-12-032-2/+16
* Check texture ids are valid in CopyTextureCHROMIUM apis.vmiura2015-12-032-0/+111
* Add alpha argument to glResizeCHROMIUMjbauman2015-12-021-2/+2
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-12-012-1/+244
* gpu: Fix gl_tests failing on volantis in gl path rendering testkkinnunen2015-12-011-2/+1
* Cleanup SurfaceVisibility code.sohan.jyoti2015-11-302-5/+0
* command_buffer: Make inactive bound fragment inputs reserve the locationkkinnunen2015-11-241-0/+85
* command_buffer: Make inactive bound uniforms reserve the locationkkinnunen2015-11-231-0/+92
* Remove CreateStreamTexture from GL interfaces.siva.gunturi2015-11-152-6/+0
* ui/gl: Move GLImage tests into gl namespace.dcastagna2015-11-101-3/+3
* gpu: Make glTexSubImage2D work with GL_SRGB_ALPHA on OpenGLkkinnunen2015-11-091-0/+74
* cc: Fix GL_R8 GpuMemoryBuffersccameron2015-11-061-1/+1
* Disable TestProgramPathFragmentInputGenArgs GL test.dskiba2015-11-021-1/+2
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-024-82/+993
* Revert of gpu: Make glTexSubImage2D work with GL_SRGB_ALPHA on OpenGL (patchs...wychen2015-10-291-73/+0
* gpu: Make glTexSubImage2D work with GL_SRGB_ALPHA on OpenGLkkinnunen2015-10-291-0/+73
* gpu: Test should not assume texture_rg is presentboliu2015-10-281-2/+5
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-281-3/+175
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-1/+1
* ui: Add RGBX_8888 buffer format.reveman2015-10-231-4/+6
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-222-28/+26
* Added support for sync token signals.dyen2015-10-222-0/+7
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-222-26/+28
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-212-28/+26
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-142-0/+10
* Reland: Added SyncToken command buffer trait to help with IPC messagesdyen2015-10-121-3/+4
* Revert of Added SyncToken command buffer trait to help with IPC messages. (pa...jbudorick2015-10-101-4/+3
* ui: Add GetSize() function to gfx::GpuMemoryBuffer API.reveman2015-10-091-5/+3
* Added SyncToken command buffer trait to help with IPC messages.dyen2015-10-081-3/+4
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-073-2/+168
* Blacklist MSAA for GPU Raster on Intel GPUsericrk2015-10-011-1/+1
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-234-16/+97
* Added a unique command buffer ID for command buffers.dyen2015-09-182-0/+10
* Fix glBindUniformLocationCHROMIUM conflicts situation.zmo2015-09-091-0/+51
* Revert of command_buffer: Implement EXT_multisample_compatibility (patchset #...jmadill2015-09-082-298/+1
* Revert of gpu: support GL_TEXTURE_CUBE_MAP destination target to Copy(Sub)Tex...jmadill2015-09-041-231/+112
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-09-042-1/+298
* gpu: support GL_TEXTURE_CUBE_MAP destination target to Copy(Sub)TextureCHROMIUM.dongseong.hwang2015-09-041-112/+231
* Revert of command_buffer: Implement EXT_multisample_compatibility (patchset #...pneubeck2015-09-022-294/+1
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-09-022-1/+294
* Add YUV_420_BIPLANAR GpuMemoryBuffer formatandresantoso2015-09-021-0/+2
* gpu: introduce DISABLE_TEXTURE_STORAGE workaround for mesadongseong.hwang2015-09-011-0/+5
* Reland of "gpu: workaround force_cube_map_positive_x_allocation fixes Android...dongseong.hwang2015-09-011-0/+152
* Move BufferFormat utility functions to gfx.andresantoso2015-08-281-71/+5
* gpu: Remove async texture uploads.reveman2015-08-271-4/+0
* Add CHROMIUM_ycbcr_422_image extension.dcastagna2015-08-261-0/+1