Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Convert from simple_list.h to list.h | Eric Anholt | 2015-05-29 | 1 | -4/+1 |
* | vc4: Make SF be a flag on the QIR instructions. | Eric Anholt | 2015-02-12 | 1 | -20/+3 |
* | vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694 | Eric Anholt | 2015-01-20 | 1 | -1/+1 |
* | vc4: Split two notions of instructions having side effects. | Eric Anholt | 2015-01-10 | 1 | -1/+2 |
* | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 2014-12-14 | 1 | -3/+4 |
* | vc4: Allow dead code elimination of unused varyings. | Eric Anholt | 2014-10-24 | 1 | -1/+1 |
* | vc4: Dump constant uniform values in VC4_DEBUG=qir. | Eric Anholt | 2014-09-29 | 1 | -7/+8 |
* | vc4: Fix stray disable of the CSE pass. | Eric Anholt | 2014-09-17 | 1 | -1/+0 |
* | vc4: Fix memory leaks of struct qinst. | Eric Anholt | 2014-09-15 | 1 | -1/+1 |
* | vc4: The r4_count is supposed to be how many writes, not reads. | Eric Anholt | 2014-09-09 | 1 | -1/+1 |
* | vc4: Merge qcompile and tgsi_to_qir | Eric Anholt | 2014-09-04 | 1 | -1/+1 |
* | vc4: Add a CSE optimization pass. | Eric Anholt | 2014-09-04 | 1 | -0/+183 |