index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPrimitiveProcessor.h
Commit message (
Expand
)
Author
Age
*
ccpr: Use primitive restart feature on ARM
Chris Dalton
2018-01-23
*
Make GrTextureOp capable of edge antialiasing.
Brian Salomon
2018-01-11
*
Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar.
Brian Salomon
2017-12-07
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
changed vertex attribute precisions to be actual types
Ethan Nicholas
2017-09-27
*
Remove support in GPU backend for distance vector field.
Brian Salomon
2017-06-02
*
Add support for instanced draws
Chris Dalton
2017-05-31
*
Move ref counting out of GrProcessor and into subclasses.
Brian Salomon
2017-04-10
*
Move the ability to access textures, buffers, and image storages out from GrP...
Brian Salomon
2017-04-04
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...
Brian Salomon
2017-03-29
*
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 PLS path renderer
Brian Salomon
2017-03-06
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Remove component flags from GrXPFactory output analysis.
Brian Salomon
2017-02-14
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
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
*
Misc batch->op cleanup Part 1 of 2
Brian Salomon
2016-12-21
*
This renames methods and classes that relate to static analysis of combinatio...
Brian Salomon
2016-12-21
*
Rename GrBatch to GrOp
Brian Salomon
2016-12-01
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
Robert Phillips
2016-10-26
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Remove GrPrimitiveProcessor::hasTransformedLocalCoords
bsalomon
2016-09-12
*
Simplify adding attributes to GrGeometryProcessor
bsalomon
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
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
added support for glMinSampleShading
ethannicholas
2016-03-25
*
Make max number of vertex attributes be checked dynamically
bsalomon
2016-03-23
*
Increase max vertex attrib count in GrPrimitiveProcessor
cdalton
2016-02-03
*
added support for PLS path rendering
ethannicholas
2016-01-30
*
Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...
ethannicholas
2016-01-22
*
added support for PLS path rendering
ethannicholas
2016-01-22
*
New API for computing optimization invariants.
ethannicholas
2015-11-24
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Move GrGLPrimitive/GeometryProc to GLSL
egdaniel
2015-11-13
*
Remove batchtracker
joshualitt
2015-09-11
*
GrPathRangeBatch
bsalomon
2015-09-09
*
Convert child FPs from refs to pending executions when parent converts
bsalomon
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
For a frag proc, its key will be a concatenation of all its descendant procs'...
wangyix
2015-08-20
*
Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations.
bsalomon
2015-08-13
*
Remove GrPipelineOptimizations member from GrPipeline
bsalomon
2015-08-10
*
Rename GrPipelineInfo to GrPipelineOptimizations
bsalomon
2015-08-10
*
This CL wires up the backend portion necessary for sending transformed coords...
joshualitt
2015-08-05
[next]