nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
[mesa.git] / src / glsl / nir / nir_validate.c
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-02-20 Jason Ekstrandnir/validate: Validate SSA defs the same way we do...
2015-02-20 Jason Ekstrandnir/validate: Validate if_uses on registers
2015-02-03 Jason Ekstrandnir/validate: Ensure that phi sources are SSA-only
2015-02-03 Jason Ekstrandnir/validate: Validate that only float ALU outputs...
2015-01-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-16 Brian Paulnir: fix incorrect argument passed to validate_src...
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandnir/tex_instr: Add a nir_tex_src struct and dynamically...
2015-01-15 Jason Ekstrandnir/validate: Only build in debug mode
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir/validate: Validate intrinsic source/destination...
2015-01-15 Jason Ekstrandnir: Vectorize intrinsics
2015-01-15 Jason Ekstrandnir/validate: Ensure that outputs are write-only and...
2015-01-15 Jason Ekstrandnir: Validate that the sources of a phi have the same...
2015-01-15 Jason Ekstrandnir: Use an integer index for specifying structure...
2015-01-15 Jason Ekstrandnir: Make array deref direct vs. indirect an enum
2015-01-15 Jason Ekstrandnir: Validate that the SSA def and register indices...
2015-01-15 Jason Ekstrandnir: Validate all lists in the validator
2015-01-15 Connor Abbottnir: add a validation pass