Re: [Mesa-dev] [PATCH] i965: Don't hardcode FS in "validation failed!" message.

2015-10-13 Thread Kristian Høgsberg
On Tue, Oct 13, 2015 at 3:17 PM, Kenneth Graunke wrote: > Instead, print "Scalar VS" or "Scalar FS". Otherwise it's really > confusing which stage is broken. > > Signed-off-by: Kenneth Graunke Reviewed-by: Kristian Høgsberg > --- > src/mesa/drivers/dri/i965/brw_fs_validate.cpp | 2 +- > 1 fi

[Mesa-dev] [PATCH] i965: Don't hardcode FS in "validation failed!" message.

2015-10-13 Thread Kenneth Graunke
Instead, print "Scalar VS" or "Scalar FS". Otherwise it's really confusing which stage is broken. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs_validate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_validate.cpp b