index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrSWMaskHelper.h
Commit message (
Expand
)
Author
Age
*
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
*
Move clip off of draw target
joshualitt
2015-02-23
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
More win64 warning fixes
bsalomon
2014-12-12
*
This cl moves color and coverage off of drawstate. In an effort to keep this...
joshualitt
2014-12-09
*
Drawstate on stack
joshualitt
2014-11-17
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
Add GrAASmallPathRenderer.
jvanverth
2014-10-06
*
Add override to force bitmap rendering
krajcevski
2014-08-13
*
Pass compressed blitters to our mask drawing algorithm
krajcevski
2014-08-07
*
Start the process of choosing the correct compression format
krajcevski
2014-07-30
*
Add query for block dimensions of a given format
krajcevski
2014-07-29
*
Generalize mask helper a bit for compression
krajcevski
2014-07-16
*
Use scratch with LATC data if possible
krajcevski
2014-06-12
*
Add an LATC compressor to the A8 masks, and hide it behind an ifdef.
krajcevski
2014-06-10
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...
reed@google.com
2013-11-04
*
speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...
reed@google.com
2013-11-04
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Fix texture allocation in SWMaskHelper
robertphillips@google.com
2013-07-19
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Left over cleanup from r4416 (fix for lingering AA clip mask bug)
robertphillips@google.com
2012-07-09
*
Fixed lingering gpu-path AA clip mask generation bug
robertphillips@google.com
2012-06-29
*
fixed another clang++ compiler error
robertphillips@google.com
2012-06-28
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27