aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPaint.cpp
Commit message (Expand)AuthorAge
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and...Gravatar Brian Salomon2017-08-10
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyM...Gravatar Brian Salomon2017-05-03
* Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."Gravatar Brian Salomon2017-05-03
* Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp.Gravatar Brian Salomon2017-05-03
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Make GrXferProcessor and related classes private.Gravatar Brian Salomon2017-02-21
* Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ...Gravatar Brian Salomon2017-02-21
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* Remove component flags from GrXPFactory output analysis.Gravatar Brian Salomon2017-02-14
* Use new fragment processor optimization queries.Gravatar Brian Salomon2017-02-10
* Allow GrSingleTextureEffect to take GrTextureProxiesGravatar Robert Phillips2017-01-24
* Rename GrProcOptInfo::addProcessors to analyzeProcessorsGravatar Brian Salomon2017-01-18
* Simplify GrProcOptInfo initialization.Gravatar Brian Salomon2017-01-17
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* Revert "Revert "Removing ref counting from GrXPFactory.""Gravatar Brian Salomon2017-01-09
* Revert "Removing ref counting from GrXPFactory."Gravatar Brian Salomon2017-01-09
* Removing ref counting from GrXPFactory.Gravatar Brian Salomon2017-01-09
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* GrConstColorProcessor uses 4f colors in the destination spaceGravatar Brian Osman2016-10-26
* Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and sr...Gravatar bsalomon2016-08-11
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-08-01
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* GrColor4f is yet another 4f color type, unfortunately.Gravatar brianosman2016-06-24
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...Gravatar brianosman2016-03-25
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Stop supporting HW ditherGravatar bsalomon2015-09-22
* Make GrProcessorDataManager a noopGravatar joshualitt2015-09-09
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Move GrProcessorDataManager to GrMemoryPoolGravatar joshualitt2015-07-10
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02