aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_attrib.h
Commit message (Expand)AuthorAgeFilesLines
* vbo: fix vbo_copy_vertices for GL_PATCHES and adjacency primitive typesMarek Olšák2020-03-111-1/+1
* mesa: include mtypes.h lessMarek Olšák2018-04-121-2/+0
* vbo: Implement tool functions for vbo specific VAO setup.Mathias Fröhlich2018-02-231-2/+2
* vbo: add new VBO_ATTRIBS_ masks to vbo_attrib.hBrian Paul2018-01-291-0/+15
* vbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/Brian Paul2018-01-291-10/+11
* vbo: reindent vbo_attrib.h to use 3 spacesBrian Paul2018-01-171-50/+50
* mesa: remove unused vertex attrib WEIGHTMarek Olšák2017-11-251-1/+0
* mesa: don't assign numbers to vertex attrib enums manuallyMarek Olšák2017-11-251-46/+46
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-29/+30
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-0/+1
* move public structure definitions to vbo.hKeith Whitwell2006-10-311-25/+0
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+131