summaryrefslogtreecommitdiff
path: root/src/glsl/list.h
AgeCommit message (Collapse)Author
2010-07-07exec_list: Add method to append one complete list to anotherIan Romanick
2010-06-30glsl2: Move our data from a glsl_shader* on the side to the main gl_shader *.Eric Anholt
This saves recompiling at link time. gl_shader->ir is made a pointer so that we don't have to bring exec_list into mtypes.h.
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt