summaryrefslogtreecommitdiff
path: root/src/glsl/list.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-21glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke1-36/+2
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-16/+12
2010-09-03exec_list: replace class with structBrian Paul1-1/+1
2010-09-03exec_node: Add insert_before that inserts an entire listIan Romanick1-0/+23
2010-09-03exec_list: Add pop_headIan Romanick1-0/+17
2010-07-29glsl2: Fix spelling of "sentinel."Eric Anholt1-16/+16
2010-07-19exec_list: Fix foreach_list_safe.Kenneth Graunke1-11/+5
2010-07-14exec_list: Add a new replace_with method.Kenneth Graunke1-0/+11
2010-07-09glsl2: Add foreach_list_safe which works even when mutating the list.Kenneth Graunke1-0/+14
2010-07-07exec_list: Add method to append one complete list to anotherIan Romanick1-0/+24
2010-06-30glsl2: Move our data from a glsl_shader* on the side to the main gl_shader *.Eric Anholt1-0/+19
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+403