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
*
Tweak distance field path renderer behavior in gamma-correct mode to match
brianosman
2016-04-13
*
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
brianosman
2016-04-13
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...
brianosman
2016-03-25
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Stop supporting HW dither
bsalomon
2015-09-22
*
Make GrProcessorDataManager a noop
joshualitt
2015-09-09
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
All child GrFragmentProcs' transforms and textures will be stored in the root...
wangyix
2015-08-12
*
Another trivial cleanup
joshualitt
2015-07-14
*
Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...
joshualitt
2015-07-13
*
Another trivial cleanup
joshualitt
2015-07-13
*
Move GrProcessorDataManager to GrMemoryPool
joshualitt
2015-07-10
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
Initial CL to create dummy GrShaderDataManager and thread it through
joshualitt
2015-07-08
*
Update XPF invariant info to not account for conflation
cdalton
2015-06-02
*
Use SkXfermode as public facing enum for GrPorterDuffXP
egdaniel
2015-02-17
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-02-02
*
Revert of Move npot resizing out of GrContext and simplify GrContext texture ...
bsalomon
2015-01-31
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-01-31
*
Revert of Move npot resizing out of GrContext and simplify GrContext texture ...
fmalita
2015-01-31
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-01-30
*
XPFactory lazily initializie in drawstate / GrPaint
joshualitt
2015-01-22
*
removing coord change matrices
joshualitt
2014-12-29
*
This CL cleans up the last remaining users of localCoordChange on paint
joshualitt
2014-12-22
*
initial changes to add local matrix to primitive processor
joshualitt
2014-12-19
*
Remove the low hanging fruit with coord change matrices
joshualitt
2014-12-18
*
Add an InvariantOutput for the XPF.
egdaniel
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Add XferProcessor factory in GrPaint and GrDrawState.
egdaniel
2014-12-03
*
Create GrOptDrawState before recording draw in GrInOrderDrawBuffer
bsalomon
2014-11-19
*
Remove coverage from grpaint
joshualitt
2014-11-11
*
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
[next]