aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"Gravatar Robert Phillips2017-02-08
* Remove asTextureRef from SkSpecialImage & update effects accordinglyGravatar Robert Phillips2017-02-07
* Fix rounding error with tiled bitmap drawsGravatar Brian Osman2017-02-06
* Fix two bugs when deciding to tile. Large images were always tiling.Gravatar Brian Osman2017-02-06
* Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.Gravatar Brian Salomon2017-02-06
* Reduce use of SkImage_Base::peekTextureGravatar Robert Phillips2017-01-31
* Rationalize GrContext's Gr*Proxy getter namingGravatar Robert Phillips2017-01-30
* Make SkGpuDevice::drawVertices perform color byte order swap and premul step ...Gravatar Brian Salomon2017-01-30
* Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulA...Gravatar Brian Salomon2017-01-28
* Reland "Refactor trimming logic for read/writePixels()"Gravatar Matt Sarett2017-01-23
* Revert "Refactor trimming logic for read/writePixels()"Gravatar Matt Sarett2017-01-23
* Refactor trimming logic for read/writePixels()Gravatar Matt Sarett2017-01-23
* Continue making Ganesh use absolute texture coordinates - take 2Gravatar Robert Phillips2017-01-20
* Revert "Continue making Ganesh use absolute texture coordinates"Gravatar Joe Gregorio2017-01-17
* Continue making Ganesh use absolute texture coordinatesGravatar Robert Phillips2017-01-17
* Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid"Gravatar Matt Sarett2017-01-17
* Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid"Gravatar Brian Osman2017-01-15
* Add SkImageInfoValidConversion() and SkImageInfoIsValidGravatar Matt Sarett2017-01-13
* Delay SkPaint->GrPaint conversion in text rendering.Gravatar Brian Salomon2017-01-13
* Minor Ganesh refFoo cleanupGravatar Robert Phillips2017-01-13
* Try out refFoo pattern on GrRenderTargetContextGravatar Robert Phillips2017-01-13
* Remove second version of SkImageInfo2GrPixelConfigGravatar Brian Osman2017-01-12
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* Start making texture coordinates be absoluteGravatar Robert Phillips2017-01-10
* Misc batch->op cleanup Part 1 of 2Gravatar Brian Salomon2016-12-21
* Rename batch->op and sk_sp for all remaining path renderer classes.Gravatar Brian Salomon2016-12-16
* Add a deferred copy surface (take 3)Gravatar Robert Phillips2016-12-15
* Update rect ops to use "op" in their name and return sk_sp.Gravatar Brian Salomon2016-12-14
* Revert "Add a deferred copy surface (take 2)"Gravatar Robert Phillips2016-12-14
* Add a deferred copy surface (take 2)Gravatar Robert Phillips2016-12-13
* Revert "Add a deferred copy surface"Gravatar Robert Phillips2016-12-13
* Add a deferred copy surfaceGravatar Robert Phillips2016-12-13
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear"Gravatar Robert Phillips2016-12-09
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Tighten up when a line requires aa in SkGpuDevice.Gravatar Brian Salomon2016-12-07
* GrTextureProducer cleanup, phase two: Producer, Adjuster, MakerGravatar Brian Osman2016-11-28
* GrTextureProducer cleanup, phase one: Bitmap and Image makersGravatar Brian Osman2016-11-28
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Add handling for instantiate failure up the call stackGravatar Robert Phillips2016-11-18
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Remove accessRenderTarget call in SkGpuDevice ctorGravatar Robert Phillips2016-11-17
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15