nir: Add bit_count to lower_int64 pass
[mesa.git] / src / intel / compiler / brw_eu_emit.c
2017-08-21 Matt Turneri965: Extract functions dealing with register types...
2017-08-21 Matt Turneri965: Reverse file/type arguments to register type...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-08-21 Matt Turneri965: Validate destination restrictions with vector...
2017-08-21 Matt Turneri965: Move compaction "prepass" into brw_eu_compact.c
2017-07-13 Lionel Landwerlinintel/compiler: remove check unsigned is >= 0
2017-04-14 Matt Turneri965: Use correct VertStride on align16 instructions.
2017-04-14 Matt Turneri965: Use source region <1,2,0> when converting to DF.
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler