Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Use Rob's NIR-based user clip lowering. | Eric Anholt | 2015-10-23 | 1 | -0/+1 |
* | vc4: Switch our vertex attr lowering to being NIR-based. | Eric Anholt | 2015-10-20 | 1 | -34/+199 |
* | vc4: Use nir_foreach_variable | Boyan Ding | 2015-10-20 | 1 | -2/+2 |
* | vc4: convert from tgsi semantic/index to varying-slot | Eric Anholt | 2015-09-16 | 1 | -20/+9 |
* | gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*. | Eric Anholt | 2015-09-16 | 1 | -3/+10 |
* | vc4: Fix build from recent NIR cleanups. | Eric Anholt | 2015-09-14 | 1 | -2/+1 |
* | nir: Convert the builder to use the new NIR cursor API. | Kenneth Graunke | 2015-08-27 | 1 | -3/+3 |
* | vc4: Move all of our fixed function fragment color handling to NIR. | Eric Anholt | 2015-08-14 | 1 | -4/+20 |
* | vc4: Lower uniform loads to scalar in NIR. | Eric Anholt | 2015-07-30 | 1 | -14/+72 |
* | vc4: Move some FS input lowering into NIR. | Eric Anholt | 2015-07-30 | 1 | -0/+47 |
* | vc4: Lower NIR inputs to scalar as well. | Eric Anholt | 2015-07-30 | 1 | -2/+42 |
* | vc4: Start adding a NIR-based output lowering pass. | Eric Anholt | 2015-07-30 | 1 | -0/+130 |