Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / tests / GLProgramsTest.cpp
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-13 robertphillipsUpdate testing frameworks/tests for MDB
2015-11-12 cdaltonFix GrCoverageSetOpXP unit test on mixed samples
2015-11-11 robertphillipsReadd "immediate" mode
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-11 robertphillipsMove GrBatchFlushState from GrDrawTarget to GrDrawingMa...
2015-11-02 egdanielMove shader compiling to ProgramBuilder and various...
2015-10-21 bsalomonStop creating static GrProcessor instances
2015-10-06 bsalomonBye bye processor data manager.
2015-09-24 bsalomonMangle output var in GrGLFragmentProcessor::emitChild
2015-09-15 bsalomonCreate fragment processor for performing input color...
2015-09-14 bsalomonTest that GrFragmentProcessors work without input colors.
2015-09-14 bsalomonRevert of Test that GrFragmentProcessors work without...
2015-09-14 bsalomonTest that GrFragmentProcessors work without input colors.
2015-09-10 wangyixThere's a set probability that a linear pipeline of...
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 mdempskyRemove overly complicated GR_CREATE_STATIC_PROCESSOR...
2015-08-27 hendrikwskia: add ability to load command_buffer_gles2
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-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-13 bsalomonSplit GrDrawBatch and GrVertexBatch into their own...
2015-08-13 bsalomonIntroduce GrBatch subclasses GrDrawBatch and GrVertexBa...
2015-08-07 joshualittMake folder for batches
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-31 bsalomonSome cleanup in GrTextureProvider and GrResourceProvider.
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-07-16 bsalomonRevert of Remove rt flags that are not necessary (patch...
2015-07-16 bsalomonRemove rt flags that are not necessary
2015-07-13 joshualittStart to propagate constness of GrPipelineBuilder up...
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittfix up test create functions
2015-06-12 vbuzinovImplement support for mixed sampled render targets
2015-05-29 bsalomonRemove GrContext from GrDrawTarget
2015-05-22 bsalomonStore context options on caps.
2015-05-22 bsalomonRevert of Store context options on caps. (patchset...
2015-05-22 bsalomonStore context options on caps.
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-05-13 joshualittfix for angle bot
2015-05-13 joshualittGLProgramsTest 3.0
2015-04-30 bsalomonThis replaces the texture creation/caching functions...
2015-04-29 cdaltonUse texture barriers to read directly from the RT
2015-04-29 jvanverthPull out shader-specific caps into GrShaderCaps and...
2015-04-28 jvanverthUse GLSLCaps for creating processor keys and GLSL-speci...
2015-04-27 jvanverthRemove legacy NVPR support
2015-04-27 bsalomonMake non-AA hairline stroke rects snap to pixels center...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 bsalomonMove GrAutoLocaleSetter to new file and fix issue with...
2015-03-16 bsalomonUse C locale for numerics when emitting shaders.
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-23 joshualittMove clip off of draw target
2015-02-19 bsalomonAllow resources' unique keys to be changed.
2015-02-19 bsalomonRename GrContentKey to GrUniqueKey
2015-02-17 egdanielDecrease number of allowed stages for Angle on GLProgra...
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-06 bsalomonOne createTexture function, attempt to recycle scratch...
2015-02-06 bsalomonRevert of Revert of Move DstCopy on gpu into the GrXfer...
2015-02-05 bsalomonRevert of Move DstCopy on gpu into the GrXferProcessor...
2015-02-05 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-05 joshualittBUG=skia:
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 egdanielRevert of Revert "Move DstCopy on gpu into the GrXferPr...
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-03 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-02 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-02-01 bsalomonRevert of Move npot resizing out of GrContext and simpl...
2015-02-01 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-01-31 fmalitaRevert of Move npot resizing out of GrContext and simpl...
2015-01-30 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-01-23 bsalomonAdd specialized content key class for resources.
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-21 joshualittremove drawtype
2015-01-21 joshualittremove drawType from optState
2015-01-20 joshualittBUG=skia:
2015-01-20 egdanielRemove willReadDst from GrFragmentProcessor.
2015-01-14 bsalomonMake uncached textures uncached from the get go.
2015-01-14 joshualittMore changes to bring together path / geo procs
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-22 jvanverthRename GrGpuGL -> GrGLGpu
2014-12-17 bsalomonStop creating GrODS for stencilPath commands.
2014-12-16 bsalomonRename GrGpuGL to GrGLGpu for consistency
2014-12-13 joshualittGLPrograms leak fix
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-11 egdanielCreate xfer processor backend.
2014-12-10 joshualittRevert of Create xfer processor backend. (patchset...
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-10 egdanielCreate xfer processor backend.
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-09 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-08 egdanielRevert of Make all blending up to GrOptDrawState be...
2014-12-08 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-04 joshualittRemove backend factories
next