summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Fix use of GLImage::CopyTexSubImage.reveman2015-05-261-1/+1
* gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture.reveman2015-05-2622-129/+286
* ui: Add RGBA_4444 GpuMemoryBuffer format.reveman2015-05-233-53/+43
* gpu: Add disable_blend_equation_advanced workaround for Adreno 4xx.vmiura2015-05-234-32/+61
* A minor change in buffer binding behaviors in GPU command buffer.zmo2015-05-223-28/+111
* Fine tuning Buffer handling on the command side.zmo2015-05-2214-180/+430
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-223-11/+6
* ui: Add sub region copy support to GLImage::CopyTexImage.reveman2015-05-224-9/+21
* Fix WebGL 2.0 prototype on Mac OS X.kbr2015-05-222-1/+40
* Disable multisampled_render_to_texture on Nexus6 & Android < 5.1.senorblanco2015-05-221-1/+18
* cc: Make CHROMIUM_image capability a requirement for impl-side painting.reveman2015-05-211-12/+34
* Upgrade texture parameter validation to accormodate both ES2 and ES3.zmo2015-05-217-351/+507
* std::bitset solution for GL Query cache.bratell2015-05-214-17/+77
* Revert "Disable multisampled_render_to_texture extension on Adreno."senorblanco2015-05-211-3/+2
* Disable multisampled_render_to_texture extension on Adreno.Daniel Sievers2015-05-201-2/+3
* gpu: disable the extension GL_EXT_disjoint_timer_query on tegrahendrikw2015-05-201-1/+18
* Update gpu/angle_end2end_tets with recent file movecwallez2015-05-201-1/+1
* Update target of texStorage2D for ES 3qiankun.miao2015-05-204-4/+5
* Disable GL_EXT_multisampled_render_to_texture on Chromecasthalliwell2015-05-201-1/+14
* gpu: Expand disable_discard_framebuffer from Power VR 540 to 5xxsievers2015-05-191-3/+3
* Update GL_CHROMIUM_image with support for compressed formats.christiank2015-05-192-6/+36
* Supplement filters in Texture::SetParameter* for ES3guanxian.li2015-05-191-0/+11
* Fix Get* calls in GPU Command buffer.zmo2015-05-197-20/+64
* Disabled extensions in bug list now automatically removes the extension.dyen2015-05-181-1/+31
* glBindTexImage2DCHROMIUM should retain pixel format.christiank2015-05-184-4/+16
* Pass shader version to varying link checkoetuaho2015-05-181-1/+3
* More compact representation of the GL Query cache.bratell2015-05-183-31/+50
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* gpu: Cleanup 'gn check' errors for gpu_unittests target.tfarina2015-05-151-1/+2
* Fine tune vertex attrib commands handling.zmo2015-05-1510-60/+125
* Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer.zmo2015-05-1431-271/+1017
* Add a bunch of ES3 enums to the validator.zmo2015-05-149-118/+497
* A GL Query cache of 1024 items is enough (was 4096).bratell2015-05-121-1/+1
* Update GetTexParameter* and TexParameter* for ES3 in GPU command bufferguanxian.li2015-05-129-15/+245
* mac: Fix an error in a unit_test from linking against the 10.10 SDK.erikchen2015-05-111-1/+5
* Fix some issues with the GPU Tracer.dyen2015-05-112-4/+17
* Corrected test that blocked ES3 compressions formats with 2D textures.bajones2015-05-081-2/+2
* Disable discard_framebuffer on ARM Mali-400 on Linuxhalliwell2015-05-081-1/+14
* Add ES3 command GetUniformuiv to GPU command buffer.zmo2015-05-0824-261/+674
* Check for shader version mismatchoetuaho2015-05-0713-18/+83
* gpu: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-078-78/+82
* Turn on gpu_info_collector_unittests.zmo2015-05-071-39/+28
* Changed GPU Service traces to use nestable async traces.dyen2015-05-073-62/+106
* Wired up compressedTex{Sub}Image3D entry points in WebGraphicsContext3DImplbajones2015-05-062-26/+26
* gpu: Initialize masked alpha values to 1.0.jmadill2015-05-063-9/+23
* gpu: Fix support for GL_FIXED on GLES2.jmadill2015-05-062-2/+2
* Add ES3 CompressedTexSubImage3D to GPU command buffer.zmo2015-05-0636-500/+1369
* Add myself to gpu/config OWNERS.aelias2015-05-051-0/+1
* gpu: Turn on more Windows ES2-CTS tests.jmadill2015-05-051-7/+0
* gpu: Add support for gl_DepthRange.jmadill2015-05-043-58/+59