Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/fs: Set the execution size of the MOVs correctly in opt_combine_constant... | Francisco Jerez | 2015-07-29 | 1 | -1/+1 |
* | i965/fs: Migrate opt_combine_constants to the IR builder. | Francisco Jerez | 2015-06-09 | 1 | -9/+10 |
* | i965/fs: Don't constant propagate into integer math instructions. | Matt Turner | 2015-04-24 | 1 | -2/+0 |
* | i965/fs: Allow 2-src math instructions to have immediate src1. | Matt Turner | 2015-04-24 | 1 | -4/+8 |
* | i965: Add a devinfo field to backend_visitor and use it for gen checks | Jason Ekstrand | 2015-04-22 | 1 | -5/+5 |
* | i965/fs: Print spills:fills and number of promoted constants. | Matt Turner | 2015-03-19 | 1 | -0/+1 |
* | i965/fs: Emit MOV(1) instructions with force_writemask_all. | Matt Turner | 2015-02-24 | 1 | -0/+1 |
* | i965/fs: Allow immediates in MAD and LRP instructions. | Matt Turner | 2015-02-17 | 1 | -3/+27 |
* | i965/fs: Add pass to combine immediates. | Matt Turner | 2015-02-17 | 1 | -0/+283 |