aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_attrib_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* vbo: move another line of code after declarationsBrian Paul2012-11-271-1/+1
* vbo: move code after declarations to fix MSVC errorsBrian Paul2012-11-271-7/+7
* vbo: minor whitespace fixBrian Paul2012-11-271-1/+1
* mesa/vbo: Check for invalid types in various packed vertex functions.Kenneth Graunke2012-11-271-0/+43
* mesa/vbo: Support the ES 3.0 signed normalized scaling rules.Kenneth Graunke2012-11-271-2/+38
* mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions.Kenneth Graunke2012-11-271-59/+59
* mesa/vbo: Fix scaling issue in 2-bit signed normalized packing.Kenneth Graunke2012-11-211-1/+1
* mesa/vbo: Fix scaling issue in 10-bit signed normalized packing.Kenneth Graunke2012-11-211-1/+1
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-39/+47
* vbo: silence MSVC double/float conversion warningsBrian Paul2012-10-291-2/+2
* mesa: fix glMaterial / dlist bugBrian Paul2012-05-111-58/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-6/+6
* mesa: fix error handling for glMaterial*Yuanhan Liu2011-09-201-1/+12
* mesa/vbo: s/inline/INLINE/Vinson Lee2011-09-061-6/+6
* mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie2011-09-061-2/+399
* vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul2011-03-011-23/+23
* mesa: implement integer-valued vertex attribute functionsBrian Paul2010-10-281-0/+201
* vbo: re-indent fileBrian Paul2010-10-281-181/+234
* mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-05-221-8/+8
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-151-2/+3
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+485