summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-29 13:26:01 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-29 13:26:01 +0100
commit8f887b4252208e60e7e86217ec3b72fb639a4e82 (patch)
tree10204d77a5ff11c96bbb40a3d4ef6e8290a3f397 /src/gallium/auxiliary/draw/draw_vs_aos.h
parenta233f65f9b79734498c120e8052aa8d6255586e4 (diff)
draw: michal's patch for calling powf... teapot still not quite right
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs_aos.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_aos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_aos.h b/src/gallium/auxiliary/draw/draw_vs_aos.h
index 665b425e68..fb6d43d32e 100644
--- a/src/gallium/auxiliary/draw/draw_vs_aos.h
+++ b/src/gallium/auxiliary/draw/draw_vs_aos.h
@@ -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 );