Re: [Mesa-dev] [PATCH 14/24] i965/cnl: Handle gen10 in switch cases across the driver

2017-05-15 Thread Anuj Phogat
On Sat, May 13, 2017 at 9:47 AM, Jason Ekstrand wrote: > Most of these still point to gen9 functions even though we have gen10 > versions now. We should point to the gen10 versions. Yes, I know some of > that is in a later patch but I see no reason why we can't roll those

Re: [Mesa-dev] [PATCH 14/24] i965/cnl: Handle gen10 in switch cases across the driver

2017-05-13 Thread Jason Ekstrand
Most of these still point to gen9 functions even though we have gen10 versions now. We should point to the gen10 versions. Yes, I know some of that is in a later patch but I see no reason why we can't roll those into this patch and also fix up blorp and the few other things in this patch

[Mesa-dev] [PATCH 14/24] i965/cnl: Handle gen10 in switch cases across the driver

2017-05-12 Thread Anuj Phogat
We are still using some gen9 functions for gen10 in this patch. They will be replaced by gen10 functions in later patches. Signed-off-by: Anuj Phogat --- src/intel/common/gen_l3_config.c| 1 + src/intel/compiler/brw_eu.c | 2 ++