glsl/list: Move declaration before code.
[mesa.git] / src / glsl / list.h
2014-11-07 Vinson Leeglsl/list: Move declaration before code.
2014-11-07 Jason Ekstrandglsl/list: Add an exec_list_validate function
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-15 Matt Turnerglsl: Don't declare variables in for-loop declaration.
2014-07-15 Connor Abbottexec_list: Add a function to give the length of a list.
2014-07-15 Connor Abbottexec_list: Add a prepend function.
2014-07-08 Kenneth Graunkeglsl: Fix the foreach_in_list_reverse macro.
2014-07-01 Matt Turnerglsl: Remove now unused foreach_list* macros.
2014-07-01 Matt Turnermesa: Add and use foreach_list_typed_safe.
2014-07-01 Matt Turnermesa: Add and use foreach_in_list_use_after.
2014-07-01 Matt Turnerglsl: Add typed foreach_in_list_safe macro.
2014-07-01 Matt Turnerglsl: Add typed foreach_in_list/_reverse macros.
2014-06-10 Matt Turnerglsl: Add an exec_node_init() function, usable from C.
2014-06-10 Matt Turnerglsl: Make foreach macros usable from C by adding struc...
2014-06-10 Matt Turnerglsl: Make exec_list members just wrap the C API.
2014-06-10 Matt Turnerglsl: Make exec_node members just wrap the C API.
2014-06-10 Matt Turnerglsl: Add C API for exec_list.
2014-06-10 Matt Turnerglsl: Add C API for exec_node.
2014-06-10 Matt Turnerglsl: Move definition of exec_list member functions...
2014-06-10 Matt Turnerglsl: Move definition of exec_node member functions...
2014-01-13 Kenneth Graunkeglsl: Remove exec_list iterators now that nothing uses...
2014-01-13 Kenneth Graunkeglsl: Use a new foreach_two_lists macro for walking...
2013-09-21 Kenneth Graunkeglsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-03 Brian Paulexec_list: replace class with struct
2010-09-03 Ian Romanickexec_node: Add insert_before that inserts an entire...
2010-09-03 Ian Romanickexec_list: Add pop_head
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Eric Anholtglsl2: Fix spelling of "sentinel."
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-19 Kenneth Graunkeexec_list: Fix foreach_list_safe.
2010-07-14 Kenneth Graunkeexec_list: Add a new replace_with method.
2010-07-09 Kenneth Graunkeglsl2: Add foreach_list_safe which works even when...
2010-07-07 Ian Romanickexec_list: Add method to append one complete list to...
2010-06-30 Eric Anholtglsl2: Move our data from a glsl_shader* on the side...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...