Re: [Mesa-dev] [PATCH] i965: Assert that IF with cmod is Gen6 only.

2013-11-14 Thread Eric Anholt
Reviewed-by: Eric Anholt pgpf66DHKGzLM.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] i965: Assert that IF with cmod is Gen6 only.

2013-11-14 Thread Kenneth Graunke
On 11/14/2013 10:42 AM, Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 4 ++-- > src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp > b/src/mesa/drivers/dri

[Mesa-dev] [PATCH] i965: Assert that IF with cmod is Gen6 only.

2013-11-14 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_fs.cpp | 4 ++-- src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 292eeb3..2cc1da5 100644 --- a/src/