index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPipeline.cpp
Commit message (
Expand
)
Author
Age
*
Allow GrAppliedClip to have >1 clip coverage FP
Chris Dalton
2017-10-31
*
Retract Gr*Priv.h includes a bit
Robert Phillips
2017-08-31
*
Remove kDefault_GrSurfaceOrigin
Robert Phillips
2017-08-30
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Move GrAppliedClip into GrPipeline
Brian Salomon
2017-08-10
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
More GrPipeline cleanup.
Brian Salomon
2017-07-31
*
Initialize GrPipeline at construction.
Brian Salomon
2017-07-31
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
Brian Salomon
2017-07-19
*
Re-enable opList dependency tracking
Robert Phillips
2017-06-26
*
Remove GrTGpuResourceRef specializations
Robert Phillips
2017-06-12
*
Introduce dynamic pipeline state
Chris Dalton
2017-06-07
*
Remove support in GPU backend for distance vector field.
Brian Salomon
2017-06-02
*
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
*
Remove 'fDrawFace' from GrPipeline
Robert Phillips
2017-05-09
*
Remove support for GLs without separate stencil.
Brian Salomon
2017-05-08
*
Allow TextureSamplers to have null GrTexture pointer
Robert Phillips
2017-05-03
*
Remove srgb flags from GrProcessorSet
Brian Salomon
2017-04-28
*
Split cleanup changes out of bigger CL (take 2)
Robert Phillips
2017-04-18
*
Remove lastOpList capability from GrSurface
Robert Phillips
2017-04-17
*
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
*
Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp
Brian Salomon
2017-04-04
*
Move the ability to access textures, buffers, and image storages out from GrP...
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
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
*
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
*
Add function to perform color fragment processor elimination while performing...
Brian Salomon
2017-03-24
*
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
*
Remove origin from GrClipStackClip and GrWindowRectsState.
Brian Salomon
2017-03-13
*
Remove XP override color.
Brian Salomon
2017-03-06
*
Determine whether any fp uses local coords in FragmentProcessorAnalysis rathe...
Brian Salomon
2017-03-02
*
Use construct/init pattern with GrPipeline to replace CreateAt.
Brian Salomon
2017-02-24
*
Remove the skip-draw xp optimization
Brian Salomon
2017-02-24
*
Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext
Brian Salomon
2017-02-23
[next]