summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_flatshade.c
AgeCommit message (Collapse)Author
2008-04-01draw: respect flatshade_first in flatshade stageKeith Whitwell
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian
Use tgsi_scan_shader() to populate a tgsi_shader_info struct and use that instead.
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)