summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h
diff options
context:
space:
mode:
authorTom Stellard <tstellar@gmail.com>2010-06-18 21:20:57 -0700
committerMarek Olšák <maraeo@gmail.com>2010-07-03 04:32:31 +0200
commitf381c52081b2cbff31c2f38abf16dffcc08f681c (patch)
tree487291353936ffb561cb3924845d491df5db6171 /src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h
parent3c3b7e02eb80727382f7239c7d53f90bc748a194 (diff)
r300/compiler: Use hardware flow control instructions for loops on r500.
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h b/src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h
index 91c82ac089..e103ce5637 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_opcodes.h
@@ -187,6 +187,8 @@ typedef enum {
RC_OPCODE_ENDLOOP,
+ RC_OPCODE_CONTINUE,
+
/** special instruction, used in R300-R500 fragment program pair instructions
* indicates that the result of the alpha operation shall be replicated
* across all other channels */