Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written. | Francisco Jerez | 2016-09-14 | 1 | -3/+3 |
* | i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes. | Francisco Jerez | 2016-09-14 | 1 | -2/+2 |
* | i965: Rename GRF to VGRF. | Matt Turner | 2015-11-13 | 1 | -2/+2 |
* | i965: Use brw_reg's nr field to store register number. | Matt Turner | 2015-11-13 | 1 | -2/+2 |
* | i965: Don't hardcode FS in "validation failed!" message. | Kenneth Graunke | 2015-10-14 | 1 | -1/+1 |
* | i965/fs: Add a very basic validation pass | Jason Ekstrand | 2015-09-15 | 1 | -0/+57 |