Merge branch 'master' of ../mesa into vulkan
[mesa.git] / src / glsl / nir / nir_validate.c
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-23 Kenneth Graunkenir: Validate that a block doesn't have two identical...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-24 Connor Abbottnir/validate: check successors/predecessors more carefully
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Iago Toral Quiroganir: add nir_var_shader_storage
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-05-09 Jason Ekstrandnir/validate: Validate SSA def parent instructions
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-03-28 Kenneth Graunkenir: Fix copy and pasted error message in nir_validate.
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