Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Validate a few SEND-from-GRF requirements. | Kenneth Graunke | 2016-06-24 | 1 | -0/+18 |
* | i965: Actually check whether the opcode is supported. | Matt Turner | 2016-05-03 | 1 | -2/+1 |
* | i965: Merge inst_info and opcode_desc tables. | Matt Turner | 2016-05-03 | 1 | -1/+1 |
* | i965: Move inst_info from brw_eu_validate.c to brw_eu.c. | Matt Turner | 2016-05-03 | 1 | -245/+2 |
* | i965/disasm: Wrap opcode_desc look-up in a function. | Francisco Jerez | 2016-05-03 | 1 | -1/+5 |
* | i965: Don't write beyond allocated memory. | Juha-Pekka Heikkila | 2015-11-13 | 1 | -1/+1 |
* | i965: Check instructions appear only on supported hardware. | Matt Turner | 2015-11-12 | 1 | -0/+254 |
* | i965: Add initial assembly validation pass. | Matt Turner | 2015-11-12 | 1 | -0/+153 |