Re: [Mesa-dev] [PATCH 08/14] intel: In the i915 driver, the chipset cannot be i965

2012-08-08 Thread Kenneth Graunke
On 08/08/2012 10:38 AM, Ian Romanick wrote: > From: Ian Romanick > > In the i965 dirver, the chipset must be i965. > > Signed-off-by: Ian Romanick > --- > src/mesa/drivers/dri/intel/intel_screen.c | 13 + > 1 files changed, 5 insertions(+), 8 deletions(-) What you're asserting h

[Mesa-dev] [PATCH 08/14] intel: In the i915 driver, the chipset cannot be i965

2012-08-08 Thread Ian Romanick
From: Ian Romanick In the i965 dirver, the chipset must be i965. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/intel/intel_screen.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/drivers/dri/inte