Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/hash_set: Rework the API to know about hashing | Jason Ekstrand | 2015-01-15 | 1 | -4/+2 |
* | nir: Make nir_ssa_undef_instr_create initialize the destination | Jason Ekstrand | 2015-01-15 | 1 | -3/+2 |
* | nir: Remove predication | Jason Ekstrand | 2015-01-15 | 1 | -120/+1 |
* | nir: Make bcsel a fully vector operation | Jason Ekstrand | 2015-01-15 | 1 | -0/+2 |
* | nir: Call nir_metadata_preserve more places | Jason Ekstrand | 2015-01-15 | 1 | -1/+4 |
* | nir: Make texture instruction names more consistent | Jason Ekstrand | 2015-01-15 | 1 | -2/+2 |
* | nir: Don't require a function in ssa_def_init | Jason Ekstrand | 2015-01-15 | 1 | -3/+3 |
* | nir: Automatically handle SSA uses when an instruction is inserted | Jason Ekstrand | 2015-01-15 | 1 | -15/+1 |
* | nir: Add an initialization function for SSA definitions | Jason Ekstrand | 2015-01-15 | 1 | -21/+7 |
* | nir: add a pass to convert to SSA | Connor Abbott | 2015-01-15 | 1 | -0/+682 |