| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/vbo: add support for 64-bit vertex attributes. (v1) | Dave Airlie | 2015-05-08 | 1 | -3/+116 |
* | vbo: improve the code style by adjust the preprocessing c code directives | Marius Predut | 2015-03-11 | 1 | -41/+33 |
* | mesa: use fi_type in vertex attribute code | Marius Predut | 2015-02-25 | 1 | -4/+18 |
* | vbo: fix an unitialized-variable warning | Marek Olšák | 2015-02-21 | 1 | -0/+1 |
* | mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0 | Anuj Phogat | 2014-05-01 | 1 | -22/+23 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | vbo: add 10_11_11 support to vbo_attrib_tmp | Chris Forbes | 2013-11-08 | 1 | -6/+26 |
* | vbo: fix MSVC double->float conversion warnings | Brian Paul | 2013-10-31 | 1 | -2/+2 |
* | vbo: move another line of code after declarations | Brian Paul | 2012-11-27 | 1 | -1/+1 |
* | vbo: move code after declarations to fix MSVC errors | Brian Paul | 2012-11-27 | 1 | -7/+7 |
* | vbo: minor whitespace fix | Brian Paul | 2012-11-27 | 1 | -1/+1 |
* | mesa/vbo: Check for invalid types in various packed vertex functions. | Kenneth Graunke | 2012-11-27 | 1 | -0/+43 |
* | mesa/vbo: Support the ES 3.0 signed normalized scaling rules. | Kenneth Graunke | 2012-11-27 | 1 | -2/+38 |
* | mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions. | Kenneth Graunke | 2012-11-27 | 1 | -59/+59 |
* | mesa/vbo: Fix scaling issue in 2-bit signed normalized packing. | Kenneth Graunke | 2012-11-21 | 1 | -1/+1 |
* | mesa/vbo: Fix scaling issue in 10-bit signed normalized packing. | Kenneth Graunke | 2012-11-21 | 1 | -1/+1 |
* | vbo: fix glVertexAttribI* functions | Marek Olšák | 2012-11-06 | 1 | -39/+47 |
* | vbo: silence MSVC double/float conversion warnings | Brian Paul | 2012-10-29 | 1 | -2/+2 |
* | mesa: fix glMaterial / dlist bug | Brian Paul | 2012-05-11 | 1 | -58/+0 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -6/+6 |
* | mesa: fix error handling for glMaterial* | Yuanhan Liu | 2011-09-20 | 1 | -1/+12 |
* | mesa/vbo: s/inline/INLINE/ | Vinson Lee | 2011-09-06 | 1 | -6/+6 |
* | mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs. | Dave Airlie | 2011-09-06 | 1 | -2/+399 |
* | vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index | Brian Paul | 2011-03-01 | 1 | -23/+23 |
* | mesa: implement integer-valued vertex attribute functions | Brian Paul | 2010-10-28 | 1 | -0/+201 |
* | vbo: re-indent file | Brian Paul | 2010-10-28 | 1 | -181/+234 |
* | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS | Brian Paul | 2009-05-22 | 1 | -8/+8 |
* | Remove special-case handling for index and edgeflag | Keith Whitwell | 2007-01-15 | 1 | -2/+3 |
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+485 |