index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrPaint.h
Commit message (
Expand
)
Author
Age
*
Move willUseInputColor check to computeInvariantOutput
egdaniel
2014-10-15
*
Cleanup of shader building system
joshualitt
2014-10-07
*
Revert of Cleanup of shader building system (patchset #25 id:470001 of https:...
joshualitt
2014-10-07
*
Cleanup of shader building system
joshualitt
2014-10-07
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
BUG=skia:
joshualitt
2014-09-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
Implement text rendering with NVPR
kkinnunen
2014-06-24
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-14
*
Revert "Add blend optimization helpers and use to convert rect draws to clears."
bsalomon@google.com
2013-08-07
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-06
*
Revert "Add blend optimization helpers and use to convert rect draws to clears."
bsalomon@google.com
2013-08-05
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-05
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Add GrPaint stage for xfermodes.
bsalomon@google.com
2013-03-28
*
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
*
Fix build breakage.
bsalomon@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
GrCustomStage Renaming Part 2
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Separate out the texture matrix from the coord-system change matrix in GrSamp...
bsalomon@google.com
2012-10-17
*
Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.
bsalomon@google.com
2012-10-12
*
GrPaint encapsulation.
bsalomon@google.com
2012-10-05
*
Rename GrPaint fields/enums/members texture->color mask->coverage.
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 texture/mask setters on GrPaint
bsalomon@google.com
2012-07-26
*
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
*
This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...
twiz@google.com
2012-07-18
*
Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...
tomhudson@google.com
2012-07-13
*
Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.
tomhudson@google.com
2012-06-25
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Skip unnecessary copies in GrPaint operator ==
bsalomon@google.com
2012-03-16
*
minor improvement, remove some conditionals in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...
bsalomon@google.com
2012-01-18
*
Implement the color matrix filter in Ganesh. Also, fix and enable the color
senorblanco@chromium.org
2012-01-03
*
Prep for GrDrawState as a class Part 2
bsalomon@google.com
2011-12-06
*
Prep #1 for making GrDrawState a class
bsalomon@google.com
2011-12-06
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12