intel/compiler: Fix pointer arithmetic when reading shader assembly
[mesa.git] / src / intel / compiler / brw_reg_type.h
2020-01-22 Matt Turnerintel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
2019-04-18 Iago Toral Quirogaintel/compiler: add a brw_reg_type_is_integer helper
2018-02-28 Matt Turnerintel/compiler: Add Gen11+ native float type
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-10-20 Matt Turneri965: Move brw_reg_type_is_floating_point to brw_reg_type.h
2017-08-21 Matt Turneri965: Mark brw_hw_type_to_reg_type() as a pure function
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: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Add a brw_hw_type_to_reg_type() function
2017-08-21 Matt Turneri965: Extract functions dealing with register types...