diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-10-01 18:40:01 +0100 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2008-10-02 10:19:48 -0400 |
commit | 21f98ad30aaeab5085d12278830f485e61b47cc1 (patch) | |
tree | 1dabc32cb92699e0ef2740dc8b60171cc9e257cf /src/gallium/auxiliary/draw/draw_vs_aos.h | |
parent | 66d4beb874606baab95fb6539de895eb373b0ccb (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.h | 2 |
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 ); |