index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPathProcessor.cpp
Commit message (
Expand
)
Author
Age
*
Cleanup ops that are storing GrPipelineOptimizations.
Brian Salomon
2017-01-05
*
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
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-20
*
Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...
bsalomon
2016-09-19
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-19
*
Remove base class for installed transforms in GrPrimitiveProcessor
bsalomon
2016-09-12
*
Remove unneeded GrGLSLTransformedCoordsArray type
bsalomon
2016-09-12
*
Break apart shared use of varying and uniform transforms
egdaniel
2016-05-09
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Use noperspective interpolation for 2D draws
cdalton
2016-02-12
*
Add GrShaderFlags enum
cdalton
2016-02-11
*
Remove SkNEW_APPEND_TO_TARRAY.
bungeman
2016-02-09
*
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
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
New API for computing optimization invariants.
ethannicholas
2015-11-24
*
Create GrGLSLVaryingHandler class for program building
egdaniel
2015-11-20
*
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
egdaniel
2015-11-18
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Move GrGLPrimitive/GeometryProc to GLSL
egdaniel
2015-11-13
*
Move all ShaderBuilder files to GLSL
egdaniel
2015-11-11
*
Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.
egdaniel
2015-11-11
*
Remove GrGLProcessor and create GrGLSLTextureSampler class.
egdaniel
2015-10-29
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
move GrGLPathProcessor back into GrPathProcessor
joshualitt
2015-09-11
*
Remove batchtracker
joshualitt
2015-09-11
*
Late creation of GrPathProcessor
joshualitt
2015-09-10
*
GrPathRangeBatch
bsalomon
2015-09-09
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Rename GrPipelineInfo to GrPipelineOptimizations
bsalomon
2015-08-10
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....
bsalomon
2015-07-08
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Move GLSL-specific routines/classes to separate glsl directory
jvanverth
2015-06-24
*
Preliminary attempt to remove batch tracker
joshualitt
2015-05-19
*
Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 o...
joshualitt
2015-05-19
*
Preliminary attempt to remove batch tracker
joshualitt
2015-05-19
*
remove localmatrix from GrGeometryProcessor base class
joshualitt
2015-05-15
*
Remove viewmatrix from GrGeometryProcessor base class
joshualitt
2015-05-14
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
Remove legacy NVPR support
jvanverth
2015-04-27
*
A simple change to move a bunch of stuff out of Gr*Geometry.h
joshualitt
2015-02-12