index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkCanvas.cpp
Commit message (
Expand
)
Author
Age
*
const all the things
Herb Derby
2018-07-27
*
Redo drawTextRSXForm for glyph runs
Herb Derby
2018-07-18
*
added byte and ubyte types to SKSL
Ruiqi Mao
2018-07-17
*
Device interface uses glyph run list
Herb Derby
2018-07-16
*
Introduce text blob processing but don't wire it up
Herb Derby
2018-07-13
*
Move to using pointers in simplifyDraw*
Herb Derby
2018-07-12
*
Remove SkDrawFilter.
Ben Wagner
2018-07-12
*
Interpolate patch vertices in destination color space
Brian Osman
2018-07-09
*
added caching of SkVertices
Ruiqi Mao
2018-07-09
*
Revert "added skeletal animation support to GPU backend"
Ruiqi Mao
2018-07-03
*
added skeletal animation support to GPU backend
Ruiqi Mao
2018-07-03
*
updated SkCanvas documentation for animation overloads of drawVertices
Ruiqi Mao
2018-07-03
*
skeletal animation support added to API and software backend
Ruiqi Mao
2018-06-29
*
Revert "Remove drawTextBlob from device use drawGlyphRunList"
Robert Phillips
2018-06-28
*
Remove drawTextBlob from device use drawGlyphRunList
Herb Derby
2018-06-28
*
basic first pass at RGBA F32 support
Mike Klein
2018-06-26
*
Use the correct paint from the looper
Herb Derby
2018-06-22
*
Use SkGlyphRun instead of builder
Herb Derby
2018-06-19
*
Revert "Revert "SkTypes: extract SkTo""
Hal Canary
2018-06-14
*
Revert "SkTypes: extract SkTo"
Hal Canary
2018-06-13
*
SkTypes: extract SkTo
Hal Canary
2018-06-12
*
New more efficient run builder
Herb Derby
2018-06-08
*
Smarter use of glyph cache
Herb Derby
2018-06-06
*
Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device"
Herb Derby
2018-06-06
*
Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device"
Hal Canary
2018-06-06
*
Have draw(Text|PosText|PosTextH) use a single entry on the device
Herb Derby
2018-06-05
*
Remove mask-filters and aa from SkPaint in SkCanvas for nine-patch/lattice.
Brian Salomon
2018-05-21
*
Fix srcBounds computation in SkMatrixConvolutionImageFilter
Robert Phillips
2018-05-17
*
Minor refactoring to image filters
Robert Phillips
2018-05-14
*
Take sk_sp<SkDevice> instead of SkDevice*
Herb Derby
2018-05-02
*
Rewrite SkVertices specified with triangle fans as indexed triangles
Brian Salomon
2018-04-28
*
fix android-framework
Mike Reed
2018-04-25
*
Experiment to track coverage in a layer
Mike Reed
2018-04-25
*
Properly restore from image filter save layers.
Ben Wagner
2018-04-24
*
use SkRect::outset, as it clamps on overflow
Mike Reed
2018-04-23
*
(Mostly) respect FilterQuality in draw[stretchy]
Leon Scroggins III
2018-04-23
*
Prevent matrix stack from being corrupted if a rotated image filter is clippe...
Robert Phillips
2018-04-20
*
Remove SkPaint::kGenA8FromLCD_Flag.
Ben Wagner
2018-04-16
*
can't abort looper loop, as saveCount won't be balanced
Mike Reed
2018-04-12
*
always clear the looper when we're unrolling it, to not confused devices
Mike Reed
2018-04-12
*
Clean-up paints for drawImage (etc.) to enforce that we always
Mike Reed
2018-04-11
*
change canvas-state to just record clip bounds
Mike Reed
2018-03-21
*
Apply filterTextFlags so the fonts are the same.
Herb Derby
2018-03-16
*
consolidate SaveLayerFlag internal references
Cary Clark
2018-03-13
*
remove canvas internal private
Cary Clark
2018-03-06
*
Revert "Revert "Add 1010102 support to Ganesh""
Brian Osman
2018-03-02
*
Revert "Add 1010102 support to Ganesh"
Brian Osman
2018-03-01
*
Add 1010102 support to Ganesh
Brian Osman
2018-03-01
*
make 1010102/888x layers 8888, not 1010102/888x
Mike Klein
2018-02-26
*
Add isFinite() bounds check for drawPoints
Jim Van Verth
2018-02-21
[next]