llvmpipe: Use ALIGN_STACK.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 14 Oct 2009 16:11:30 +0000 (17:11 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 14 Oct 2009 16:24:22 +0000 (17:24 +0100)
src/gallium/drivers/llvmpipe/lp_setup.c

index 6010721..b14c265 100644 (file)
@@ -115,6 +115,7 @@ struct setup_context {
 /**
  * Execute fragment shader for the four fragments in the quad.
  */
+ALIGN_STACK
 static void
 shade_quads(struct llvmpipe_context *llvmpipe,
             struct quad_header *quads[],