summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_reg.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-04-10 09:32:13 +1000
committerDave Airlie <airlied@linux.ie>2007-04-10 09:32:13 +1000
commite0bbf463428ac51f3ba022b23d93d47b1cfd152d (patch)
treebbbdebb812013e97cb0c725ed898ec43420c06c9 /src/mesa/drivers/dri/r300/r300_reg.h
parent702c8f1e6ca51aef356e89ee9c5f2e99a4191a8a (diff)
r300: don't enable VAP/TCL on cards that don't support it
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h
index 1f65f9a7e7..b296aaa07a 100644
--- a/src/mesa/drivers/dri/r300/r300_reg.h
+++ b/src/mesa/drivers/dri/r300/r300_reg.h
@@ -145,6 +145,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
# define R300_VC_NO_SWAP (0 << 0)
# define R300_VC_16BIT_SWAP (1 << 0)
# define R300_VC_32BIT_SWAP (2 << 0)
+# define R300_VAP_TCL_BYPASS (1 << 8)
/* gap */