intel/nir: Stop using nir_lower_vars_to_scratch
[mesa.git] / src / intel / compiler / brw_reg_type.c
2020-01-22 Matt Turnerintel/compiler: Handle invalid inputs to brw_reg_type_t...
2020-01-22 Matt Turnerintel/compiler: Split hw_type tables
2020-01-22 Matt Turnerintel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
2020-01-22 Matt Turnerintel/compiler: Split has_64bit_types into float/int
2019-10-30 Matt Turnerintel/compiler: Remove unreachable() from brw_reg_type.c
2019-10-11 Francisco Jerezintel/eu/gen12: Implement datatype binary encoding.
2019-04-18 Iago Toral Quirogaintel/compiler: add new half-float register type for...
2018-03-16 Rafael Antognolliintel/compiler: Check for unsupported register sizes.
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-02-28 Matt Turnerintel/compiler: Add Gen11+ native float type
2018-02-28 Matt Turnerintel/compiler: Add Gen11 register types
2017-10-20 Matt Turneri965: Add align1 ternary instruction support to convers...
2017-10-20 Matt Turneri965: Add functions for brw_reg_type <-> hw 3src type
2017-08-28 Topi Pohjolainenintel/compiler: Cast reg types explicitly
2017-08-21 Matt Turneri965: Hide the register type hardware encodings
2017-08-21 Matt Turneri965: Stop using hardware register types directly
2017-08-21 Matt Turneri965: Add brw_hw_reg_type_to_letters() and use it in...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Index brw_hw_reg_type_to_size()'s table by logica...
2017-08-21 Matt Turneri965: Add a brw_hw_type_to_reg_type() function
2017-08-21 Matt Turneri965: Use a common table to translate logical to hardwa...
2017-08-21 Matt Turneri965: Extract functions dealing with register types...