Re: [Mesa-dev] [PATCH 2/2] i965: Remove artificial dependency between math instructions.

2014-07-07 Thread Kenneth Graunke
On Monday, July 07, 2014 01:39:17 PM Matt Turner wrote: > ... on Gen7+. I'm not actually sure which class Gen6 fits into. It looks like you actually did this for Gen6+, not Gen7+. I think that's correct. Gen6 is when we moved from the mathbox shared function to an actual MATH instruction. Ass

[Mesa-dev] [PATCH 2/2] i965: Remove artificial dependency between math instructions.

2014-07-07 Thread Matt Turner
... on Gen7+. I'm not actually sure which class Gen6 fits into. --- src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp b/src/mesa/drivers/dri/i965/brw_schedule_instru