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
*
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
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Remove component flags from GrXPFactory output analysis.
Brian Salomon
2017-02-14
*
Use new fragment processor optimization queries.
Brian Salomon
2017-02-10
*
Add a basic constructor to GrPipeline
csmartdalton
2017-02-08
*
Move srgb enable flags to GrProcessorSet from pipelinebuilder
Brian Salomon
2017-01-19
*
Don't require GrPipelineBuilder to build GrPipeline
Brian Salomon
2017-01-19
*
Pass GrAppliedClip to pipeline creation.
Brian Salomon
2017-01-17
*
Removes tracking of whether color is ignored by XP.
Brian Salomon
2017-01-04
*
Removing tracking of whether GP/FP coverage calculations are used by XP.
Brian Salomon
2017-01-04
*
This renames methods and classes that relate to static analysis of combinatio...
Brian Salomon
2016-12-21
*
move src/gpu/batches -> src/gpu/ops
Brian Salomon
2016-12-16
*
Rename GrBatch to GrOp
Brian Salomon
2016-12-01
*
In GrProcessor::TextureSampler drop the "get", it's cleaner
Brian Salomon
2016-11-17
*
Guard against instantiate & accessRenderTarget failures
Robert Phillips
2016-11-17
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
src/gpu: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
Remove GrStencilSettings from GrPipeline
csmartdalton
2016-11-01
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
Robert Phillips
2016-10-26
*
Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.
bsalomon
2016-09-26
*
Remove ability to skip coord transform comparison in pipeline comparison.
bsalomon
2016-09-12
*
Improve usage of window rectangles
csmartdalton
2016-09-06
*
Revert of Improve usage of window rectangles (patchset #9 id:160001 of https:...
caryclark
2016-09-06
*
Improve usage of window rectangles
csmartdalton
2016-09-02
*
Implement difference clip rects with window rectangles
csmartdalton
2016-08-17
*
GrFP can express distance vector field req., program builder declares variab...
dvonbeck
2016-08-01
*
Revert of GrFP can express distance vector field req., program builder decla...
mtklein
2016-07-30
*
GrFP can express distance vector field req., program builder declares variab...
dvonbeck
2016-07-29
*
Check fIgnoresCoverage in GrPipeline::AreEqual
csmartdalton
2016-07-06
*
Remove GrRenderTarget from GrPipelineBuilder
robertphillips
2016-06-06
*
Eliminate special case nvpr batch handling
cdalton
2016-05-12
*
Separate user and raw stencil settings
cdalton
2016-05-11
*
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...
robertphillips
2016-05-11
*
Separate user and raw stencil settings
cdalton
2016-05-10
*
Remove hasMixedSamples() from GrPipelineBuilder
cdalton
2016-05-06
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...
brianosman
2016-03-25
*
Replace fWillReadFragmentPosition with a bitfield
cdalton
2016-02-26
*
Don't ref/unref the static src-over xp
bsalomon
2015-12-21
*
Create a static instances of SrcOver XferProcessor
egdaniel
2015-11-30
*
Fix bug in reads fragment position on gpu.
egdaniel
2015-11-30
*
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...
ethannicholas
2015-11-30
*
New API for computing optimization invariants.
ethannicholas
2015-11-24
[next]