Re: [Mesa-dev] [PATCH 16/64] isl/state: Refactor the per-gen isl_to_gen_h/valign tables

2016-06-16 Thread Chad Versace
On Sat 11 Jun 2016, Jason Ekstrand wrote: > This moves the #if's around so that halign and valign have different sets > of #if conditions. This also prepares us for SNB because isl_to_gen_halign > is not defined at all on gen6. > --- > src/intel/isl/isl_surface_state.c | 14 -- > 1 fi

[Mesa-dev] [PATCH 16/64] isl/state: Refactor the per-gen isl_to_gen_h/valign tables

2016-06-11 Thread Jason Ekstrand
This moves the #if's around so that halign and valign have different sets of #if conditions. This also prepares us for SNB because isl_to_gen_halign is not defined at all on gen6. --- src/intel/isl/isl_surface_state.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --gi