aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrPorterDuffTest.cpp
Commit message (Expand)AuthorAge
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&Gravatar Brian Salomon2018-03-09
* Rename wrap backend tex/rt methods on GrProxyProviderGravatar Brian Salomon2018-03-07
* Move more internal methods from GrContext to GrContextPriv (take 3)Gravatar Robert Phillips2018-01-22
* Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Gravatar Leon Scroggins2018-01-20
* Move more internal methods from GrContext to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-19
* Revert "Move more internal methods from GrContext to GrContextPriv"Gravatar Hal Canary2018-01-19
* Move more internal methods from GrContext to GrContextPrivGravatar Robert Phillips2018-01-19
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Remove GrBackendObject from tests (except image_from_yuv_textures)Gravatar Robert Phillips2017-12-12
* Use GrContextFactories that produce a single GrContext in unit tests.Gravatar Brian Salomon2017-11-15
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Use shader based blending to clamp kPlus mode w/F16Gravatar Brian Osman2017-09-20
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Revert "Revert "Go back to using dual source blending for lcd src-over even w...Gravatar Greg Daniel2017-06-14
* Revert "Go back to using dual source blending for lcd src-over even with non-...Gravatar Greg Daniel2017-06-14
* Go back to using dual source blending for lcd src-over even with non-opaque c...Gravatar Greg Daniel2017-06-14
* Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as a...Gravatar Brian Salomon2017-06-05
* Convert DstTexture to DstProxy (take 2)Gravatar Robert Phillips2017-05-29
* Fix to lcd blending in ganeshGravatar Greg Daniel2017-05-22
* Fix gpu lcd blending to semi-correctly handle alpha coverageGravatar Greg Daniel2017-05-19
* Revert "Convert DstTexture to DstProxy"Gravatar Robert Phillips2017-05-17
* Convert DstTexture to DstProxyGravatar Robert Phillips2017-05-17
* Revert "Revert "Plumb GrBackendTexture throughout skia.""Gravatar Greg Daniel2017-04-20
* Revert "Plumb GrBackendTexture throughout skia."Gravatar Stan Iliev2017-04-19
* Plumb GrBackendTexture throughout skia.Gravatar Greg Daniel2017-04-18
* Move ref counting out of GrProcessor and into subclasses.Gravatar Brian Salomon2017-04-10
* Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""Gravatar Brian Salomon2017-04-08
* Revert "Create GrXferProcessor while doing GrProcessorSet analysis."Gravatar Brian Salomon2017-04-08
* Create GrXferProcessor while doing GrProcessorSet analysis.Gravatar Brian Salomon2017-04-08
* Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...Gravatar Brian Salomon2017-04-04
* Store the dst texture used by an XP in GrPipeline rather than in the XP.Gravatar Brian Salomon2017-04-03
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29
* Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...Gravatar Brian Salomon2017-03-29
* Remove GrXferProcessor::getOptimizations.Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Revert "Revert "Remove GrPipeline from GrDrawOp.""Gravatar Brian Salomon2017-03-21
* Revert "Remove GrPipeline from GrDrawOp."Gravatar Brian Salomon2017-03-16
* Remove GrPipeline from GrDrawOp.Gravatar Brian Salomon2017-03-16
* Compute clipped draw bounds outside GrAppliedClip.Gravatar Brian Salomon2017-03-14
* Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred ...Gravatar Brian Salomon2017-03-13
* Remove XP override color.Gravatar Brian Salomon2017-03-06
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Remove the skip-draw xp optimizationGravatar Brian Salomon2017-02-24
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ...Gravatar Brian Salomon2017-02-21