index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
GrPorterDuffTest.cpp
Commit message (
Expand
)
Author
Age
*
Move more internal methods from GrContext to GrContextPriv (take 3)
Robert Phillips
2018-01-22
*
Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"
Leon Scroggins
2018-01-20
*
Move more internal methods from GrContext to GrContextPriv (take 2)
Robert Phillips
2018-01-19
*
Revert "Move more internal methods from GrContext to GrContextPriv"
Hal Canary
2018-01-19
*
Move more internal methods from GrContext to GrContextPriv
Robert Phillips
2018-01-19
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Remove GrBackendObject from tests (except image_from_yuv_textures)
Robert Phillips
2017-12-12
*
Use GrContextFactories that produce a single GrContext in unit tests.
Brian Salomon
2017-11-15
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Revert "Revert "Go back to using dual source blending for lcd src-over even w...
Greg Daniel
2017-06-14
*
Revert "Go back to using dual source blending for lcd src-over even with non-...
Greg Daniel
2017-06-14
*
Go back to using dual source blending for lcd src-over even with non-opaque c...
Greg Daniel
2017-06-14
*
Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as a...
Brian Salomon
2017-06-05
*
Convert DstTexture to DstProxy (take 2)
Robert Phillips
2017-05-29
*
Fix to lcd blending in ganesh
Greg Daniel
2017-05-22
*
Fix gpu lcd blending to semi-correctly handle alpha coverage
Greg Daniel
2017-05-19
*
Revert "Convert DstTexture to DstProxy"
Robert Phillips
2017-05-17
*
Convert DstTexture to DstProxy
Robert Phillips
2017-05-17
*
Revert "Revert "Plumb GrBackendTexture throughout skia.""
Greg Daniel
2017-04-20
*
Revert "Plumb GrBackendTexture throughout skia."
Stan Iliev
2017-04-19
*
Plumb GrBackendTexture throughout skia.
Greg Daniel
2017-04-18
*
Move ref counting out of GrProcessor and into subclasses.
Brian Salomon
2017-04-10
*
Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""
Brian Salomon
2017-04-08
*
Revert "Create GrXferProcessor while doing GrProcessorSet analysis."
Brian Salomon
2017-04-08
*
Create GrXferProcessor while doing GrProcessorSet analysis.
Brian Salomon
2017-04-08
*
Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...
Brian Salomon
2017-04-04
*
Store the dst texture used by an XP in GrPipeline rather than in the XP.
Brian Salomon
2017-04-03
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Make analysis optional to GrPipeline::init().
Brian Salomon
2017-03-29
*
Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...
Brian Salomon
2017-03-29
*
Remove GrXferProcessor::getOptimizations.
Brian Salomon
2017-03-29
*
Split GrPipelineInput into separate color and coverage types, the latter of w...
Brian Salomon
2017-03-27
*
Revert "Revert "Remove GrPipeline from GrDrawOp.""
Brian Salomon
2017-03-21
*
Revert "Remove GrPipeline from GrDrawOp."
Brian Salomon
2017-03-16
*
Remove GrPipeline from GrDrawOp.
Brian Salomon
2017-03-16
*
Compute clipped draw bounds outside GrAppliedClip.
Brian Salomon
2017-03-14
*
Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred ...
Brian Salomon
2017-03-13
*
Remove XP override color.
Brian Salomon
2017-03-06
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Remove the skip-draw xp optimization
Brian Salomon
2017-02-24
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ...
Brian Salomon
2017-02-21
*
Remove component flags from GrPipelineInput.
Brian Salomon
2017-02-14
*
Remove component flags from GrXPFactory output analysis.
Brian Salomon
2017-02-14
*
Use new fragment processor optimization queries.
Brian Salomon
2017-02-10
*
Simplify GrProcOptInfo initialization.
Brian Salomon
2017-01-17
*
Revert "Revert "Removing ref counting from GrXPFactory.""
Brian Salomon
2017-01-09
[next]