]> git.tdb.fi Git - libs/gl.git/history - source
Use DSA for binding textures if available
[libs/gl.git] / source /
2018-07-01 Mikko RasaUse DSA for binding textures if available
2018-07-01 Mikko RasaRecognize in and out qualifiers for function parameters
2018-06-26 Mikko RasaFix a stupid error with PixelStore parameter mask
2018-06-25 Mikko RasaFix shadowing warnings from older gcc versions
2018-06-23 Mikko RasaAdditional overloads for creating pipelines
2018-06-23 Mikko RasaPlug a memory leak in PipelineTemplate
2018-06-20 Mikko RasaMake grid texture coordinates relative to the grid...
2018-06-20 Mikko RasaAdd default texture anisotropy to Resources
2018-06-20 Mikko RasaMinor fixes to texture anisotropy handling
2018-06-20 Mikko RasaAdd loading support for AmbientOcclusion
2018-06-16 Mikko RasaApply FunctionResolver again after DeclarationReorderer
2018-06-16 Mikko RasaReorder functions in dependency order
2018-06-16 Mikko RasaFix matrix interpolation parameter calculation
2018-05-17 Mikko RasaFix an incorrect negation
2018-05-09 Mikko RasaFix a bug in ProgramData when all uniforms in a block...
2018-05-02 Mikko RasaAdd a missing initializer
2018-05-02 Mikko RasaCosmetic fixes
2018-05-02 Mikko RasaImplement an event system for animations
2018-05-02 Mikko RasaRefactor the Animation reference out of TimedKeyFrame
2018-05-02 Mikko RasaRefactor AnimationPlayer ticking
2018-05-02 Mikko RasaFix a stale pointer issue with Animation
2018-05-02 Mikko RasaChange some class names
2018-04-28 Mikko RasaUse vector when there's no reason to use some other...
2018-04-28 Mikko RasaMake Animation::Iterator assignable
2018-04-26 Mikko RasaShare shader data between copied RenderPasses
2018-04-26 Mikko RasaSupport overriding uniforms in inherited Techniques
2018-04-26 Mikko RasaAllow setting uniform values using a Uniform object
2018-04-26 Mikko RasaAdd const overload for AnimatedObject::get_shader_data
2018-04-25 Mikko RasaAdd missing includes
2018-04-25 Mikko RasaCheck for OES_mapbuffer in Buffer::unmap
2018-04-25 Mikko RasaCosmetic changes and TODOs
2018-04-25 Mikko RasaUse an explicit material slot name in RenderPass
2018-04-25 Mikko RasaThrow key_error if an inherited Technique uses nonexist...
2018-04-25 Mikko RasaMake a private copy of shader data in RenderPass
2018-04-25 Mikko RasaCheck uniform names when loading RenderPasses
2018-04-25 Mikko RasaAllow tying ProgramData to a Program for name-checking...
2018-04-22 Mikko RasaStore mesh batches in vector instead of list
2018-04-22 Mikko RasaMake all forms of Batch::append return a reference...
2018-04-22 Mikko RasaPass the file name from Resources to ProgramCompiler
2018-04-22 Mikko RasaAdd a function to remove uniforms from ProgramData
2018-04-22 Mikko RasaAvoid memory leak if an invalid uniform name is given
2018-04-22 Mikko RasaAllow direct access to AnimatedObject's ProgramData
2018-04-14 Mikko RasaUse different heuristics for applying shader data
2018-04-14 Mikko RasaVisit generated assignments in InterfaceGenerator
2018-04-14 Mikko RasaRename imported interface variables in InterfaceGenerator
2018-04-11 Mikko RasaAllow imported GLSL modules to import other modules
2018-04-10 Mikko RasaUse a #pragma as shader stage delimiter
2018-04-10 Mikko RasaAdd file and line information to ProgramParser errors
2018-04-09 Mikko RasaUse individual component swizzle constants on OpenGL ES
2017-12-21 Mikko RasaAdd a loader to Camera
2017-12-20 Mikko RasaRename various get/set_aspect functions to aspect_ratio
2017-12-19 Mikko RasaGive Placeable a virtual destructor
2017-12-19 Mikko RasaAdd a system for creating Pipelines from loadable templates
2017-12-19 Mikko RasaAdd loaders for Lighting and Light
2017-12-19 Mikko RasaRename Lighting::sky_direction to zenith_direction
2017-12-19 Mikko RasaAdd a constructor to Pipeline which takes the size...
2017-12-19 Mikko RasaSplit the Window-specific parts out of View
2017-12-19 Mikko RasaAdd lexical conversions for BlendFactor and Predicate
2017-12-05 Mikko RasaCheck for maximum number of samples
2017-12-05 Mikko RasaCall the non-multisample version of storage if samples...
2017-12-05 Mikko RasaCheck for EXT_gpu_shader4 support when binding fragment...
2017-12-05 Mikko RasaAdditional framebuffer incompleteness errors
2017-12-04 Mikko RasaAdd a get_default_sized_pixelformat function
2017-12-04 Mikko RasaSimplification in get_sized_pixelformat
2017-12-04 Mikko RasaRemove the fake MSP_stereo_rendering extension
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2017-11-21 Mikko RasaBe much more strict about extension support
2017-11-16 Mikko RasaApply the matrix in ObjectInstance::setup_render
2017-11-14 Mikko RasaDerive ProgramCompiler::DeclarationCombiner from BlockM...
2017-11-14 Mikko RasaSupport precision qualifiers in shaders
2017-11-14 Mikko RasaFix shader version declaration when minor version is...
2017-11-14 Mikko RasaBasic OpenGL ES support in ProgramCompiler
2017-11-14 Mikko RasaCosmetic fixes
2017-11-14 Mikko RasaUse matrix column accessors rather than multiplication
2017-11-10 Mikko RasaMake use of the Light's matrix in ShadowMap
2017-11-10 Mikko RasaDerive Camera and Light from Placeable
2017-11-09 Mikko RasaImprove parameters and documentation of Light
2017-11-08 Mikko RasaAdd a new Placeable base class
2017-09-10 Mikko RasaRemove useless namespace prefixes
2017-09-10 Mikko RasaImmediately process window size to set correct viewport...
2017-09-10 Mikko RasaSimplify version comparisons
2017-09-10 Mikko RasaThrow an exception if a referenced external image is...
2017-09-10 Mikko RasaUse correct function name in exception
2017-09-10 Mikko RasaSome comment updates
2017-09-10 Mikko RasaOpenGL ES compatibility fixes
2017-09-10 Mikko RasaHeader fixes
2017-01-08 Mikko RasaDisable core version of primitive restart on Radeon...
2017-01-08 Mikko RasaReturn false from is_supported for disabled extensions
2017-01-06 Mikko RasaPerform ambient occlusion PRNG multiplication with...
2017-01-06 Mikko RasaUse linear filtering for ambient occlusion render target
2017-01-06 Mikko RasaProperly handle the legacy replacement of fragment...
2017-01-06 Mikko RasaDon't replace in/out with attribute/varying until forma...
2017-01-06 Mikko RasaUse the correct define to detect Windows
2017-01-06 Mikko RasaDefine some GL enums in case they don't exist
2017-01-06 Mikko RasaImplement an assignment operator for RenderPass
2017-01-06 Mikko RasaFix some clang compile warnings
2016-12-29 Mikko RasaDefault to mipmapped filtering if EXT_framebuffer_objec...
2016-12-29 Mikko RasaAdd a method to set the texture filter of RenderTarget...
2016-12-16 Mikko RasaRemove useless declarations of main() from shaders
2016-12-10 Mikko RasaImprove the ambient occlusion postprocessor
next