intel/compiler: Fix pointer arithmetic when reading shader assembly
[mesa.git] / src / intel / compiler / brw_fs_combine_constants.cpp
2020-03-06 Francisco Jerezintel/compiler: Move idom tree calculation and related...
2020-03-06 Francisco Jerezintel/compiler: Pass detailed dependency classes to...
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-02-05 Ian Romanickintel/fs: Don't count integer instructions as being...
2019-10-22 Sagar Ghugeintel/compiler: Don't move immediate in register
2019-09-26 Maya Rashishintel/compiler: avoid truncating int64_t to int
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-24 Andrii Simiklitintel/compiler: don't use a keyword struct for a class...
2019-04-24 Ian Romanickintel/fs: Fix D to W conversion in opt_combine_constants
2019-04-18 Iago Toral Quirogaintel/compiler: generalize the combine constants pass
2019-01-10 Matt Turnerintel/compiler: Rearrange code to avoid future problems
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler