summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_parameter_layout.c
AgeCommit message (Collapse)Author
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
mtypes.h does not use any symbols from compiler.h. Also add the required headers for files that depended on symbols from compiler.h but were indirectly including compiler.h through mtypes.h.
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul