Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Use pointers for nir_src_copy and nir_dest_copy | Jason Ekstrand | 2015-01-26 | 1 | -1/+1 |
* | nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array | Jason Ekstrand | 2015-01-15 | 1 | -4/+7 |
* | nir: Rework the way samplers are lowered | Jason Ekstrand | 2015-01-15 | 1 | -75/+78 |
* | nir: Make texture instruction names more consistent | Jason Ekstrand | 2015-01-15 | 1 | -2/+2 |
* | nir: Use an integer index for specifying structure fields | Jason Ekstrand | 2015-01-15 | 1 | -31/+34 |
* | nir: Make array deref direct vs. indirect an enum | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir/lower_samplers: Use the nir_instr_rewrite_src function | Jason Ekstrand | 2015-01-15 | 1 | -1/+10 |
* | nir: add a pass to lower sampler instructions | Connor Abbott | 2015-01-15 | 1 | -0/+170 |