]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2021-04-24 Mikko RasaRemove the deprecated singlepass shader
2021-04-24 Mikko RasaDon't use "sample" as variable name in GLSL
2021-04-24 Mikko RasaRearrange postprocessing shaders
2021-04-23 Mikko RasaRefactor creation of builtin GLSL types
2021-04-23 Mikko RasaImprove handling of types in GLSL parser
2021-04-23 Mikko RasaRedesign loading of GLSL sources
2021-04-22 Mikko RasaClear r_constant_result for a function call by default
2021-04-22 Mikko RasaFix an issue with folding the sole argument of a conversion
2021-04-22 Mikko RasaRedesign ExpressionInliner
2021-04-22 Mikko RasaFix an incorrect loop in UnusedVariableRemover
2021-04-22 Mikko RasaEven better formatting of folded literals
2021-04-22 Mikko RasaFix the return value of ConstantFolder::apply
2021-04-22 Mikko RasaRecognize backwards dependencies in GLSL loops
2021-04-21 Mikko RasaUse a generation number to track if ProgramData has...
2021-04-21 Mikko RasaSupport nested scenes in datafiles
2021-04-21 Mikko RasaUse template functions for setting vector and matrix...
2021-04-21 Mikko RasaRefactor texture attachment management in Framebuffer
2021-04-20 Mikko RasaAdd support for uint types in GLSL
2021-04-20 Mikko RasaRecognize the 'f' suffix for float literals in GLSL
2021-04-20 Mikko RasaRecognize composite constants when generating SPIR-V
2021-04-20 Mikko RasaPut specialization constant instructions in the right...
2021-04-20 Mikko RasaFold type conversions of constants
2021-04-20 Mikko RasaRefactor handling of %, << and >> in ConstantFolder
2021-04-20 Mikko RasaMake sure folded float constants appear as correct...
2021-04-20 Mikko RasaMake ConstantFolder check the type of the value directly
2021-04-20 Mikko RasaResolve function calls where argument types need to...
2021-04-20 Mikko RasaMove some type information functions to glsl/reflect.cpp
2021-04-19 Mikko RasaExport shadow settings from Blender
2021-04-19 Mikko RasaAdd missing implementation of RenderPass::set_back_faces
2021-04-19 Mikko RasaMove the receive_shadows flag to RenderPass
2021-04-19 Mikko RasaRearrange material-related state management in RenderPass
2021-04-19 Mikko RasaDisallow loading uniforms without a custom shader
2021-04-18 Mikko RasaConvert Technique and RenderPass loaders to use shared...
2021-04-18 Mikko RasaAllow repeated storage calls with the same parameters
2021-04-18 Mikko RasaUse a separate shadow caster renderable for ShadowMap
2021-04-18 Mikko RasaUse persistent cameras in effects
2021-04-17 Mikko RasaAdd a HDR option in Blender
2021-04-17 Mikko RasaUnmanage texture if loading data directly
2021-04-17 Mikko RasaRefactor texture ID generation into a function
2021-04-17 Mikko RasaImprove error reporting in the Blender exporter
2021-04-17 Mikko RasaMove operators to their own file in the Blender exporter
2021-04-17 Mikko RasaAdd a Blender operator to export the entire project...
2021-04-17 Mikko RasaMake it possible to have datafiles for individual lights
2021-04-17 Mikko RasaDon't use an index when attaching lights
2021-04-17 Mikko RasaConvert Lighting to use shared actions
2021-04-17 Mikko RasaRefactor ExportMspGLBase into a simpler ExportHelper...
2021-04-17 Mikko RasaRemove the show_progress flag
2021-04-17 Mikko RasaIgnore already existing resources in DataExporter
2021-04-17 Mikko RasaSome minor refactoring of the exporter
2021-04-17 Mikko RasaDrop the progress parameter from export_scene
2021-04-17 Mikko RasaDon't rename scene objects while exporting
2021-04-17 Mikko RasaRefactor scene data preparation to its own class
2021-04-15 Mikko RasaOnly show the mesh properties panel for meshes
2021-04-15 Mikko RasaAdjust scene export code
2021-04-15 Mikko RasaMake Scenes loadable from collection files too
2021-04-15 Mikko RasaRename visible_collections to visible_only
2021-04-15 Mikko RasaFix multiplication operators in camera exporter
2021-04-15 Mikko RasaRedesign object exporting
2021-04-15 Mikko RasaRevise export function parameter orders
2021-04-15 Mikko RasaRemove some rarely-used export settings
2021-04-14 Mikko RasaAdd generator ID for the SPIR-V compiler
2021-04-14 Mikko RasaSupport loading sequences in the viewer
2021-04-14 Mikko RasaUse ObjectInstance instead of AnimatedObject in Scene...
2021-04-14 Mikko RasaAllow renderables to be specified in SequenceTemplate...
2021-04-14 Mikko RasaRename SequenceTemplate::Pass::renderable_name to slot_name
2021-04-14 Mikko RasaAvoid NaN issues in rare cases in the Cook-Torrance...
2021-04-14 Mikko RasaFix loading sRGB external images for textures
2021-04-14 Mikko RasaRemove some vestigial code from Sequence
2021-04-14 Mikko RasaUse a vector instead of a list for Sequence's steps
2021-04-14 Mikko RasaAdd compatibility typedefs for the pipeline classes
2021-04-14 Mikko RasaRename Pipeline to Sequence
2021-04-13 Mikko RasaNew way of loading scenes in the viewer
2021-04-13 Mikko RasaAdd a scene type property to the Blender exporter
2021-04-13 Mikko RasaSupport loading scenes from Resources
2021-04-13 Mikko RasaAdd a registry-based generic loader to Scene
2021-04-13 Mikko RasaUse latest OpenGL version in viewer
2021-04-13 Mikko RasaUse an Options struct to process command line options...
2021-04-13 Mikko RasaImprove logic for exporting material sampler references
2021-04-13 Mikko RasaAdd an option to automatically detect if tangents need...
2021-04-13 Mikko RasaAdd the group and weight attributes to msp_interface...
2021-04-13 Mikko RasaInclude only tangent in mesh data and calculate binorma...
2021-04-13 Mikko RasaFix incorrect definition of the builtin cross function...
2021-04-13 Mikko RasaUse unit 0 UVs for exporting TBNs if no UV layer is...
2021-04-13 Mikko RasaEnsure that objects have unique names while exporting...
2021-04-13 Mikko RasaCompare materials when looking for object clones while...
2021-04-13 Mikko RasaRecognize a certain configuration of nodes as inverting...
2021-04-12 Mikko RasaForce the usage of normalmap as RGB data
2021-04-12 Mikko RasaUse more efficient methods to manipulate and store...
2021-04-12 Mikko RasaRemove deprecated things from the maketex script
2021-04-12 Mikko RasaFix a bug in makefont.py if no ranges are given
2021-04-12 Mikko RasaConvert the texture and font creation scripts to python3
2021-04-12 Mikko RasaDon't ignore structs entirely in UnusedVariableRemover
2021-04-12 Mikko RasaAdjust specular calculation in the Phong shader
2021-04-12 Mikko RasaRefactor vertex transformations in the common shader
2021-04-12 Mikko RasaRearrange type specification in material datafiles
2021-04-12 Mikko RasaMigrate from LoadableTypeRegistry to TypeRegistry
2021-04-12 Mikko RasaFix normal map property name in material exporter
2021-04-12 Mikko RasaFix incorrect plurals in exporter scripts
2021-04-12 Mikko RasaFix refactoring errors in scene exporter
2021-04-11 Mikko RasaRecognize textures through an RGB to BW node in Blender
next