]> git.tdb.fi Git - libs/gl.git/history - source/programdata.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / programdata.cpp
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2021-01-25 Mikko RasaMinor comment adjustments
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 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
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-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-02-05 Mikko RasaAdd support for non-square matrix uniforms
2020-02-05 Mikko RasaRewrite ProgramData update in a more efficient way
2019-07-09 Mikko RasaAdd functions for setting arrays of 2x2 and 3x3 matrix...
2018-05-09 Mikko RasaFix a bug in ProgramData when all uniforms in a block...
2018-04-26 Mikko RasaSupport overriding uniforms in inherited Techniques
2018-04-26 Mikko RasaAllow setting uniform values using a Uniform object
2018-04-25 Mikko RasaCosmetic changes and TODOs
2018-04-25 Mikko RasaAllow tying ProgramData to a Program for name-checking...
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
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2016-10-26 Mikko RasaAdd uniform integer vectors of 2, 3 and 4 elements
2016-09-12 Mikko RasaSupport loading uniform arrays from data files
2016-09-12 Mikko RasaAdd aliases for uniform statements without the type...
2016-08-22 Mikko RasaAdd integer overload of ProgramData::uniform1_array
2014-11-17 Mikko RasaAlways update program uniforms if uniform names have...
2014-11-13 Mikko RasaAdd overloaded setters for 2x2 and 3x3 uniform matrices
2014-10-21 Mikko RasaCopy ProgramData::uniform_slots in copy constructor...
2014-10-21 Mikko RasaDisallow direct access to uniform array elements
2014-09-29 Mikko RasaRework ProgramData to do less unnecessary work
2014-09-28 Mikko RasaIntroduce a typedef for uniform layout hashes in Program
2014-06-16 Mikko RasaMove extension requirements from ProgramData to Uniform...
2013-11-27 Mikko RasaConvert Matrix to use floats
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-11-03 Mikko RasaImplement assignment operator for ProgramData
2012-09-03 Mikko RasaRename the matrix reference version of uniform_matrix4...
2012-09-03 Mikko RasaAdd 3x3 and 2x2 uniform matrices
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaBuffer fixes in ProgramData
2012-08-26 Mikko RasaLots of comment updates
2012-08-26 Mikko RasaAvoid creating blocks for which there are no uniforms
2012-08-26 Mikko RasaGet all blocks for the program before applying them
2012-08-26 Mikko RasaPass the UniformBlockInfo to get_block to avoid an...
2012-08-24 Mikko RasaConstruct uniform buffers for named uniform blocks
2012-08-22 Mikko RasaRemove the specialized setters from UniformBlock
2012-08-21 Mikko RasaImplement uniform arrays
2012-08-21 Mikko RasaRewrite the Uniform classes as templates
2012-08-15 Mikko RasaRestructure ProgramData to support sharing between...
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaBind ProgramData to a Program upon construction
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-03-24 Mikko RasaSupport specifying elements in PrimitiveBuilder
2007-12-27 Mikko RasaAdd $Id$ to tag.*
2007-11-02 Mikko RasaUse DevIL for loading images
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs