summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_vla.h
Commit message (Collapse)AuthorAgeFilesLines
* nir: Use helper macros for dealing with VLAs.Jose Fonseca2015-03-041-0/+54
v2: - Single statement, by using memset return value as suggested by Ian Romanick. - No internal declaration, as suggested by Jason Ekstrand. - Move macros to a header. Reviewed-by: Jason Ekstrand <[email protected]>