Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / src / gpu / effects / GrDistanceFieldGeoProc.cpp
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-11 egdanielMake GrGLSLProgramBuilder base class for GrGLProgramBui...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-21 egdanielMove GrGLShaderVar to GrGLSL
2015-10-21 egdanielMove shader precision modifier check onto GLSLCaps
2015-09-15 egdanielOn gpu, use max(r,g,b) for coverage alpha in LCD and...
2015-09-11 joshualittRemove batchtracker
2015-08-29 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-29 rmistryRevert of Change SkShader;asFragmentProcessor signature...
2015-08-28 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-19 joshualittAllow setting of GrBatchFontCache atlas sizes
2015-08-07 joshualittfixup precision with configurable atlas
2015-08-07 joshualittBreak LCD and Bitmap text dependency on hardcoded atlas...
2015-08-05 joshualittRevert of Break LCD and Bitmap text dependency on hardc...
2015-08-04 joshualittBreak LCD and Bitmap text dependency on hardcoded atlas...
2015-07-22 wangyixMoved GrGLFragmentProcessor definition to its own file
2015-07-08 joshualittfix up test create functions
2015-06-24 jvanverthMove GLSL-specific routines/classes to separate glsl...
2015-05-21 joshualittRemove uniform view matrix from GrGLPrimitiveProcessor...
2015-05-20 senorblancoUse high precision vertex attributes.
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-05-19 joshualittPreliminary attempt to remove batch tracker
2015-05-19 joshualittRevert of Preliminary attempt to remove batch tracker...
2015-05-19 joshualittPreliminary attempt to remove batch tracker
2015-05-15 joshualittremove localmatrix from GrGeometryProcessor base class
2015-05-14 joshualittRemove viewmatrix from GrGeometryProcessor base class
2015-05-13 joshualittremove color from GrGeometryProcessor
2015-05-13 joshualittremoving equality / compute invariant loops from GrGeom...
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-04-28 joshualittcreate GrTestUtils.h, move some common functions into it
2015-04-28 joshualittRevert of removing equality / compute invariant loops...
2015-04-28 joshualittremoving equality / compute invariant loops from GrGeom...
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-04-15 jvanverthFix LCD text and add path fix for Mali.
2015-04-15 jvanverthReal fix for the Mali bug.
2015-04-09 jvanverthRename DistanceFieldTextureEffect.{cpp,h}