nir/vtn: Handle integer sampling coordinates
[mesa.git] / src / compiler / glsl / list.h
2020-04-14 Danylo Piliaievglsl/list: Fix undefined behaviour of foreach_* macros
2020-03-12 Rhys Perryglsl/list: use uintptr_t for exec_node_data()'s subtraction
2019-04-29 Kenneth Graunkeglsl/list: Add an exec_list_is_singular() helper.
2019-03-13 Jason Ekstrandglsl/list: Add a list variant of insert_after
2018-07-18 Caio Marcelo de... glsl: remove unnecessary parenthesis from macro
2018-04-17 Marc Dietrichglsl: fix gcc 8 parenthesis warning
2017-03-22 Emil Velikovglsl: consistently use ifndef guards over pragma once
2017-03-09 Robert Braggexec_list: Add a foreach_list_typed_from macro
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/