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
*
Cleanup in GrPipelineBuilder
bsalomon
2015-02-26
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
Remove coordchanges from drawstate
joshualitt
2014-12-29
*
Remove GrCoordTransform::kPosition_CoordSet
bsalomon
2014-12-18
*
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
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
make allocPixels throw on failure
reed
2014-09-02
*
Add override to force bitmap rendering
krajcevski
2014-08-13
*
Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this ...
krajcevski
2014-08-12
*
Add astcbitmap to gm slides.
krajcevski
2014-08-07
*
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/4440...
krajcevski
2014-08-07
*
- Add astcbitmap to gm slides
krajcevski
2014-08-07
*
Pass compressed blitters to our mask drawing algorithm
krajcevski
2014-08-07
*
Add ETC1 format to SkTextureCompressor
krajcevski
2014-08-05
*
Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium...
krajcevski
2014-08-04
*
Add ETC1 format to SkTextureCompressor
krajcevski
2014-08-04
*
Start the process of choosing the correct compression format
krajcevski
2014-07-30
*
fRight -> fBottom
krajcevski
2014-07-29
*
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
*
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
[next]