draw: michal's patch for calling powf... teapot still not quite right
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_aos.h
index 665b425e6843e663c1c9a7fbcbae2b39fe67ca23..fb6d43d32e26186d5213ab9cf99fba8f53dda9eb 100644 (file)
@@ -160,6 +160,7 @@ struct aos_compilation {
    struct x86_reg machine_EDX;
    struct x86_reg count_ESI;    /* decrements to zero */
    struct x86_reg temp_EBP;
+   struct x86_reg stack_ESP;
 };
 
 struct x86_reg aos_get_xmm_reg( struct aos_compilation *cp );