]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
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
2021-04-11 Mikko RasaDeprecated InstanceScene and Renderable::get_instance_key
2021-04-11 Mikko RasaRedesign Text as an ObjectInstance
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-04-10 Mikko RasaUse a vector for storage in DefaultUniformBlock
2021-04-10 Mikko RasaSplit UniformBlock into two classes
2021-04-10 Mikko RasaRefactor ProgramData to store blocks in vectors
2021-04-10 Mikko RasaSort uniform blocks from SPIR-V modules
2021-04-10 Mikko RasaUse the new _member utility functions to search and...
2021-04-10 Mikko RasaRemove unnecessary std:: qualifiers from .cpp files
2021-04-10 Mikko RasaUse Tag to identify uniforms in Program and ProgramData
2021-04-10 Mikko RasaMake Tags convertible back to the original string in...
2021-04-10 Mikko RasaClear the empty name flag after emitting a member access
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-04-10 Mikko RasaAdd an option to compile SPIR-V in the command-line...
2021-04-10 Mikko RasaAdd a couple more test cases
2021-04-10 Mikko RasaTest the SPIR-V backend using libspirv
2021-04-09 Mikko RasaAdd a SPIR-V backend to the GLSL compiler
2021-04-09 Mikko RasaFix a signedness warning
2021-04-09 Mikko RasaDisallow specializing when compiling a module
2021-04-09 Mikko RasaAdd an output file option to the command-line GLSL...
2021-04-09 Mikko RasaVisit the entire call graph in DependencyCollector
2021-04-09 Mikko RasaConvert operands of shift operators to the same vector...
2021-04-07 Mikko RasaAdd a separate constant to enable clipping in standard...
2021-04-07 Mikko RasaValidate GLSL flow control
2021-04-07 Mikko RasaMake the GLSL compiler test runner able to verify non...
2021-04-07 Mikko RasaRemove unreachable code after a jump statement
2021-04-07 Mikko RasaCheck that non-constant data is not accessed from const...
2021-04-06 Mikko RasaCompare array sizes in TypeComparer
2021-04-06 Mikko RasaRewrite type comparisons as a visitor
2021-04-06 Mikko RasaRequire conditions to be booleans
2021-04-06 Mikko RasaDisallow certain types from appearing on variables
2021-04-06 Mikko RasaAdjust GLSL builtins
2021-04-06 Mikko RasaLeave no-op constructors as they are
2021-04-06 Mikko RasaFix GLSL member access index calculation
2021-04-05 Mikko RasaRefactor layout qualifier creation with constructors
2021-04-05 Mikko RasaShow label for all interface blocks in GLSL debug output
next