summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* [Merge M49] android: limit max texture size to 4096Bo Liu2016-03-031-1/+11
* Fix GPU acceleration on Intel GMA*Zhenyao Mo2016-03-012-0/+34
* gpu: Expand disable_program_cache driver versionsBo Liu2016-02-191-2/+2
* [Merge M49] Disable canvas 2d COW optimization on adreno 4xxBo Liu2016-02-122-1/+20
* Updated owned_service_id_ in Texture::SetServiceId.liberato2016-02-091-0/+2
* Handle glTex{Sub}Image* calls with height==0.Zhenyao Mo2016-02-041-0/+2
* Mac: Add support for clipping and arbitrary transformsChristopher Cameron2016-01-221-1/+1
* Revert of Add a workaround for Mac ReadPixels. (patchset #2 id:20001 of https...zmo2016-01-163-48/+5
* Add a workaround for Mac ReadPixels.zmo2016-01-153-5/+48
* Add support for "unowned" service_id to Texture.liberato2016-01-158-7/+171
* Harden CommandBufferProxyImplpiman2016-01-141-0/+4
* Revert of Enable DirectComposition by default. (patchset #2 id:20001 of https...zmo2016-01-141-2/+0
* GPU workarounds and test expectations for Linux/Intelpiman2016-01-141-1/+15
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+1
* Enable DirectComposition by default.jbauman2016-01-141-0/+2
* Last CL to make ReadPixels ES3 conformant.zmo2016-01-1311-62/+279
* Deploy angle_end2end_tests and gles2_conform_test more broadly.kbr2016-01-131-2/+3
* Add tests for incorrect shader translationpiman2016-01-121-0/+55
* Fixed an issue with verifying resource sync tokens.dyen2016-01-121-6/+8
* Implement ReadPixels into client buffer with ES3 pack parameters.zmo2016-01-125-126/+205
* Remove |target| from glCompressedCopyTextureCHROMIUM.zmo2016-01-0918-90/+56
* Don't discard framebuffer on Windows.jbauman2016-01-091-1/+12
* Fix bug of deqp uniformapi.html casexinghua.cao2016-01-091-1/+1
* Added a way for sync point clients to issue out of order waits.dyen2016-01-087-53/+173
* Add librt to default libs on linuxspang2016-01-081-2/+0
* Fixed InProcessCommandBuffer::FenceSyncReleaseOnGpuThread() deadlock.dyen2016-01-081-10/+3
* Add GL error usage metrics for glTexImage* APIsjunov2016-01-075-0/+46
* Ported gles2_conform_test harness to base/test/launcher.kbr2016-01-073-7/+19
* Make gles2_conform_test build and run with GN on Linux.kbr2016-01-072-48/+60
* Mark unpack related enums as always supported.kalyan.kondapally2016-01-072-0/+12
* Remove glCompressedCopySubTextureCHROMIUM.zmo2016-01-0723-1051/+97
* Allow GL_TEXTURE_RECTANGLE_ARB as the destination for copyTextureCHROMIUM.erikchen2016-01-065-142/+335
* Fix a bug in state restore during context switchzmo2016-01-067-112/+67
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-0620-284/+231
* Verify resource provider sync tokens before sending to parent.dyen2016-01-062-18/+84
* Use EGL_ANGLE_surface_orientation in Chrome to avoid a blit.jbauman2016-01-054-0/+5
* Fix VS 2015 64-bit truncation warningbrucedawson2016-01-051-1/+1
* Added method to synchronize command buffers within GpuControl.dyen2016-01-058-0/+23
* Cleanup: Remove double semicolons.thestig2016-01-041-1/+1
* Try more to let gles2_conform tests build with -Wall.Nico Weber2016-01-011-0/+4
* Try to let gles2_conform tests build with -Wall.Nico Weber2016-01-011-0/+6
* Remove GLES2_GPU_SERVICE macro.jbroman2015-12-304-4/+0
* Command Buffer: add types for vertexAttribPointer against gles3. This change ...yunchao.he2015-12-302-4/+12
* Change GPU blacklist for Linux Optiums GPUs.vmiura2015-12-291-11/+7
* Remove ANGLE_pack_reverse_row_order.zmo2015-12-286-83/+2
* Add a missing switch-case break in GLES2Decodertzik2015-12-281-0/+1
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-7/+5
* Clean up header files.avi2015-12-265-4/+10
* Rebuild gles2 stuff.avi2015-12-262-9/+9
* Check value parameter of PixelStorei not negativeqiankun.miao2015-12-232-9/+21