summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-094-0/+5
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* mus: gpu: Use native struct in mojo mus gpu interfaces.penghuang2016-02-088-0/+114
* Replace NULL with nullptr in call to GrGLExtensions::initBrian Salomon2016-02-081-1/+1
* Move WebGL 1 half_float_linear handling to command buffer.zmo2016-02-067-33/+94
* ContextGroup::Initialize: LOG the relevant values on failure.cwallez2016-02-051-20/+44
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-054-5/+0
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-054-0/+5
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-1/+1
* Fix wrong depth for 2d array textureqiankun.miao2016-02-043-7/+61
* Remove more validation related with fbo completeness and ReadPixels.zmo2016-02-045-95/+82
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-032-45/+0
* IPC::Message -> base::Picklerockot2016-02-032-29/+40
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-032-0/+34
* Move gn _run target generation into test().jbudorick2016-02-032-34/+0
* command_buffer_gles2: Avoid crashing for lack of JNIkkinnunen2016-02-031-2/+7
* Suppress -Wconstant-conversion warning for GLES2 conformance tests.Kenneth Russell2016-02-032-0/+7
* 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