index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkDraw.cpp
Commit message (
Expand
)
Author
Age
*
Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...
herb
2015-09-15
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Parallel cache.
herb
2015-09-15
*
Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...
jyasskin
2015-09-10
*
Remove race.
herb
2015-09-09
*
Parallel cache.
herb
2015-09-09
*
Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...
herb
2015-09-04
*
Parallel cache.
herb
2015-09-04
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Propagate SkSurfaceProps when known
robertphillips
2015-07-07
*
Rename all things "leaky" in SkDevice
robertphillips
2015-06-19
*
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
reed
2015-06-09
*
Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...
reed
2015-06-08
*
change SkDraw and all Blitters to use pixmap instead of bitmap
reed
2015-06-08
*
delete (unused) TransparentShader
reed
2015-06-05
*
use pixmaps for dst in sprites -- NO BITMAPS
reed
2015-06-05
*
remove bitmaps entirely from sprite blits (as source)
reed
2015-05-23
*
add SkPixmap and external locking to bitmaps
reed
2015-05-22
*
Add mode validation to PtProcRec::init.
ochang
2015-05-21
*
change hairline procs to take array of points
reed
2015-04-14
*
change hairline procs to take SkPoint by value, more efficient on SSE and NEON
reed
2015-04-10
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Add __STDC_LIMIT_MACROS to SkDraw.cpp.
bungeman
2015-03-16
*
Test for glyphs which straddle the edge of device space.
bungeman
2015-03-16
*
some utils for rect and matrix
reed
2015-03-13
*
Glyph positions maintain 32 bit integer part.
bungeman
2015-03-11
*
BUG=skia:
herb
2015-02-25
*
Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...
scroggo
2015-02-24
*
BUG=skia:
herb
2015-02-24
*
use common impl for drawTextOnPath
reed
2015-02-17
*
optional res-scale parameter to getFillPath
reed
2015-02-12
*
Remove the need for asCoeff in SkXfermode.
egdaniel
2015-01-22
*
Use device-space stroke width for SkDraw::drawRect() quick-reject
fmalita
2015-01-15
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove macros that make it look like it's a good idea to not be able to flatten.
mtklein
2015-01-07
*
pass dst-rect through from drawBitmapRect for better precision
reed
2014-12-15
*
Add Sk prefix to CreateBitmapShader.
mtklein
2014-11-24
*
add roundOut that returns its result
reed
2014-11-19
*
Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.
bungeman
2014-11-13
*
Crop the fast path dashed lines to the cull rect
robertphillips
2014-11-04
*
remove dead SK_DISABLE_DASHING_OPTIMIZATION flag
reed
2014-11-04
*
Set temporary paths volatile so we don't cache them.
jvanverth
2014-10-24
*
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...
fmalita
2014-09-29
*
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...
robertphillips
2014-09-29
*
Fix SkTextBlob offset semantics.
Florin Malita
2014-09-26
*
hide deviceproperties, prepare the way for surfaceprops
reed
2014-09-17
*
Outset the stroke width when computing the bounds for drawing a stroked rect,...
george
2014-09-09
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
[next]