Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Avoid emitting small immediates for UBO indirect load address guards. | Eric Anholt | 2017-02-10 | 1 | -0/+11 |
* | vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst. | Eric Anholt | 2016-11-29 | 1 | -5/+2 |
* | vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *). | Eric Anholt | 2016-11-29 | 1 | -2/+2 |
* | vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places. | Eric Anholt | 2016-07-12 | 1 | -1/+1 |
* | vc4: Switch the unpack ops to being unpack flags on a mov. | Eric Anholt | 2015-10-26 | 1 | -3/+1 |
* | vc4: Convert from simple_list.h to list.h | Eric Anholt | 2015-05-29 | 1 | -4/+1 |
* | vc4: Keep an array of pointers to instructions defining the temps around. | Eric Anholt | 2015-02-19 | 1 | -5/+1 |
* | vc4: No turning unpack arguments into small immediates. | Eric Anholt | 2015-01-15 | 1 | -0/+3 |
* | vc4: Add support for turning constant uniforms into small immediates. | Eric Anholt | 2014-12-17 | 1 | -0/+105 |