]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2023-12-17 Mikko RasaRefactor the GLSL compiler to use unique pointers
2023-12-17 Mikko RasaMore emplace_back streamlining
2023-12-17 Mikko RasaDon't unresolve function declarations which were resolv...
2023-12-16 Mikko RasaConvert matrix columns to the appropriate element type
2023-12-16 Mikko RasaFix an incorrect GLSL compiler test case
2023-12-16 Mikko RasaPrevent inlining of an expression that got something...
2023-12-16 Mikko RasaRefactor matrix constructor resolving with some early...
2023-12-12 Mikko RasaUse emplace_back return value from C++17 for shorter...
2023-12-12 Mikko RasaUse emplace_back and move semantics where applicable
2023-12-12 Mikko RasaConvert sub-object loading to use the new API in mspdat...
2023-12-11 Mikko RasaUse unique_ptr to manage memory outside the shader...
2023-12-10 Mikko RasaUpgrade C++ standard version to C++14
2023-12-10 Mikko RasaMake boolean conversion operators explicit
2023-12-10 Mikko RasaReplace a volatile variable with an atomic
2023-12-10 Mikko RasaAdd more default member initializers
2023-12-10 Mikko RasaFix a local variable which was supposed to be static
2023-12-10 Mikko RasaUse the override specifier on overridden virtual functions
2023-12-10 Mikko RasaRemove an unnecessary move
2023-12-10 Mikko RasaAdd missing includes and forward declarations
2023-12-10 Mikko RasaUse nullptr instead of 0
2023-09-16 Mikko RasaRemove unnecessary scoping
2023-09-16 Mikko RasaAdd some missing API exports
2023-09-09 Mikko RasaEnable vsync in the OpenGL backend
2023-09-05 Mikko RasaAdd some missing includes
2023-09-05 Mikko RasaAdd Windows build products to .gitignore
2023-09-05 Mikko RasaFix other warnings from MSVC
2023-09-05 Mikko RasaMove a few things to .cpp files
2023-09-05 Mikko RasaRefactor viewer to use Geometry::Angle
2023-09-05 Mikko RasaPull in various constants and functions through extensions
2023-09-05 Mikko RasaReformat gl.h to make it easier to read
2023-09-05 Mikko RasaUse the mspcore version of getenv
2023-09-05 Mikko RasaAdd some files to the source tarball
2023-09-05 Mikko RasaInvoke the extension generator through the python3...
2023-09-05 Mikko RasaExport get_backend_api from the library
2023-08-17 Mikko RasaDefer retrieval of default resources in Renderer until...
2023-08-02 Mikko RasaRedesign OffscreenView to own the render target
2023-08-02 Mikko RasaFix compiler warnings introduced by gcc 13
2023-07-18 Mikko RasaRequire GLSL 1.40 for layout qualifiers
2023-07-18 Mikko RasaDon't run conversion passes when compiling a GLSL module
2023-07-18 Mikko RasaAdd a function in Renderer to upload data to a buffer
2023-07-18 Mikko RasaSupport using storage blocks for rendering
2023-07-18 Mikko RasaSome minor refactoring
2023-07-18 Mikko RasaAdd a function to query if a uniform is a storage image
2023-07-17 Mikko RasaRename uniform blocks to just blocks in ReflectData
2023-07-16 Mikko RasaAdd storage block support to the shader compiler
2023-07-16 Mikko RasaExport a couple of things from the shader compiler...
2023-07-16 Mikko RasaFix sizing of implicitly sized arrays
2023-07-16 Mikko RasaRemove some old functions which are no longer used
2023-07-16 Mikko RasaAdd a function to query the binding of a single uniform...
2023-07-16 Mikko RasaKeep uniform blocks sorted by their hashed name
2023-07-16 Mikko RasaAvoid duplicate things when generating OpenGL extensions
2023-07-15 Mikko RasaCorrectly export cameras aligned on the Z axis
2023-07-14 Mikko RasaRetrieve sampler from technique in Text
2023-07-14 Mikko RasaRename Text::texture_slot to texture_tag
2023-07-14 Mikko RasaAdd getters for textures and samplers in RenderMethod
2023-07-14 Mikko RasaRecord texture bindings on older OpenGL versions
2023-07-13 Mikko RasaAdd missing header
2023-04-03 Mikko RasaReset the default pipeline state when rendering ends
2023-04-03 Mikko RasaResolve blocks after applying constant condition elimin...
2023-01-05 Mikko RasaRemove redundant destructor declarations
2023-01-05 Mikko RasaDecorate things which constitute the public API of...
2023-01-05 Mikko RasaAdjustments due to changes in Variant
2022-10-11 Mikko RasaAdd debug names to some things which didn't have them
2022-10-11 Mikko RasaFix use of incorrect buffer in Mesh
2022-10-11 Mikko RasaAdd SplatMaterial to Resources
2022-10-11 Mikko RasaImprove consistency of debug names
2022-10-11 Mikko RasaAdd asset credits for forest pond
2022-10-10 Mikko RasaDon't try to refresh a non-existent vertex setup
2022-10-10 Mikko RasaHandle depth range conversion in geometry and tessellat...
2022-10-10 Mikko RasaRefactor statement creation in DepthRangeConverter...
2022-10-10 Mikko RasaEnsure that render targets are writable when clearing
2022-10-10 Mikko RasaAdd a falling raindrops effect to forest pond
2022-10-10 Mikko RasaDisable depth writes for blended rendering steps
2022-10-09 Mikko RasaEnable advanced rendering options for the forest pond...
2022-10-09 Mikko RasaAdd a property to always export a blended step for...
2022-10-09 Mikko RasaAdjust terrain tints in the forest pond scene
2022-10-09 Mikko RasaAccess vector components in Blender by name, not index
2022-10-09 Mikko RasaCorrectly export camera up direction
2022-10-09 Mikko RasaAccount for render resolution when exporting camera...
2022-10-09 Mikko RasaAdd reflection and refaction to the water in forest...
2022-10-09 Mikko RasaAdd shader functions to get more exact environment...
2022-10-07 Mikko RasaPass frame number to TransferQueue from the outside
2022-10-07 Mikko RasaRename frame_index in Renderer to frame_number
2022-10-06 Mikko RasaCheck the flat qualifier from the correct member master
2022-10-06 Mikko RasaAdd an internal error for invalid equality comparison...
2022-10-06 Mikko RasaUse a splat material for the terrain in forest pond
2022-10-06 Mikko RasaRename VulkanFramebuffer::prepare_image_layouts to...
2022-10-06 Mikko RasaDon't apply primitive restart to list primitives
2022-10-06 Mikko RasaSynchronize sampled images in addition to storage images
2022-10-06 Mikko RasaShader fixes in the forest pond demo
2022-10-05 Mikko RasaSet a default value for the tint property in PbrMaterial
2022-10-05 Mikko RasaSupport exporting splat materials from Blender
2022-10-05 Mikko RasaImplement a splat material type
2022-10-05 Mikko RasaRearrange some things in the shader library
2022-10-04 Mikko RasaChange the vertex group attribute to uvec4
2022-10-04 Mikko RasaFix some errors in the Phong shader
2022-10-03 Mikko RasaRefactor handling some material parameters in cooktorra...
2022-10-03 Mikko RasaHandle OpPhi when specializing SPIR-V modules
2022-10-01 Mikko RasaHack to work around an issue with the flat interpolatio...
2022-09-25 Mikko RasaAn assortment of minor fixes
next