psb: Make msvc happy.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 29 May 2008 13:20:51 +0000 (22:20 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 29 May 2008 13:28:12 +0000 (22:28 +0900)
Conflicts:

src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c

src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c

index c58a9008679c02147dbbf489aa087b6f407a8e85..eb6988ff03b747b775ae3c49a524b9c5c146f3fd 100644 (file)
@@ -81,9 +81,9 @@ static void fetch_pipeline_prepare( struct draw_pt_middle_end *middle,
     * but gl vs dx9 clip spaces.
     */
    draw_pt_post_vs_prepare( fpme->post_vs,
-                           draw->bypass_clipping,
-                           draw->identity_viewport,
-                           draw->rasterizer->gl_rasterization_rules );
+                           (boolean)draw->bypass_clipping,
+                           (boolean)draw->identity_viewport,
+                           (boolean)draw->rasterizer->gl_rasterization_rules );
                            
 
    if (!(opt & PT_PIPELINE))