aboutsummaryrefslogtreecommitdiffstats
path: root/gm/rectangletexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 2Hal Canary2019-01-091-3/+2
* Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_R...Brian Salomon2018-12-061-54/+77
* Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE...Brian Salomon2018-12-061-77/+54
* Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures.Brian Salomon2018-12-051-54/+77
* Centralize the predicate for a glyph being too large for the atlasHerb Derby2018-09-051-1/+0
* Reland: Check for ANGLE's implementation of texture_rectangleWeiliang Chen2018-07-131-1/+2
* gpu: Expose GrContextPriv::abandoned in the public API.Khushal2018-06-271-1/+1
* Add bullet proofing for preAbandonContextRobert Phillips2018-06-251-0/+3
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-4/+0
* Revert "Check for ANGLE's implementation of texture_rectangle"Ravi Mistry2018-05-301-2/+1
* Check for ANGLE's implementation of texture_rectangleWeiliang Chen2018-05-301-1/+2
* Move more internal methods from GrContext to GrContextPriv (take 3)Robert Phillips2018-01-221-1/+2
* Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Leon Scroggins2018-01-201-2/+1
* Move more internal methods from GrContext to GrContextPriv (take 2)Robert Phillips2018-01-191-1/+2
* Revert "Move more internal methods from GrContext to GrContextPriv"Hal Canary2018-01-191-2/+1
* Move more internal methods from GrContext to GrContextPrivRobert Phillips2018-01-191-1/+2
* Add new SkImage factory to create from GrBackendTexture with SkColorTypeGreg Daniel2017-12-181-2/+4
* Make GrBackendTexture take Gr*Info refs in ctor, and copy them.Greg Daniel2017-05-021-1/+1
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* add helper makeShader for the common Clamp caseMike Reed2017-04-281-2/+1
* Revert "Revert "Plumb GrBackendTexture throughout skia.""Greg Daniel2017-04-201-7/+6
* Revert "Plumb GrBackendTexture throughout skia."Stan Iliev2017-04-191-6/+7
* Plumb GrBackendTexture throughout skia.Greg Daniel2017-04-181-7/+6
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-6/+6
* Retract GrRenderTarget from GrTestTargetrobertphillips2016-05-201-0/+2
* Clean up test drawContext usagerobertphillips2016-04-281-3/+2
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-2/+1
* Make the debug interface a GrGLTestInterface subclass.bsalomon2016-03-211-1/+1
* update callsites for Make image factoriesreed2016-03-171-22/+22
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...reed2016-03-131-4/+4
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...reed2016-03-131-4/+4
* more shader-->sp conversionsreed2016-03-131-4/+4
* SkImage now has makeShader to return sk_spreed2016-03-091-4/+4
* Texturing support for RECTANGLE textures.bsalomon2016-01-201-0/+191