Make all GrFragmentProcessors GL independent.
[platform/upstream/libSkiaSharp.git] / src / gpu / gl / builders / GrGLProgramBuilder.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-11-06 egdanielAdd addFragPosUniform to GrGLrogramBuilder
2015-11-02 egdanielMove shader compiling to ProgramBuilder and various...
2015-10-29 egdanielRemove GrGLProcessor and create GrGLSLTextureSampler...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-28 kkinnunenDisable CHROMIUM_bind_uniform_location due to a spec bug
2015-10-21 egdanielMove GrGLShaderVar to GrGLSL
2015-10-21 egdanielMove shader precision modifier check onto GLSLCaps
2015-10-01 joshualittFix for 2056
2015-09-15 joshualittfix up GrGLProgrambuilder precision on varyings
2015-09-11 joshualittmove GrGLPathProcessor back into GrPathProcessor
2015-09-11 joshualittremove path specific program building classes
2015-09-11 joshualittStart trying to collapse path program stuff
2015-09-11 joshualittRemove batchtracker
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 wangyixAdded class AutoFragmentChildProcAdvance to be construc...
2015-08-12 wangyixAll child GrFragmentProcs' transforms and textures...
2015-08-05 joshualittThis CL wires up the backend portion necessary for...
2015-08-04 wangyixAdded registerChild; transforms, textures, glKey automa...
2015-07-23 wangyixName of primitive processor will now be printed in...
2015-07-22 wangyixAdded GrGLFragmentProcessor::EmitArgs struct for use...
2015-06-30 kkinnunenRefactor separable varying location info to be stored...
2015-06-24 jvanverthMove GLSL-specific routines/classes to separate glsl...
2015-06-18 cdaltonDon't call bindTexture from GrGLProgram
2015-06-02 cdaltonBegin tracking driver info in GrGLContextInfo
2015-06-01 bsalomonRevert "Revert of Move copy-surface-as-draw fallback...
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-18 mtkleinRevert of Move copy-surface-as-draw fallback to GrGLGpu...
2015-05-18 bsalomonMove copy-surface-as-draw fallback to GrGLGpu.
2015-05-13 joshualittGLProgramsTest 3.0
2015-04-29 jvanverthPull out shader-specific caps into GrShaderCaps and...
2015-04-27 jvanverthRemove legacy NVPR support
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-26 bsalomonCleanup in GrPipelineBuilder
2015-02-19 kkinnunenAvoid wrong memory access due to double substitution...
2015-02-12 joshualittA simple change to move a bunch of stuff out of Gr...
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-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-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 joshualittMore changes to bring together path / geo procs
2015-01-13 joshualittMove most of the transform logic into the primitive...
2014-12-30 joshualittViewMatrix uniform upload moved to GeometryProcessor
2014-12-29 joshualittremoving coord change matrices
2014-12-22 joshualittThis CL cleans up the last remaining users of localCoor...
2014-12-22 jvanverthRename GrGpuGL -> GrGLGpu
2014-12-18 joshualittChange to create device coord coordset
2014-12-16 bsalomonRename GrGpuGL to GrGLGpu for consistency
2014-12-15 joshualittThis change will ultimately pull uniform color, and...
2014-12-11 egdanielCreate xfer processor backend.
2014-12-10 joshualittRevert of Create xfer processor backend. (patchset...
2014-12-10 joshualittfix for chrome bug with sub pixel hairlines
2014-12-10 egdanielCreate xfer processor backend.
2014-12-09 bsalomonUse GrCoordTransform precision to set uniform matrix...
2014-12-09 bsalomonMake addUniform take a precision
2014-12-09 bsalomonMove shader precision out of GrShaderVar
2014-12-09 bsalomonUse texture size to determine precision of texture...
2014-12-04 bsalomonclean up default precision handling
2014-12-04 joshualittRemove backend factories
2014-12-04 joshualittcreate and thread batch tracker object
2014-12-04 joshualittmove program descriptor generation to flush
2014-12-04 joshualittRevert of move program descriptor generation to flush...
2014-12-04 joshualittRevert of create and thread batch tracker object (patch...
2014-12-03 joshualittcreate and thread batch tracker object
2014-12-03 joshualittmove program descriptor generation to flush
2014-12-03 joshualittFirst step to moving vertex attributes to the geometryP...
2014-11-25 joshualittremove proc key
2014-11-19 bsalomonCreate GrOptDrawState before recording draw in GrInOrde...
2014-11-19 egdanielAdd processor name to comment when printing out shaders.
2014-11-08 joshualittDefault geometry processor
2014-11-07 joshualittRevert of Default geometry processor (patchset #9 id...
2014-11-07 joshualittDefault geometry processor
2014-11-03 egdanielForce input coverage to be only a byte in gpu shaders.
2014-10-31 tfarinaCleanup: Go with SkDebugf instead of GrPrintf.
2014-10-29 joshualittOptState owns program descriptor
2014-10-28 joshualittWorking patch to remove constant attributes. This...
2014-10-28 joshualittRevert of Patch to remove constant attributes (patchset...
2014-10-28 joshualittWorking patch to remove constant attributes. This...
2014-10-24 joshualittAdded varying struct
2014-10-24 joshualittRevert of Added varying struct (patchset #9 id:160001...
2014-10-24 joshualittAdded varying struct
2014-10-22 joshualittGP Emit Code takes a struct
next