]> git.tdb.fi Git - libs/gl.git/history - source/program.cpp
Remember the camera given to Renderer constructor
[libs/gl.git] / source / program.cpp
2018-04-10 Mikko RasaAdd file and line information to ProgramParser errors
2016-11-19 Mikko RasaMove postprocessor shaders to the builtin shaderlib
2016-11-12 Mikko RasaIntegrate ProgramCompiler with Program and Resources
2016-10-26 Mikko RasaAlways print shader and program info logs in debug...
2016-10-16 Mikko RasaAdd basic support for geometry shaders
2014-10-21 Mikko RasaDisallow direct access to uniform array elements
2014-10-17 Mikko RasaSupport OpenGL ES on Android
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-09-27 Mikko RasaFix uniform stride assignments
2014-09-26 Mikko RasaDeal with hash collisions in assigning uniform block...
2014-05-16 Mikko RasaImprove interface documentation a bit
2013-12-23 Mikko RasaMore flexible system for customizing generated shaders
2013-12-19 Mikko RasaAdd an overload of bind_attribute that takes a VertexCo...
2013-12-16 Mikko RasaAdd interface for glBindFragDataLocation, required...
2013-11-28 Mikko RasaUse wrappers for single-value glGet* calls
2013-11-25 Mikko RasaCheck and report the use of legacy built-in variables...
2013-11-25 Mikko RasaUse sizeof when passing buffer size
2013-11-25 Mikko RasaBe more direct about getting uniform counts from the...
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-12-12 Mikko RasaMove uniform array name adjustment to an earlier phase
2012-11-24 Mikko RasaMore robust handling of uniform arrays
2012-08-29 Mikko RasaEntirely new system for building standard shaders
2012-08-28 Mikko RasaDon't expose the shader type enum
2012-08-28 Mikko RasaFix color equations in the standard shaders
2012-08-28 Mikko RasaProvide the necessary uniforms from ShadowMap
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaSort the uniforms in Program::UniformBlockInfo by offset
2012-08-25 Mikko RasaDon't query array/matrix stride for uniforms which...
2012-08-24 Mikko RasaUniform handling fixes
2012-08-24 Mikko RasaStore block pointer in uniform info
2012-08-24 Mikko RasaQuery information about uniform blocks when linking...
2012-08-24 Mikko RasaMove Program::bind to its proper place
2012-08-24 Mikko RasaUse typedefs in Program
2012-08-19 Mikko RasaLighting affecting the alpha value of a surface makes...
2012-08-15 Mikko RasaGenerate a hash describing the layout of uniforms in...
2012-08-13 Mikko RasaTangent and binormal vectors should use custom transfor...
2012-08-13 Mikko RasaAdd a standard program feature for environment-mapped...
2012-08-12 Mikko RasaFix uniform array element lookup
2012-08-11 Mikko RasaDon't link program with the transform feature in constr...
2012-08-11 Mikko RasaBetter way to deal with program-owned shaders
2012-07-25 Mikko RasaFix compiler warnings
2012-02-07 Mikko RasaRename a variable in shader code to avoid conflict...
2012-01-20 Mikko RasaAdd a standard program feature for custom transforms
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-05-10 Mikko RasaStore uniform information inside Program to reduce...
2011-05-10 Mikko RasaDrop Shader::get_param and Program::get_param
2011-04-20 Mikko RasaSystem for generating standard shaders based on flags
2010-06-08 Mikko RasaRework Bind and enable it to restore the old binding
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-06-25 Mikko RasaAdd a missing #include
2007-12-27 Mikko RasaAdd $Id$ to tag.*
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs
2007-10-10 Mikko RasaMake Material::apply const
2007-10-05 Mikko RasaAdd support for detecting extensions
2007-10-01 Mikko RasaAdd mult_matrix functions
2007-09-03 Mikko RasaMove VertexFormat and VertexArrayBuilder to their own...
2007-08-21 Mikko RasaAdd shaders