]> git.tdb.fi Git - libs/gl.git/history - source/glsl/optimize.h
Use default member initializers for simple types
[libs/gl.git] / source / glsl / optimize.h
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-03 Mikko RasaRemove conditional and iteration statements with no...
2021-04-22 Mikko RasaRedesign ExpressionInliner
2021-04-22 Mikko RasaRecognize backwards dependencies in GLSL loops
2021-04-20 Mikko RasaFold type conversions of constants
2021-04-20 Mikko RasaRefactor handling of %, << and >> in ConstantFolder
2021-04-20 Mikko RasaMake ConstantFolder check the type of the value directly
2021-04-12 Mikko RasaDon't ignore structs entirely in UnusedVariableRemover
2021-04-07 Mikko RasaRemove unreachable code after a jump statement
2021-04-06 Mikko RasaAdjust GLSL builtins
2021-04-05 Mikko RasaTrack composite assignments and references in UnusedVar...
2021-04-05 Mikko RasaMark all expression result types as used
2021-04-05 Mikko RasaDon't return references from apply functions
2021-04-04 Mikko RasaMake function dependency collection its own visitor...
2021-04-03 Mikko RasaRearrange some utility struct constructors
2021-04-01 Mikko RasaSplit up ComponentSpecializer
2021-03-16 Mikko RasaAdjust naming of generated variables
2021-03-16 Mikko RasaSupport inlining GLSL functions with parameters
2021-03-16 Mikko RasaRefactor variable renaming in InlineContentInjector...
2021-03-16 Mikko RasaUse a temporary staging block in InlineContentInjector
2021-03-16 Mikko RasaRemove an obsolete variable
2021-03-16 Mikko RasaDon't modify the target block's variable map from Inlin...
2021-03-15 Mikko RasaEliminate constant ternary expressions
2021-03-15 Mikko RasaImplement constant folding in the GLSL compiler
2021-03-14 Mikko RasaMake variable renaming while inlining more robust
2021-03-14 Mikko RasaMove unique name generation to syntax.cpp
2021-03-13 Mikko RasaCleanup ExpressionInliner
2021-03-13 Mikko RasaMove parenthesizing expressions to Formatter
2021-03-12 Mikko RasaImplement the ternary operator in GLSL
2021-03-10 Mikko RasaSome rearranging and comments
2021-03-10 Mikko RasaRewrite UnusedVariableRemover
2021-03-09 Mikko RasaHandle expression replacement through TraversingVisitor
2021-03-09 Mikko RasaUse accurate assignment targets in ExpressionInliner
2021-03-09 Mikko RasaRefactor UnusedVariableRemover
2021-03-09 Mikko RasaRecognize swizzles in GLSL
2021-03-08 Mikko RasaTransform interface block contents into structs
2021-03-06 Mikko RasaRemove fallback from Assignment to BinaryExpression...
2021-03-05 Mikko RasaAssign a result type to all expressions
2021-03-05 Mikko RasaMark function return types as used
2021-03-05 Mikko RasaRemove unused type declarations from GLSL during optimi...
2021-03-04 Mikko RasaAdd expression inlining
2021-03-04 Mikko RasaFix an issue where member assignments were incorrectly...
2021-03-03 Mikko RasaRename members of visitors to indicate which are "retur...
2021-03-03 Mikko RasaHandle all constructs when inlining GLSL functions
2021-03-01 Mikko RasaFurther improve inlining of GLSL functions
2021-03-01 Mikko RasaRemove expression statements without side effects
2021-03-01 Mikko RasaRefactor FunctionInliner to do any necessary declaratio...
2021-02-27 Mikko RasaAdd some documentation to the GLSL compiler
2021-02-25 Mikko RasaImprove support for interface blocks
2021-02-23 Mikko RasaRemove the using declarations from visitors
2021-02-21 Mikko RasaFurther refactor block and scope management
2021-02-21 Mikko RasaRewrite syntax tree modifications
2021-02-20 Mikko RasaRearrange secondary operations in GLSL compiler
2021-02-15 Mikko RasaRemove unused constructors
2021-02-15 Mikko RasaAdjust member access of the various visitors in the...
2021-02-15 Mikko RasaRefactor the way of applying visitors to stages
2021-02-15 Mikko RasaSplit SL::Compiler into several files