| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Fix foreach_list_typed_safe when exec_node is not at offset 0. | Jason Ekstrand | 2015-03-12 | 1 | -2/+2 |
* | glsl/list: Note that exec_lists may not be realloc'd. | Matt Turner | 2015-02-03 | 1 | -0/+4 |
* | glsl: Add a foreach_in_list_reverse_safe macro. | Matt Turner | 2015-01-23 | 1 | -0/+6 |
* | glsl/list: Add a foreach_list_typed_safe_reverse macro | Jason Ekstrand | 2015-01-15 | 1 | -0/+9 |
* | glsl/list: Fix the exec_list_validate function | Jason Ekstrand | 2015-01-15 | 1 | -3/+1 |
* | exec_list: add a list_foreach_typed_reverse() macro | Connor Abbott | 2015-01-15 | 1 | -0/+6 |
* | glsl/list: Revert unintentional file mode change in previous commit. | Vinson Lee | 2014-11-07 | 1 | -0/+0 |
* | glsl/list: Move declaration before code. | Vinson Lee | 2014-11-07 | 1 | -1/+3 |
* | glsl/list: Add an exec_list_validate function | Jason Ekstrand | 2014-11-07 | 1 | -0/+19 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | glsl: Don't declare variables in for-loop declaration. | Matt Turner | 2014-07-15 | 1 | -2/+2 |
* | exec_list: Add a function to give the length of a list. | Connor Abbott | 2014-07-15 | 1 | -0/+20 |
* | exec_list: Add a prepend function. | Connor Abbott | 2014-07-15 | 1 | -1/+19 |
* | glsl: Fix the foreach_in_list_reverse macro. | Kenneth Graunke | 2014-07-08 | 1 | -3/+3 |
* | glsl: Remove now unused foreach_list* macros. | Matt Turner | 2014-07-01 | 1 | -24/+0 |
* | mesa: Add and use foreach_list_typed_safe. | Matt Turner | 2014-07-01 | 1 | -0/+9 |
* | mesa: Add and use foreach_in_list_use_after. | Matt Turner | 2014-07-01 | 1 | -0/+5 |
* | glsl: Add typed foreach_in_list_safe macro. | Matt Turner | 2014-07-01 | 1 | -0/+9 |
* | glsl: Add typed foreach_in_list/_reverse macros. | Matt Turner | 2014-07-01 | 1 | -0/+10 |
* | glsl: Add an exec_node_init() function, usable from C. | Matt Turner | 2014-06-10 | 1 | -0/+7 |
* | glsl: Make foreach macros usable from C by adding struct keyword. | Matt Turner | 2014-06-10 | 1 | -11/+11 |
* | glsl: Make exec_list members just wrap the C API. | Matt Turner | 2014-06-10 | 1 | -77/+13 |
* | glsl: Make exec_node members just wrap the C API. | Matt Turner | 2014-06-10 | 1 | -27/+11 |
* | glsl: Add C API for exec_list. | Matt Turner | 2014-06-10 | 1 | -0/+141 |
* | glsl: Add C API for exec_node. | Matt Turner | 2014-06-10 | 1 | -0/+82 |
* | glsl: Move definition of exec_list member functions out of the struct. | Matt Turner | 2014-06-10 | 1 | -108/+127 |
* | glsl: Move definition of exec_node member functions out of the struct. | Matt Turner | 2014-06-10 | 1 | -62/+83 |
* | glsl: Remove exec_list iterators now that nothing uses them. | Kenneth Graunke | 2014-01-13 | 1 | -64/+0 |
* | glsl: Use a new foreach_two_lists macro for walking two lists at once. | Kenneth Graunke | 2014-01-13 | 1 | -0/+16 |
* | glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places. | Kenneth Graunke | 2013-09-21 | 1 | -36/+2 |
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -16/+12 |
* | exec_list: replace class with struct | Brian Paul | 2010-09-03 | 1 | -1/+1 |
* | exec_node: Add insert_before that inserts an entire list | Ian Romanick | 2010-09-03 | 1 | -0/+23 |
* | exec_list: Add pop_head | Ian Romanick | 2010-09-03 | 1 | -0/+17 |
* | glsl2: Fix spelling of "sentinel." | Eric Anholt | 2010-07-29 | 1 | -16/+16 |
* | exec_list: Fix foreach_list_safe. | Kenneth Graunke | 2010-07-19 | 1 | -11/+5 |
* | exec_list: Add a new replace_with method. | Kenneth Graunke | 2010-07-14 | 1 | -0/+11 |
* | glsl2: Add foreach_list_safe which works even when mutating the list. | Kenneth Graunke | 2010-07-09 | 1 | -0/+14 |
* | exec_list: Add method to append one complete list to another | Ian Romanick | 2010-07-07 | 1 | -0/+24 |
* | glsl2: Move our data from a glsl_shader* on the side to the main gl_shader *. | Eric Anholt | 2010-06-30 | 1 | -0/+19 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+403 |