Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / src / gpu / GrOvalRenderer.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-29 egdanielRemove GrGLProcessor and create GrGLSLTextureSampler...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-21 egdanielMove shader precision modifier check onto GLSLCaps
2015-09-18 reedReland of add a ClassID function to GrBatch (patchset...
2015-09-18 reedRevert of add a ClassID function to GrBatch (patchset...
2015-09-17 joshualittadd a ClassID function to GrBatch
2015-09-17 joshualittRevert of add a ClassID function to GrBatch (patchset...
2015-09-17 joshualittadd a ClassID function to GrBatch
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-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-21 joshualittStandardize BW to NonAA
2015-08-21 joshualittCreate separate entry points for the various flavors...
2015-08-18 bsalomonPrivatize GrBatch subclass overrides
2015-08-17 bsalomonMake GrVertexBatch objects hold their own draws during...
2015-08-13 bsalomonSplit GrDrawBatch and GrVertexBatch into their own...
2015-08-13 bsalomonIntroduce GrBatch subclasses GrDrawBatch and GrVertexBa...
2015-08-12 bsalomonCheck for xfer barriers in GrBatch, auto-issue barriers...
2015-08-10 bsalomonRename GrPipelineInfo to GrPipelineOptimizations
2015-08-07 joshualittMake folder for batches
2015-08-06 bsalomonDon't pass pipeline to GrBatch::generateGeometry()
2015-07-31 bsalomonSome cleanup in GrTextureProvider and GrResourceProvider.
2015-07-16 joshualittAll batches do their own pipeline compare
2015-07-13 joshualittsmall cleanups after fixing const of GrPipelineBuilder...
2015-07-13 joshualittovals now take a const GrPipelineBuilder
2015-07-13 joshualittStart to propagate constness of GrPipelineBuilder up...
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-06-24 jvanverthMove GLSL-specific routines/classes to separate glsl...
2015-06-12 vbuzinovImplement support for mixed sampled render targets
2015-05-26 robertphillipsSplit drawing functionality out of GrContext and into...
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-13 joshualittGLProgramsTest 3.0
2015-05-12 reedRevert of Revert of stop calling SkScalarDiv (patchset...
2015-05-12 reedRevert of stop calling SkScalarDiv (patchset #4 id...
2015-05-12 reedstop calling SkScalarDiv
2015-05-11 joshualittAADistanceFieldPathRenderer unit tests
2015-05-07 bsalomonIterate over instanced draws in GrGpu rather than above...
2015-05-07 robertphillipsIsolate GrBufferAllocPools inside GrBatchTarget
2015-05-05 joshualittsmall cleanup in GrOvalRenderer
2015-05-05 bsalomonStart on simplifying generateGeometry() overrides
2015-05-04 bsalomonRevert of Start on simplifying generateGeometry() overr...
2015-05-04 bsalomonStart on simplifying generateGeometry() overrides
2015-05-04 bsalomonMove instanced index buffer creation to flush time
2015-05-04 bsalomonRevert of Move instanced index buffer creation to flush...
2015-05-04 bsalomonMove instanced index buffer creation to flush time
2015-05-01 joshualittMove bounds to GrBatch
2015-04-30 joshualittAdd batch unit tests for ovals
2015-04-29 egdanielMake XPFragmentBuilder only Builder with access to...
2015-04-29 jvanverthPull out shader-specific caps into GrShaderCaps and...
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-28 bsalomonRemove vertex/index buffer factilities from GrDrawTarget.
2015-04-27 tfarinaCleanup: Remove unnecessary double-semicolons.
2015-04-21 egdanielUndo the bounds mapping of bounds for GrOvalRenderer...
2015-04-20 egdanielReturn correctly mapped bounds from GrOvalRenderer.
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-05 joshualitthandle null vertex or index buffers in batch
2015-02-26 bsalomonCleanup in GrPipelineBuilder
2015-02-23 egdanielRemove canApplyCoverage from XP and all related functio...
2015-02-13 joshualittStop lieing about GrBatch color for Rects
2015-02-12 joshualittfix for uniform view matrix being uploaded but not...
2015-02-12 joshualittfix for xoom
2015-02-11 joshualittOvals batch
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-29 joshualittRemove coordchanges from drawstate
2014-12-22 joshualittThis CL cleans up the last remaining users of localCoor...
next