summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vf.c
AgeCommit message (Collapse)Author
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
The later follows the naming scheme of other limits. Keep the old definition until all possible usage is updated.
2008-03-13gallium: fix EMIT_HEADER case in draw_vf_set_vertex_info()Brian
2008-03-13gallium: added EMIT_HEADER caseBrian
2008-02-19Use gallium's rtasm module.José Fonseca
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)