aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/imagefromyuvtextures.cpp
Commit message (Expand)AuthorAge
* gpu: Expose GrContextPriv::abandoned in the public API.Gravatar Khushal2018-06-27
* Add bullet proofing for preAbandonContextGravatar Robert Phillips2018-06-25
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues.Gravatar Greg Daniel2018-04-23
* Cleanup SkImage YUV texture factories.Gravatar Brian Salomon2018-03-15
* Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&Gravatar Brian Salomon2018-03-09
* Move more internal methods from GrContext to GrContextPriv (take 3)Gravatar Robert Phillips2018-01-22
* Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Gravatar Leon Scroggins2018-01-20
* Move more internal methods from GrContext to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-19
* Revert "Move more internal methods from GrContext to GrContextPriv"Gravatar Hal Canary2018-01-19
* Move more internal methods from GrContext to GrContextPrivGravatar Robert Phillips2018-01-19
* Fix buildGravatar Robert Phillips2018-01-08
* Update SkImage::MakeFromYUVTexturesCopy to GrBackendTextureGravatar Robert Phillips2017-12-13
* Remove GrBackendObject from tests (except image_from_yuv_textures)Gravatar Robert Phillips2017-12-12
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* Allow vulkan to upload data to testing textures with optimal layoutsGravatar egdaniel2016-08-12
* Retract GrRenderTarget from GrTestTargetGravatar robertphillips2016-05-20
* Refactor Vulkan image, texture, RTs so that create and getter handles match.Gravatar egdaniel2016-05-13
* Clean up test drawContext usageGravatar robertphillips2016-04-28
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* update callsites for Make image factoriesGravatar reed2016-03-17
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...Gravatar reed2016-03-13
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...Gravatar reed2016-03-13
* more shader-->sp conversionsGravatar reed2016-03-13
* Remove deferred clear from SkGpuDeviceGravatar bsalomon2016-02-05
* Use a struct for client GL texture handlesGravatar bsalomon2015-11-10
* GM: replace boilerplate with macrosGravatar halcanary2015-09-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Various GL testing fixesGravatar jvanverth2015-07-16
* Rename backing texture testing routinesGravatar jvanverth2015-07-14
* Remove GL-specific code from GMs and testsGravatar jvanverth2015-07-13
* Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...Gravatar reed2015-06-25
* Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...Gravatar reed2015-06-25
* Return GrGLContext from GrTestTargetGravatar joshualitt2015-06-25
* SkImage::NewFromYUVTexturesCopyGravatar bsalomon2015-05-29