summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Get Mandoline working in component build.jam2015-11-061-1/+1
* cc: Fix GL_R8 GpuMemoryBuffersccameron2015-11-064-5/+6
* fix the WebGL2 conformance test failure in uniform-buffers.htmlyunchao.he2015-11-0613-22/+337
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-053-5/+5
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-056-120/+27
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-056-27/+120
* Improve cross-platform reproducibility of command buffer code generator.jbauman2015-11-042-1140/+1140
* Avoid const int definition problemsbrucedawson2015-11-042-7/+2
* Enumerators for gpu command buffer traits declared as an enum trait.dyen2015-11-032-28/+23
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-0313-61/+141
* Ensured instancing was exposed for WebGL 2 on OSXbajones2015-11-031-1/+2
* Disable TestProgramPathFragmentInputGenArgs GL test.dskiba2015-11-021-1/+2
* gpu: remove redundant member variables on texture complete logic.dongseong.hwang2015-11-022-12/+7
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-0245-490/+2711
* Revert of "webgl: optimize webgl.texSubImage2D(video) path." (patchset #3 id:...zmo2015-10-301-16/+12
* ui: Revert gfx::BufferUsage::SCANOUT to gfx::BufferUsage::GPU_READ_WRITE change.reveman2015-10-301-1/+1
* Reland of "webgl: optimize webgl.texSubImage2D(video) path."dongseong.hwang2015-10-301-12/+16
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-307-8/+8
* Support disabling unit test batching. Use it for angle_end2end_testsphajdan.jr2015-10-301-1/+4
* Set attachment for bound framebuffer in FramebufferTextureLayerqiankun.miao2015-10-304-4/+55
* GLES2CmdDecoder should resize GLSurface using GLSurface::Resizejbauman2015-10-305-31/+6
* Add security reviewers for //gpu/ipc.dcheng2015-10-291-0/+13
* Restrict Linux Haswell blacklist to GT1piman2015-10-291-3/+4
* Revert of gpu: Make glTexSubImage2D work with GL_SRGB_ALPHA on OpenGL (patchs...wychen2015-10-297-295/+183
* gpu/khronos_glcts_support: add support for GN buildsullysses.a.eoff2015-10-291-3/+544
* ui/gl: Move GLImage into gl namespace.tfarina2015-10-2913-74/+73
* gpu: Make glTexSubImage2D work with GL_SRGB_ALPHA on OpenGLkkinnunen2015-10-297-183/+295
* gpu/khronos_glcts_support: Move target_defaults into separate fileullysses.a.eoff2015-10-296-28/+38
* gpu/khronos_glcts_support: use override specifierullysses.a.eoff2015-10-291-8/+8
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-282-2/+2
* Add Google as a whitelisted GL vendor.capn2015-10-281-1/+7
* Allow gl[Compressed]TexSubImage2D or GL_TEXTURE_RECTANGLE surfacesccameron2015-10-281-15/+0
* Removed all instances of TODO(gman) generated by build_gles2_cmd_bufferbajones2015-10-289-328/+31
* gpu: Skip ViaMappedMem on low memory deviceboliu2015-10-281-0/+14
* gpu: Test should not assume texture_rg is presentboliu2015-10-281-2/+5
* Revert of Fix WebGL 2 texture renderability check. (patchset #8 id:140001 of ...jmadill2015-10-283-147/+45
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-2831-384/+4270
* Fix WebGL 2 texture renderability check.zmo2015-10-283-45/+147
* ui: Add support for creating GLImage instances from shared memory pools.reveman2015-10-271-1/+2
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-272-2/+2
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-272-2/+2
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-2611-49/+16
* Support multiple contexts in command_buffer_gles2kkinnunen2015-10-261-0/+1
* ui: Add RGBX_8888 buffer format.reveman2015-10-232-5/+10
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+1
* GN(Android): Fix up gl_tests to match GYPagrieve2015-10-231-1/+1
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-222-28/+26
* Added support for sync token signals.dyen2015-10-2211-13/+60
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-2210-440/+249
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-222-26/+28