summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-10-01 18:40:01 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-10-02 12:59:15 +0100
commitaf9cfea9cc80411351f9879d8eeb525bf7b4ca50 (patch)
tree40a52f583c0a8cfa3cb39c2114a1362c0358fe8e /src/gallium/auxiliary/draw/draw_vs_aos.h
parent102daee1b8971cf39235e220b9524bec1e4a7089 (diff)
draw: don't keep refetching constant inputs
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs_aos.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_aos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_aos.h b/src/gallium/auxiliary/draw/draw_vs_aos.h
index 306392e5d6..264387517b 100644
--- a/src/gallium/auxiliary/draw/draw_vs_aos.h
+++ b/src/gallium/auxiliary/draw/draw_vs_aos.h
@@ -176,6 +176,8 @@ void aos_adopt_xmm_reg( struct aos_compilation *cp,
unsigned idx,
unsigned dirty );
+void aos_spill_all( struct aos_compilation *cp );
+
struct x86_reg aos_get_shader_reg( struct aos_compilation *cp,
unsigned file,
unsigned idx );