summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* Use GLSL version 100 for OpenGL context versions prior to 3.2.kbr2015-12-222-9/+9
* gn: Make command_buffer_gles2 deps less weird.thakis2015-12-211-9/+1
* Replace RE2 import with a dependencybattre2015-12-213-3/+3
* command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extensionkkinnunen2015-12-2134-5/+645
* Switch to standard integer types in gpu/.avi2015-12-21253-2896/+3536
* Support arguments and driver bug workarounds in command_buffer_gles2kkinnunen2015-12-212-3/+25
* [reland] Update webgl2 conformance expectationszmo2015-12-184-25/+230
* Revert of Command Buffer: read pixels into pixel pack buffer (patchset #9 id:...jmadill2015-12-184-230/+25
* gpu: Populate GL path rendering functions in Skia interfacekkinnunen2015-12-181-33/+28
* Command Buffer: read pixels into pixel pack bufferyunchao.he2015-12-184-25/+230
* Mac CoreAnimation: Add more CALayer parametersccameron2015-12-1817-51/+177
* Replace .Pass() with std::move in gpu/ dirmartina.kollarova2015-12-1712-20/+22
* Command buffer: Generate INVALID_ENUM for invalid pname in GetActiveUniformsivyunchao.he2015-12-173-4/+41
* Add a helper method GetInfoForTarget() to TextureUnit.erikchen2015-12-172-61/+25
* Switched some static GL validators to use a switch rather than a vectorbajones2015-12-163-461/+1081
* Disallow feedback loops for all bind targets.erikchen2015-12-161-3/+1
* Fix some logic in TextureUnit.erikchen2015-12-162-2/+7
* Remove dead code in gles2_cmd_decoder.ccqiankun.miao2015-12-161-26/+0
* WebGL 2: add types for vertexAttribPointer against WebGL 2 rendering context....yunchao.he2015-12-161-0/+6
* Added 64 bit number support in the build gles2 command buffer script.dyen2015-12-168-137/+228
* Simplified a validation that really didn't need to use a lookup table.bajones2015-12-154-12/+12
* Plumb alpha change on resize into GLSurfacejbauman2015-12-152-2/+5
* Remove remaining ScopedVector from gpu/ dirmartina.kollarova2015-12-144-20/+18
* gpu: Enable EXT_sRGB test on Android, disable it on Nexus 5Xkkinnunen2015-12-142-9/+16
* Remove code duplication in GPU command buffer.zmo2015-12-111-34/+5
* Fixed race condition in CommandBufferHelper::WaitForAvailableEntries.vmiura2015-12-112-2/+12
* Added blink support for new sync tokens.dyen2015-12-112-3/+14
* Remove the NoAtExitBaseTestSuite anti-pattern.jam2015-12-118-39/+13
* [Reland] Implement helper functionalities for computing image size with ES3 s...zmo2015-12-115-35/+302
* Don't require VDAs to return all PictureBuffers at once.liberato2015-12-104-8/+25
* Revert of Reland: Implement helper functionalities for computing image size w...jmadill2015-12-105-309/+42
* Reland: Implement helper functionalities for computing image size with ES3 se...zmo2015-12-095-42/+309
* Identify the active GPU using GL strings in multiple GPU situation.zmo2015-12-097-5/+147
* Added VerifySyncTokensCHROMIUM() function to sync_point_CHROMIUM.dyen2015-12-0920-47/+242
* Revert of Implement helper functionalities for computing image size with ES3 ...zmo2015-12-095-306/+42
* Implement helper functionalities for computing image size with ES3 settings.zmo2015-12-095-42/+306
* Labeled WebGraphicsContext3D context.dyen2015-12-091-0/+3
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-0914-10/+57
* Implement SamplerManager in the command bufferbajones2015-12-0714-107/+607
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-0414-57/+10
* Added an extra sync token field for extra command buffer identification.dyen2015-12-0414-10/+57
* command_buffer: Implement EXT_blend_func_extendedkkinnunen2015-12-0452-315/+2394
* Remove ScopedVector from mapped_memorymartina.kollarova2015-12-042-16/+9
* gpu: Add YCbCr 420v extension.dcastagna2015-12-046-0/+58
* It requires at minumun GLES 3.0 or GL 3.0 or availabilty ofj.isorce2015-12-032-3/+20
* IsGL_REDSupportedOnFBOs: return true only if FBO is completej.isorce2015-12-031-1/+1
* Disable GL_EXT_texture_rg with GLES 2.0 on Mesa drivers prior version 11.1j.isorce2015-12-031-1/+22
* Disable failing gl tests on Android.khushalsagar2015-12-032-2/+16
* Check texture ids are valid in CopyTextureCHROMIUM apis.vmiura2015-12-033-0/+139
* Misc fixes for gn builds with VS 2015brucedawson2015-12-031-1/+1