index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrSWMaskHelper.cpp
Commit message (
Expand
)
Author
Age
*
add installPixels
reed@google.com
2014-01-24
*
Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...
reed@google.com
2013-11-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
*
Make not-reusing-scratch-textures only apply to texture uploads
robertphillips@google.com
2013-10-30
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Don't reuse scratch textures update
robertphillips@google.com
2013-09-18
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
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
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Add GrEllipseEdgeEffect.
commit-bot@chromium.org
2013-03-12
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
Remove getter of writable GrEffectStage from GrDrawState.
bsalomon@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Use ReduceClipStack in ClipMaskManager.
bsalomon@google.com
2012-12-06
*
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
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Move some auto restore helpers from GrDrawTarget to GrDrawState.
bsalomon@google.com
2012-10-05
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove easily-removable uses of setTexture(), instead creating a GrSingleText...
tomhudson@google.com
2012-07-20
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
More carefully disable stages in Ganesh to avoid textures or effects
tomhudson@google.com
2012-07-10
*
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
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27