index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrProcessor.h
Commit message (
Expand
)
Author
Age
*
Revert "added GrSkSLFP and converted DitherEffect to use it"
Kevin Lubick
2018-06-19
*
added GrSkSLFP and converted DitherEffect to use it
Ethan Nicholas
2018-06-18
*
Remove GrNonlinearColorSpaceXformEffect
Brian Osman
2018-06-18
*
Pull non-substantive changes out of omnibus CL
Robert Phillips
2018-06-13
*
Make GPU lattice/nine patch not bleed across cells.
Brian Salomon
2018-05-07
*
Analytic dashing of circles with single on/off intervals and butt caps.
Brian Salomon
2018-04-20
*
Drop unused support for MSAA sample locations
Chris Dalton
2018-02-20
*
Implement GPU/OpList DDLs
Robert Phillips
2018-02-01
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
CCPR: Rename GrCCPR* -> GrCC*
Chris Dalton
2018-01-08
*
converted YUVEffect to SkSL
Ethan Nicholas
2017-12-22
*
Guard the sqrt(temp) where temp < 0 in 2pt conical gradient
Yuqian Li
2017-12-20
*
Revert "Reimplement TwoPointConicalGradient_gpu"
Yuqian Li
2017-12-13
*
Reimplement TwoPointConicalGradient_gpu
Yuqian Li
2017-12-13
*
Add analytic clip FPs that read from the CCPR atlas
Chris Dalton
2017-12-05
*
converted Premul / Unpremul to SkSL
Ethan Nicholas
2017-11-17
*
converted GrAARectEffect to SkSL
Ethan Nicholas
2017-11-16
*
Remove support for image load/store
Brian Salomon
2017-11-15
*
converted LumaColorFilterEffect to sksl
Ethan Nicholas
2017-11-07
*
Re-land "converted OverdrawColorFilter to SkSL"
Ethan Nicholas
2017-10-26
*
Revert "converted OverdrawColorFilter to SkSL"
Ethan Nicholas
2017-10-25
*
converted OverdrawColorFilter to SkSL
Ethan Nicholas
2017-10-25
*
Add GrColorSpaceXformEffect
Brian Osman
2017-10-18
*
SkSL FPs now support child processors, converted ArithmeticFP to SkSL
Ethan Nicholas
2017-10-11
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
Revert "Allow GrDrawOpAtlas to grow as needed"
Jim Van Verth
2017-09-15
*
Allow GrDrawOpAtlas to grow as needed
Jim Van Verth
2017-09-15
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Add clone methods to unit test GrFragmentProcessor classes
Brian Salomon
2017-07-28
*
Implement clone() for GrDisplacementEffect
Brian Salomon
2017-07-25
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Fix MDB regression
Robert Phillips
2017-06-19
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Fix GrGradientEffect::isValid()
Brian Salomon
2017-06-09
*
Omnibus: Push instantiation of GrTextures later (post TextureSampler)
Robert Phillips
2017-06-02
*
Update clearOp for split-OpList world (take 3)
Robert Phillips
2017-05-31
*
Convert DstTexture to DstProxy (take 2)
Robert Phillips
2017-05-29
*
Revise system for checking for uninstantiated proxies
Robert Phillips
2017-05-29
*
Revert "Convert DstTexture to DstProxy"
Robert Phillips
2017-05-17
*
Convert DstTexture to DstProxy
Robert Phillips
2017-05-17
*
Switch ImageStorageAccess over to GrTextureProxies
Robert Phillips
2017-05-12
*
Allow TextureSamplers to have null GrTexture pointer
Robert Phillips
2017-05-03
*
Remove more headers from include/gpu
Robert Phillips
2017-04-21