aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/list.h
Commit message (Expand)AuthorAgeFilesLines
* glsl/list: Fix undefined behaviour of foreach_* macrosDanylo Piliaiev2020-04-141-60/+74
* glsl/list: use uintptr_t for exec_node_data()'s subtractionRhys Perry2020-03-121-1/+1
* glsl/list: Add an exec_list_is_singular() helper.Kenneth Graunke2019-04-281-0/+7
* glsl/list: Add a list variant of insert_afterJason Ekstrand2019-03-131-0/+26
* glsl: remove unnecessary parenthesis from macroCaio Marcelo de Oliveira Filho2018-07-181-1/+1
* glsl: fix gcc 8 parenthesis warningMarc Dietrich2018-04-171-2/+2
* glsl: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+0
* exec_list: Add a foreach_list_typed_from macroRobert Bragg2017-03-091-0/+5
* ralloc: use rzalloc where it's necessaryMarek Olšák2016-10-311-1/+1
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-79/+105
* glsl: move to compiler/Emil Velikov2016-01-261-0/+700