summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-26 11:03:00 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-26 11:03:00 +0100
commit351eca365c0ba488000c3826d5093de6170381e4 (patch)
treeacf7bad1c6a02579efe0f144287accb047069c8e /src/gallium/auxiliary/draw/draw_vs_aos.h
parent721fb5597e687fc1446119002ab03cc428104b29 (diff)
draw: extend precision in RSQ opcode
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 c08c73d4bc..fffe2e4658 100644
--- a/src/gallium/auxiliary/draw/draw_vs_aos.h
+++ b/src/gallium/auxiliary/draw/draw_vs_aos.h
@@ -175,6 +175,7 @@ boolean aos_emit_outputs( struct aos_compilation *cp );
#define IMM_INV_255 3 /* 1/255, 1/255, 1/255, 1/255 */
#define IMM_255 4 /* 255, 255, 255, 255 */
#define IMM_NEGS 5 /* -1,-1,-1,-1 */
+#define IMM_RSQ 6 /* -.5,1.5,_,_ */
struct x86_reg aos_get_internal( struct aos_compilation *cp,
unsigned imm );