]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-27 Mikko RasaRemove the global drawing functions
2012-08-26 Mikko RasaPull glDrawRangeElements from version_1_2.h
2012-08-26 Mikko RasaPass the Renderer to ObjectInstance::get_level_of_detail
2012-08-26 Mikko RasaRemove alignment where it doesn't belong
2012-08-26 Mikko RasaFix an incorrect extension name
2012-08-26 Mikko RasaUse DerivedObjectLoader in Texture2D
2012-08-26 Mikko RasaBuffer fixes in ProgramData
2012-08-26 Mikko RasaLots of comment updates
2012-08-26 Mikko RasaImprovements to Bufferable
2012-08-26 Mikko RasaDrop support for Renderables that don't accept a Renderer
2012-08-26 Mikko RasaAvoid creating blocks for which there are no uniforms
2012-08-26 Mikko RasaAlign uniform blocks properly
2012-08-26 Mikko RasaImprove performance of Bufferable::update_buffer_data
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-26 Mikko RasaSort the uniforms in Program::UniformBlockInfo by offset
2012-08-26 Mikko RasaAlter the working logic of Bufferable to avoid some...
2012-08-25 Mikko RasaInitialize buf_range as null
2012-08-25 Mikko RasaDon't query array/matrix stride for uniforms which...
2012-08-24 Mikko RasaConstruct uniform buffers for named uniform blocks
2012-08-24 Mikko RasaAdd a class to negotiate the storage of multiple object...
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-24 Mikko RasaAdd the uniform buffer type
2012-08-24 Mikko RasaImprove binding of buffers
2012-08-24 Mikko RasaAdd glBindBufferBase/Range functions to ARB_uniform_buf...
2012-08-23 Mikko RasaKeep track of buffer size
2012-08-23 Mikko RasaMove some declarations around a bit
2012-08-22 Mikko RasaRemove the specialized setters from UniformBlock
2012-08-22 Mikko RasaAdd definitions for the GL_ARB_uniform_buffer_object...
2012-08-22 Mikko RasaUpdate gl.spec to latest version
2012-08-22 Mikko RasaMake RenderPass shprog and shdata settable from code
2012-08-22 Mikko RasaAdd a shortcut constructor to Object
2012-08-21 Mikko RasaAvoid re-applying shader data unnecessarily
2012-08-21 Mikko RasaPlug a memory leak
2012-08-21 Mikko RasaUse uniform arrays in Bloom and AnimatedObject
2012-08-21 Mikko RasaImplement uniform arrays
2012-08-21 Mikko RasaRewrite the Uniform classes as templates
2012-08-20 Mikko RasaConvert existing post-processors to use the provided...
2012-08-20 Mikko RasaUse two FBOs in Pipeline when necessary
2012-08-20 Mikko RasaAdd a color curve post-processor
2012-08-20 Mikko RasaHelper functions for post-processors
2012-08-20 Mikko RasaSimplify Pipeline pass management
2012-08-20 Mikko RasaMove PipelinePass inside Pipeline and make the data...
2012-08-19 Mikko RasaUse the hash function from mspcore
2012-08-19 Mikko RasaDelete multisample resources in Pipeline destructor
2012-08-19 Mikko RasaLighting affecting the alpha value of a surface makes...
2012-08-16 Mikko RasaUse the TexGen wrapper in ShadowMap
2012-08-16 Mikko RasaAdd TexGen wrapper class
2012-08-16 Mikko RasaTurn Effect into a Renderable
2012-08-15 Mikko RasaRestructure ProgramData to support sharing between...
2012-08-15 Mikko RasaGenerate a hash describing the layout of uniforms in...
2012-08-15 Mikko RasaAdd a function to query if a Technique has any shaders
2012-08-15 Mikko RasaFor a few lingering whitespace issues
2012-08-13 Mikko RasaMake the cubemap demo more interesting
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-13 Mikko RasaLookup functions to determine the orientation of cube...
2012-08-13 Mikko RasaFix several bugs in the animation system
2012-08-13 Mikko RasaSupport for exporting armatures and vertex groups
2012-08-12 Mikko RasaRestructure the exporter to make room for new stuff
2012-08-12 Mikko RasaFix bugs that crept in with refactoring
2012-08-12 Mikko RasaSupport for armature-based animation
2012-08-12 Mikko RasaAllow setting keyframe matrix from the outside
2012-08-12 Mikko RasaFix uniform array element lookup
2012-08-12 Mikko RasaAdd classes for armature-based deformation
2012-08-11 Mikko RasaExpose the build(Mesh &) shortcut in classes derived...
2012-08-11 Mikko RasaAdd missing set_looping implementation
2012-08-11 Mikko RasaRestructure Animation to make matrix interpolation...
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-08-09 Mikko RasaAn extra sanity check for TBN export
2012-08-09 Mikko RasaRefactor strip generation code and add comments
2012-08-09 Mikko RasaUpdate .gitignore
2012-08-09 Mikko RasaA simple program to test cubemap texture functionality
2012-08-09 Mikko RasaMove some member functions to more logical positions
2012-08-09 Mikko RasaComment updates for texture and framebuffer classes.
2012-08-09 Mikko RasaFix 3D texture loading with fixed depth
2012-08-09 Mikko RasaAdd support for cube map textures
2012-08-09 Mikko RasaMipmap generation requires GL_SGIS_generate_mipmap
2012-08-05 Mikko RasaUpdate Build file for new Builder features
2012-08-05 Mikko RasaAdd support for viewing animations
2012-08-05 Mikko RasaBasic animation support
2012-07-31 Mikko RasaUse a custom drawing function to group the properties...
2012-07-31 Mikko RasaSupport exporting textures with objects
2012-07-31 Mikko RasaImprove texture unit handling
2012-07-31 Mikko RasaMore compilation fixes
2012-07-31 Mikko RasaDon't try to export a material texture if the mesh...
2012-07-31 Mikko RasaSplit mesh and object export into separate operators
2012-07-31 Mikko RasaFix exporting compound objects with no materials
2012-07-26 Mikko RasaAdapt exporter to Blender 2.63
2012-07-25 Mikko RasaFix compiler warnings
2012-02-19 Mikko RasaAdjust material export and material-based texcoord...
2012-02-07 Mikko RasaRename a variable in shader code to avoid conflict...
2012-02-07 Mikko RasaUse proper cast
2012-02-07 Mikko RasaCompatibility with Blender 2.6
next