Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/fs: Add a builder argument to offset() | Jason Ekstrand | 2015-06-30 | 1 | -2/+2 |
* | i965: Remove the brw_context from the visitors | Jason Ekstrand | 2015-06-23 | 1 | -11/+11 |
* | i965: Pull calls to get_shader_time_index out of the visitor | Jason Ekstrand | 2015-06-23 | 1 | -1/+1 |
* | i965/fs: Migrate test_fs_saturate_propagation to the IR builder. | Francisco Jerez | 2015-06-09 | 1 | -35/+34 |
* | i965: Fix FS unit tests | Ian Romanick | 2015-05-15 | 1 | -1/+2 |
* | i965: Do better fake context setup in unit tests | Jason Ekstrand | 2015-04-22 | 1 | -1/+5 |
* | i965/fs: Consider MOV.SAT to interfere if it has a source modifier. | Matt Turner | 2015-02-19 | 1 | -0/+44 |
* | i965/fs: Use fs_inst::overwrites_reg() in saturate propagation. | Matt Turner | 2015-02-19 | 1 | -0/+40 |
* | i965/fs: Add unit tests for saturate propagation pass. | Matt Turner | 2015-02-19 | 1 | -0/+355 |