Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / src / gpu / GrDefaultGeoProcFactory.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 shader precision modifier check onto GLSLCaps
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-05 joshualittThis CL wires up the backend portion necessary for...
2015-08-03 joshualittUse new API everywhere for GrDefaultGeoProcFactory
2015-08-03 joshualittRevert of Use new API everywhere for GrDefaultGeoProcFa...
2015-08-03 joshualittUse new API everywhere for GrDefaultGeoProcFactory
2015-07-28 joshualittChange GrDefaultGeoProcFactory to a namespace
2015-07-28 joshualittCleanup GrDefaultGeoProcFactory localCoords
2015-07-27 joshualittCleanup Default Geo Proc API
2015-07-08 joshualittfix up test create functions
2015-07-08 bsalomonMakes GrPipelineInfo a class with query functions used...
2015-07-08 bsalomonRevert of Rework GrPipelineInfo (patchset #7 id:120001...
2015-07-08 bsalomonMakes GrPipelineInfo a class with query functions used...
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-05-08 egdanielRemove coverage multiplies when it is known to be fully...
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-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-12 joshualittfix for uniform view matrix being uploaded but not...
2015-01-28 joshualittGrBatchPrototype
2015-01-28 joshualittRevert of GrBatchPrototype (patchset #32 id:630001...
2015-01-27 joshualittGrBatchPrototype
2015-01-27 joshualittRevert of GrBatchPrototype (patchset #30 id:570001...
2015-01-26 joshualittGrBatchPrototype
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-18 robertphillipsRefactor position computation to enable device space...
2015-01-14 joshualittMore changes to bring together path / geo procs
2015-01-13 joshualittMove most of the transform logic into the primitive...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-30 joshualittViewMatrix uniform upload moved to GeometryProcessor
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-22 joshualittThis CL cleans up the last remaining users of localCoor...
2014-12-19 joshualittinitial changes to add local matrix to primitive processor
2014-12-15 joshualittThis change will ultimately pull uniform color, and...
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-05 joshualittget rid of static gps
2014-12-04 joshualittRemove backend factories
2014-12-04 joshualittcreate and thread batch tracker object
2014-12-04 joshualittRevert of create and thread batch tracker object (patch...
2014-12-03 joshualittcreate and thread batch tracker object
2014-12-03 joshualittFirst step to moving vertex attributes to the geometryP...
2014-11-15 joshualittPush creation of default GP to the caller
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-11-08 joshualittDefault geometry processor
2014-11-07 joshualittRevert of Default geometry processor (patchset #9 id...
2014-11-07 joshualittDefault geometry processor