summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Implement in-proc VerifySyncTokens and use for android videoboliu2016-02-031-1/+1
* Handle glTex{Sub}Image* calls with height==0.zmo2016-02-021-0/+2
* Updated owned_service_id_ in Texture::SetServiceId.liberato2016-02-021-0/+2
* Add GPU command buffer extension dynamic off/on mechanismzmo2016-02-016-71/+202
* Set disabled GL extensions from gpu driver bug list for the test executableskkinnunen2016-02-018-39/+72
* Blink: simplify fbo status checking.zmo2016-01-3016-123/+220
* Increase GPU transfer buffer alignment to 16 bytes.jbauman2016-01-291-1/+1
* Updating texture validation to account for sampler objects in ES3bajones2016-01-287-240/+192
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-283-27/+1
* Switch to standard int types.ahest2016-01-281-4/+4
* Expose ycbcr_420v_image extension via capabilities.dcastagna2016-01-285-0/+6
* Reuse GLFenceNV when an existing CommandsCompletedQuery is reusedstanisc2016-01-272-5/+6
* Update gpu/command_buffer auto-generated code.zmo2016-01-271-173/+173
* Revert of command_buffer: Enable gl path rendering by default (patchset #1 id...magjed2016-01-279-7/+47
* command_buffer: Enable gl path rendering by defaultkkinnunen2016-01-279-47/+7
* Add GL_SAMPLER_CUBE_SHADOW to accepted uniform typeqiankun.miao2016-01-271-0/+1
* Don't enable shader extenstions in WebGL 2 when they are already core.zmo2016-01-261-31/+33
* Emit logcats from gpu_unittests.stip2016-01-261-0/+1
* Emit logcats for gl_tests.stip2016-01-261-0/+1
* On ES or Core profile, we should be able to disable vertex attrib 0.zmo2016-01-263-17/+18
* Comparison and streaming operators for base::Versionrobpercival2016-01-251-1/+1
* command_buffer: Copy gl path rendering data out of shm before validationkkinnunen2016-01-252-73/+42
* command_buffer: Fix setting samplers with bound uniformskkinnunen2016-01-253-12/+50
* command_buffer_gles2: Avoid creating multiple AtExitManagerskkinnunen2016-01-253-14/+37
* Revert of Updating texture validation to account for sampler objects in ES3 (...tapted2016-01-257-192/+240
* Removed last references to old sync points.dyen2016-01-2216-234/+1
* Updating texture validation to account for sampler objects in ES3bajones2016-01-227-240/+192
* Don't compile windowed egl into gles2_conform_test_windowlessjbauman2016-01-221-9/+1
* Restore vertex attrib states correctly after CopyTextureCHROMIUM.zmo2016-01-224-36/+58
* command_buffer_gles2: Fix command-line arguments if they are passedkkinnunen2016-01-221-14/+20
* Allow std::unordered_*.davidben2016-01-221-0/+2
* [Reland] Check if internal_format is valid for GenerateMipmap().zmo2016-01-229-34/+264
* Removed old sync point support for the in process command buffer.dyen2016-01-214-76/+8
* Removed OLD_SYNC_POINT sync token namespace.dyen2016-01-212-12/+0
* Revert of Check if internal_format is valid for GenerateMipmap(). (patchset #...alancutter2016-01-218-229/+29
* Mac: Add support for clipping and arbitrary transformsccameron2016-01-211-1/+1
* Change internalformat of TexImage from GLenum to GLintqiankun.miao2016-01-214-13/+12
* Check if internal_format is valid for GenerateMipmap().zmo2016-01-218-29/+229
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-2/+0
* Allow std::unordered_*.davidben2016-01-211-0/+2
* Use 16-bit surface for low-end devicesjinsukkim2016-01-205-1/+54
* Removed client side support for old sync points.dyen2016-01-2019-214/+41
* Reland of Untouch out of bound pixels for CopyTexSubImage2D (patchset #1 id:1...zmo2016-01-201-27/+7
* Revert of Untouch out of bound pixels for CopyTexSubImage2D (patchset #4 id:6...junov2016-01-201-7/+27
* cc, gpu: logging async swaps period in chrome://tracingdongseong.hwang2016-01-201-0/+6
* Delete trace_event.h from gpu/martina.kollarova2016-01-206-15/+3
* Untouch out of bound pixels for CopyTexSubImage2Dqiankun.miao2016-01-201-27/+7
* Enable DirectComposition by default (reland)jbauman2016-01-201-0/+2
* [Reland] Add a workaround for Mac ReadPixels.zmo2016-01-203-5/+48
* Ensure alpha channel in backbuffer is correct with DirectComposition.jbauman2016-01-162-2/+51