aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* add sample for arcToGravatar reed2014-12-16
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* pass dst-rect through from drawBitmapRect for better precisionGravatar reed2014-12-15
* Look at DYNAMIC_ANNOTATIONS_ENABLED now.Gravatar mtklein2014-12-15
* add paint::getFontBounds()Gravatar reed2014-12-15
* There can be only one (SkRandom)!Gravatar scroggo2014-12-15
* Add xp optimization for RGB coverage.Gravatar egdaniel2014-12-15
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* Rewrite NaN checks in terms of SkScalarIsNaN()Gravatar ehsan.akhgari2014-12-15
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* add dumpHex option to rect and rrect, to match pathGravatar reed2014-12-15
* Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.Gravatar tfarina2014-12-14
* add get9 and set9 to matrix, to aid in making keysGravatar reed2014-12-13
* More win64 warning fixesGravatar bsalomon2014-12-12
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Adding a custom data field to GrGpuResourceGravatar junov2014-12-11
* Create xfer processor backend.Gravatar egdaniel2014-12-11
* Force embedding full font when serializing pictures.Gravatar mtklein2014-12-11
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Making GrGpuResource::release public for special case in BlinkGravatar junov2014-12-11
* Defer saves() until they're neededGravatar reed2014-12-11
* Revert of Create xfer processor backend. (patchset #6 id:100001 of https://co...Gravatar joshualitt2014-12-10
* Revert of Fix to set correct output type when blending when we've read dst (p...Gravatar joshualitt2014-12-10
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* Fix to set correct output type when blending when we've read dstGravatar egdaniel2014-12-10
* Include SkTypes.h from SkDynamicAnnotations.hGravatar mtklein2014-12-10
* dd readPixels to SkImageGravatar reed2014-12-10
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Create xfer processor backend.Gravatar egdaniel2014-12-10
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* add readPixels to SkSurface (later try to remove it from SkCanvas)Gravatar reed2014-12-09
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Adding an option for pixelated rendering in SkPictureImageFilterGravatar junov2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* change SkPoint::setLength to set itself to (0,0) if it starting length is deg...Gravatar reed2014-12-09
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Use threshold of 1 texture coord value per pixel w/ nearest neighbor.Gravatar bsalomon2014-12-09
* Rename CustomCoordTextureEffect to GrBitmapTextGeoProc.Gravatar egdaniel2014-12-09
* Make addUniform take a precisionGravatar bsalomon2014-12-09
* Move shader precision out of GrShaderVarGravatar bsalomon2014-12-09
* Use texture size to determine precision of texture coord varyings.Gravatar bsalomon2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...Gravatar scroggo2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...Gravatar robertphillips2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Fix GrUnPreMulColor.Gravatar egdaniel2014-12-08