]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2010-11-01 Mikko RasaAdd a simple object/mesh viewer application
2010-11-01 Mikko RasaInclude version_1_3.h for multitexturing
2010-10-10 Mikko RasaDon't bind RenderBuffer in constructor
2010-10-09 Mikko RasaWrite correct specularity parameters for materials
2010-10-09 Mikko RasaUse texture unit numbers instead of slot names in Rende...
2010-10-09 Mikko RasaBlender exporter:
2010-10-08 Mikko RasaBlender exporter: support exporting multiple objects...
2010-10-07 Mikko RasaToss out the locality optimizer as it's largely irrelev...
2010-10-07 Mikko RasaBlender exporter: add spaces around assignments
2010-09-27 Mikko RasaUse the Blend and DepthTest classes
2010-09-16 Mikko RasaSupport limiting renderables in Pipeline to specific...
2010-09-15 Mikko RasaRewrite Framebuffer to defer attach/detach operations...
2010-09-15 Mikko RasaRemove non-OO access to blending
2010-07-15 Mikko RasaAdd the missing TexEnv::current() function
2010-07-15 Mikko RasaAdd a Texturing class to encapsulate the state of multi...
2010-07-15 Mikko RasaAdd is_version_at_least function
2010-07-15 Mikko RasaSupport multiple sets of texture coordinates in VertexA...
2010-07-04 Mikko RasaGet rid of the generic Texture::parameter method
2010-06-08 Mikko RasaRework Bind and enable it to restore the old binding
2010-06-08 Mikko RasaFix compile errors caused by faulty regex application...
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-03-03 Mikko RasaAdd object-oriented interfaces for the various tests...
2010-02-25 Mikko RasaFix projection calculations in camera.cpp
2010-02-24 Mikko RasaFix 4th column of camera matrix
2010-02-23 Mikko RasaSupport collectionless loading of Technique and RenderPass
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-20 Mikko RasaAdd a Camera class
2010-02-20 Mikko RasaCorrect some #includes
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2010-02-04 Mikko RasaMake Tag directly comparable and use it as a key in...
2010-02-04 Mikko RasaDrop Renderable::has_pass; renderables are now expected...
2010-02-04 Mikko RasaAdd a tool to convert a mesh into C code
2010-02-01 Mikko RasaAdd static Texture::unbind_from function
2010-01-15 Mikko RasaAdd a hackish support for positional lights in ShadowMap
2009-12-04 Mikko RasaUse a struct to store texture slots in Technique
2009-12-04 Mikko RasaFix compilation on 64-bit platforms
2009-10-05 Mikko RasaBump version to 1.1 1.1
2009-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2009-08-03 Mikko RasaProperly handle the case where an object doesn't have...
2009-07-26 Mikko RasaDisable blend and depth test while rendering Bloom
2009-07-14 Mikko RasaReset viewport also after pass-specific effects
2009-07-05 Mikko RasaAdd Vector3 and Vector4 classes
2009-07-04 Mikko RasaAdd a size parameter to makefont.py
2009-05-28 Mikko RasaBlender exporter:
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
2009-01-27 Mikko RasaAdd a Pipeline framework for constructing complex rende...
2009-01-25 Mikko RasaAdd post-processing effect framework
2009-01-16 Mikko RasaFix an index mismatch between setting attribute array...
2009-01-14 Mikko RasaAllow generic vertex attribute 0, since OpenGL 3.0...
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2008-11-02 Mikko RasaMove transform functions to matrix.h
2008-11-02 Mikko RasaSupport embedding textures inside font files
2008-10-21 Mikko RasaBlender exporter:
2008-10-14 Mikko RasaAdd Changelog.txt 1.0
2008-10-04 Mikko RasaAdd class Technique to share passes between Objects
2008-10-04 Mikko RasaAdd Texture::bind_to() method
2008-09-28 Mikko RasaConvert Light to object model
2008-09-24 Mikko RasaAdd virtual destructors to Renderable and Uniform
2008-09-24 Mikko RasaObject model for Material and TexEnv
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-09-05 Mikko RasaAdd append() method and and operator[] to VertexArray
2008-09-03 Mikko RasaRequire mspgbase now that Image was moved there
2008-08-19 Mikko RasaSet svn:keywords on Build 0.9
2008-08-17 Mikko RasaMove Image to mspgbase
2008-07-23 Mikko RasaUnbind vertex buffer after updating array data
2008-07-19 Mikko RasaAdd the BLEND constant too
2008-07-19 Mikko RasaAdd blending and clipping support
2008-06-25 Mikko RasaAdd a missing #include
2008-05-19 Mikko RasaAdd Mesh::use_vertex_buffer
2008-03-24 Mikko RasaSupport specifying elements in PrimitiveBuilder
2008-03-19 Mikko RasaOpenGL can now be required as a package on all archs
2008-03-06 Mikko RasaSeparate main and shader textures in Object
2008-02-27 Mikko RasaAllow Renderables in a Scene to specify ordering
2008-02-26 Mikko RasaAdd the meshbuilder.* files too
2008-02-26 Mikko RasaAdd class MeshBuilder
2008-02-06 Mikko RasaInclude the local gl.h in types.h to make it work on...
2008-02-05 Mikko RasaAdd a missing negation
2008-02-04 Mikko RasaMake the use of DevIL optional
2008-01-12 Mikko RasaSupport embedding textures in datafiles
2008-01-01 Mikko RasaAdd functions to retrieve material properties
2007-12-29 Mikko RasaWindows compatibility:
2007-12-27 Mikko RasaAdd $Id$ to tag.*
2007-12-11 Mikko RasaDefault to Utf8 instead of direct mapping in Font
2007-11-09 Mikko RasaSupport for loading materials from datafiles
2007-11-04 Mikko RasaAdd a Tag class to identify passes
2007-11-04 Mikko RasaAdd class Renderable
2007-11-02 Mikko RasaAdapt to DataFile changes
2007-11-02 Mikko RasaUse DevIL for loading images
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs
2007-10-21 Mikko RasaBlender exporter:
2007-10-20 Mikko RasaAdd scissor, stencil, alpha and depth test functions...
2007-10-17 Mikko RasaBugfixes to Light
2007-10-17 Mikko RasaAdd Lights
2007-10-17 Mikko RasaBlender exporter: Fix big strip generation so that...
2007-10-17 Mikko RasaAllow retrieving data from Mesh
2007-10-14 Mikko RasaTry to generate longer strips
2007-10-12 Mikko RasaBlender exporter: Add support for texture coordinates
2007-10-11 Mikko RasaBlender exporter: Generate correct normals for smooth...
2007-10-10 Mikko RasaMake Material::apply const
next