Re: [Mesa-dev] [Mesa-stable] [PATCH 2/7] intel/isl: Add bounds-checking assertions for the format_info table

2018-06-07 Thread Jason Ekstrand
On Thu, Jun 7, 2018 at 3:45 PM, Mark Janes wrote: > This is cc'd to stable, but causes compile errors when to stable > branches: > > src/intel/isl/isl_format.c:372:20: error: ‘ISL_NUM_FORMATS’ undeclared > (first use in this function); did you mean ‘ISL_UFLOAT’? > > Is it dependent on another

Re: [Mesa-dev] [Mesa-stable] [PATCH 2/7] intel/isl: Add bounds-checking assertions for the format_info table

2018-06-07 Thread Mark Janes
This is cc'd to stable, but causes compile errors when to stable branches: src/intel/isl/isl_format.c:372:20: error: ‘ISL_NUM_FORMATS’ undeclared (first use in this function); did you mean ‘ISL_UFLOAT’? Is it dependent on another patch? Jason Ekstrand writes: > We follow the same convention