]> git.tdb.fi Git - libs/gl.git/history - source
Rearrange soucre files into subdirectories
[libs/gl.git] / source /
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2021-02-14 Mikko RasaRemove the deprecated ProgramBuilder class
2021-02-13 Mikko RasaMinor fixes
2021-02-13 Mikko RasaUse min_retain_frames to decide when to clear the resou...
2021-02-13 Mikko RasaAdd some files which got forgotten in earlier commits
2021-02-11 Mikko RasaUse samplers in effects and postprocessors
2021-02-11 Mikko RasaSupport setting a sampler directly in Renderer
2021-02-08 Mikko RasaBetter lifecycle management of the fullscreen quad...
2021-02-07 Mikko RasaAsync load texture data directly into the pixel buffer
2021-02-07 Mikko RasaFix sampler binding bug
2021-02-07 Mikko RasaInitialize Texture::use_srgb_format
2021-02-07 Mikko RasaEnsure that mapped memory is unmapped in Texture2D...
2021-02-07 Mikko RasaGraphics::Image::get_data was renamed to get_pixels
2021-02-06 Mikko RasaOnly mark changed fields dirty when unloading a sampler
2021-02-06 Mikko RasaFix material registry initialization bug
2021-02-06 Mikko RasaAdd sampler support to materials
2021-02-06 Mikko RasaRename Material::LoaderBase to PropertyLoader
2021-02-06 Mikko RasaAvoid invalid memory access when destroying Mesh
2021-02-06 Mikko RasaAllow samplers to be loaded from datafiles
2021-02-06 Mikko RasaSupport samplers as independent objects
2021-02-06 Mikko RasaDepracate the srgb parameter of Texture::image functions
2021-02-05 Mikko RasaLoad .tex2d format textures with resource manager
2021-02-03 Mikko RasaRefactor texture external image loading into a helper...
2021-02-01 Mikko RasaReorder some pixel format values
2021-02-01 Mikko RasaRequire texture data to be uploaded in a format matchin...
2021-02-01 Mikko RasaSupport BGR and BGRA as texture formats through swizzling
2021-02-01 Mikko RasaSeparate abstract pixel compositions from concrete...
2021-02-01 Mikko RasaRemove the deprecated form of Texture3D::load_image
2021-02-01 Mikko RasaAlways use swizzle to implement luminance formats
2021-01-31 Mikko RasaSimplify applying texture swizzling
2021-01-31 Mikko RasaMove texture sampler state to a separate object
2021-01-31 Mikko RasaAllow texture mipmap levels to be specified in datafiles
2021-01-31 Mikko RasaMove filter heuristic for mipmap levels to Texture...
2021-01-31 Mikko RasaImprove allocation handling in cube map textures
2021-01-31 Mikko RasaDeprecate the mipmap_levels parameter in Texture
2021-01-26 Mikko RasaRemove the usage member from Buffer entirely
2021-01-25 Mikko RasaClear Texture2D's allocation flags when unloading
2021-01-25 Mikko RasaDisallow drawing batches without an index buffer
2021-01-25 Mikko RasaGive a name to the ResourceManager loading thread
2021-01-25 Mikko RasaDon't try to set parameters for textures which aren...
2021-01-25 Mikko RasaUse glCreateTextures also for async loading
2021-01-25 Mikko RasaBetter way of refreshing VertexSetup
2021-01-25 Mikko RasaRefresh vertex setup when loading vertices for a mesh
2021-01-25 Mikko RasaTrigger Mesh::check_buffers from MeshBuilder destructor
2021-01-25 Mikko RasaMinor comment adjustments
2021-01-25 Mikko RasaClear offset of Bufferable when removing from buffer
2021-01-25 Mikko RasaAdd some hints for older compilers
2021-01-25 Mikko RasaAdd datafile statement which was apparently forgotten
2021-01-25 Mikko RasaRefactor setting uniform values in ProgramData
2021-01-25 Mikko RasaThrow an exception if there's too many uniforms in...
2021-01-25 Mikko RasaAdd another constructor to RenderTarget to resolve...
2021-01-25 Mikko RasaRename batch's data_type to index_type
2021-01-25 Mikko RasaRead shader and program info logs directly into an...
2021-01-25 Mikko RasaMake buffer storage immutable and use ARB_buffer_storage
2021-01-25 Mikko RasaDeprecate some Buffer features which don't translate...
2021-01-25 Mikko RasaMove buffer resizing out of Bufferable
2021-01-25 Mikko RasaSome tweaks to Mesh::add_batch
2021-01-24 Mikko RasaFurther refactor Bufferable's API for derived classes
2021-01-24 Mikko RasaClear the dirty flag of Bufferable in upload_data
2021-01-24 Mikko RasaRemove support for UInt8 indices from Batch
2021-01-24 Mikko RasaCollapse the shared part of Mesh::draw and draw_instanced
2021-01-17 Mikko RasaUse matching type to retrieve interpolated spline values
2021-01-07 Mikko RasaFix applying of single-component scaling curves
2021-01-07 Mikko RasaSuppress some deprecation warnings from internal use
2020-12-30 Mikko RasaAdd multiplication operators between Matrix and float
2020-08-02 Mikko RasaUse correct shader variable names for PBR materials
2020-06-23 Mikko RasaRemove support for inline textures in RenderPass
2020-06-23 Mikko RasaRequire all uniforms in a buffer-backed block to be...
2020-06-23 Mikko RasaMake setting a nonexistent uniform only a warning in...
2020-06-23 Mikko RasaAdd a PBR material type and corresponding shader
2020-06-11 Mikko RasaAdd a flag to BasicMaterial to enable shadow map
2020-06-11 Mikko RasaFix shadow map uniform name
2020-06-11 Mikko RasaGive materials the capability to automatically create...
2020-06-11 Mikko RasaCheck uniforms as a hint for texunit to use for materia...
2020-06-11 Mikko RasaRecreate RenderPass shdata if a new program is specified
2020-06-11 Mikko RasaCopy the tied program of ProgramData
2020-06-11 Mikko RasaRedesign the material system
2020-06-01 Mikko RasaFix a bug with setting uniforms after texunits
2020-05-31 Mikko RasaWrite the occluder shader in GLSL
2020-05-31 Mikko RasaAdd a texunit statement which automatically determines...
2020-05-25 Mikko RasaMark ProgramBuilder as deprecated
2020-05-25 Mikko RasaChange Texturing to store index-texture pairs
2020-05-19 Mikko RasaAutomatically add uniforms for texunits
2020-05-18 Mikko RasaRequire shader for rendering
2020-05-02 Mikko RasaCheck that Object has a Mesh when rendering
2020-05-02 Mikko RasaAdd a find_pass function to Technique
2020-02-09 Mikko RasaFix euler angle calculation in Transform
2020-02-09 Mikko RasaAccess static functions through class and not instance
2020-02-09 Mikko RasaCosmetic fixes
2020-02-09 Mikko RasaCheck for non-null buffer in Bufferable's refresh function
2020-02-09 Mikko RasaFlush the shader data of View's Renderer after rendering
2020-02-09 Mikko RasaMake all overloads of render available in WindowView
2020-02-09 Mikko RasaAdd a function to clear all FBO component buffers
2020-02-09 Mikko RasaDon't call glVertexAttribDivisor if the extension is...
2020-02-09 Mikko RasaUse GLES3 headers instead of GLES2
2020-02-09 Mikko RasaRemove sized L and LA pixel formats
2020-02-09 Mikko RasaAdd the specializations for non-square matrix uniforms
2020-02-05 Mikko RasaRecognize an assignment to an out parameter as used
2020-02-05 Mikko RasaAdd support for non-square matrix uniforms
2020-02-05 Mikko RasaRewrite ProgramData update in a more efficient way
next