]> git.tdb.fi Git - libs/gl.git/history - source/batch.cpp
Fix a texture data indexing bug in AmbientOcclusion
[libs/gl.git] / source / batch.cpp
2018-04-22 Mikko RasaMake all forms of Batch::append return a reference...
2018-04-10 Mikko RasaAdd file and line information to ProgramParser errors
2017-01-06 Mikko RasaFix some clang compile warnings
2016-10-26 Mikko RasaUse the core version of primitive restart if possible
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-10-17 Mikko RasaFallback to glDrawElements if EXT_draw_range_elements...
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
2014-09-23 Mikko RasaRefactor the internal interface of Bufferable a bit
2013-12-21 Mikko RasaEnforce unbinding as well as binding buffers
2013-12-21 Mikko RasaPresent Mesh's index buffer as current while the Mesh...
2013-12-16 Mikko RasaAdd vertex array object support to Mesh
2013-11-30 Mikko RasaTweak buffer logic a bit in Batch::draw
2013-11-28 Mikko RasaFix some incorrect whitespace
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-11-03 Mikko RasaLet Batch decide whether appending is possible
2012-11-03 Mikko RasaFix a comparison with restart_index
2012-08-30 Mikko RasaOnly call update_offset() once per append operation
2012-08-30 Mikko RasaFix logic with appending Batches
2012-08-30 Mikko RasaMake use of Bufferable in Batch
2012-08-30 Mikko RasaMove Batch members around
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaPull glDrawRangeElements from version_1_2.h
2012-02-07 Mikko RasaUse proper cast
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-11 Mikko RasaAvoid unnecessary work in Batch's vector append
2010-12-19 Mikko RasaSupport different data types in Batch
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
2007-12-29 Mikko RasaWindows compatibility:
2007-10-10 Mikko RasaMake Material::apply const
2007-09-04 Mikko RasaAdd Mesh and Batch classes