intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).
[mesa.git] / src / intel / compiler / brw_eu.c
2019-08-15 Danylo Piliaievintel/compiler: Fix resource leak in error path
2019-08-05 Danylo Piliaievintel/compiler: add ability to override shader's assembly
2019-07-01 Sagar Ghugeintel/compiler: Enable the emission of ROR/ROL instructions
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2018-08-27 Sagar Ghugeintel/eu: print bytes instead of 32 bit hex value
2018-06-05 Jason Ekstrandintel/eu: Use a struct copy instead of a memcpy
2018-06-04 Jason Ekstrandintel/eu: Switch to a logical state stack
2018-06-04 Jason Ekstrandintel/eu: Add some brw_get_default_ helpers
2018-02-28 Matt Turnerintel/compiler: Mark line, pln, and lrp as removed...
2017-11-07 Jason Ekstrandintel/eu: Make automatic exec sizes a configurable...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
2017-05-26 Jason Ekstrandintel/compiler: Make brw_disasm take const assembly
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler