summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_attrib_tmp.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-27vbo: move another line of code after declarationsBrian Paul1-1/+1
2012-11-27vbo: move code after declarations to fix MSVC errorsBrian Paul1-7/+7
2012-11-27vbo: minor whitespace fixBrian Paul1-1/+1
2012-11-27mesa/vbo: Check for invalid types in various packed vertex functions.Kenneth Graunke1-0/+43
2012-11-27mesa/vbo: Support the ES 3.0 signed normalized scaling rules.Kenneth Graunke1-2/+38
2012-11-27mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions.Kenneth Graunke1-59/+59
2012-11-21mesa/vbo: Fix scaling issue in 2-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-21mesa/vbo: Fix scaling issue in 10-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-39/+47
2012-10-29vbo: silence MSVC double/float conversion warningsBrian Paul1-2/+2
2012-05-11mesa: fix glMaterial / dlist bugBrian Paul1-58/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-6/+6
2011-09-20mesa: fix error handling for glMaterial*Yuanhan Liu1-1/+12
2011-09-06mesa/vbo: s/inline/INLINE/Vinson Lee1-6/+6
2011-09-06mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie1-2/+399
2011-03-01vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul1-23/+23
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul1-0/+201
2010-10-28vbo: re-indent fileBrian Paul1-181/+234
2009-05-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul1-8/+8
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell1-2/+3
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+485