From: michal Date: Thu, 16 Aug 2007 18:47:18 +0000 (+0100) Subject: Break mesa dependencies. X-Git-Tag: 062012170305~17580^2~390^2~4275 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b19aa522abc3dc4e38666b4a98337a33a82a946;p=profile%2Fivi%2Fmesa.git Break mesa dependencies. Silence compiler warnings. --- diff --git a/src/mesa/pipe/softpipe/sp_draw_arrays.c b/src/mesa/pipe/softpipe/sp_draw_arrays.c index c8e161c..69fd690 100644 --- a/src/mesa/pipe/softpipe/sp_draw_arrays.c +++ b/src/mesa/pipe/softpipe/sp_draw_arrays.c @@ -31,8 +31,6 @@ */ -#include "main/context.h" - #include "pipe/p_defines.h" #include "pipe/p_context.h" #include "pipe/p_winsys.h" @@ -175,7 +173,7 @@ run_vertex_program2(struct draw_context *draw, x /= w; y /= w; z /= w; - w = 1.0 / w; + w = 1.0f / w; /* Viewport */ vOut->data[0][0] = scale[0] * x + trans[0];