i965g: ifdef out unused functions.
authorVinson Lee <vlee@vmware.com>
Thu, 11 Feb 2010 03:01:05 +0000 (19:01 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 11 Feb 2010 03:03:18 +0000 (19:03 -0800)
src/gallium/drivers/i965/brw_swtnl.c
src/gallium/drivers/i965/brw_vs_emit.c

index 464013e7c401468838c93ac90a1b6bd75f345137..f96301e99e6d04896c8207f051b513abc511401b 100644 (file)
@@ -3,6 +3,8 @@
 #include "brw_pipe_rast.h"
 
 
+#if 0
+
 static GLboolean need_swtnl( struct brw_context *brw )
 {
    const struct pipe_rasterizer_state *rast = &brw->curr.rast->templ;
@@ -90,6 +92,4 @@ static GLboolean need_swtnl( struct brw_context *brw )
    return FALSE;
 }
 
-
-
-
+#endif
index 8a16205d2f60cc9c1ae9efacbb33fdf4bae09233..5dcbd597ddcaf1860c3efada8a98d5e10ad02592 100644 (file)
@@ -908,6 +908,7 @@ get_constant(struct brw_vs_compile *c,
 }
 
 
+#if 0
 
 /* TODO: relative addressing!
  */
@@ -936,6 +937,8 @@ static struct brw_reg get_reg( struct brw_vs_compile *c,
    }
 }
 
+#endif
+
 
 /**
  * Indirect addressing:  get reg[[arg] + offset].