summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2008-03-24 13:04:57 -0400
committerAlex Deucher <alex@samba.(none)>2008-03-24 13:04:57 -0400
commit399b1d405e602c62d6deebea6d7e1f38886cd8e2 (patch)
treed04af13eb0eec768c5816afd498fc649b622cf91
parentcd77ec18f32a7b36acb655c927bbfd7044019f97 (diff)
R3xx/R5xx: use non VAP/TCP for textured video
Just extra state to emit.
-rw-r--r--src/radeon_textured_videofuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_textured_videofuncs.c b/src/radeon_textured_videofuncs.c
index d4a33430..2681d3f7 100644
--- a/src/radeon_textured_videofuncs.c
+++ b/src/radeon_textured_videofuncs.c
@@ -127,10 +127,10 @@ FUNC_NAME(RADEONDisplayTexturedVideo)(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv
FINISH_VIDEO();
if (IS_R300_VARIANT || IS_AVIVO_VARIANT) {
- int has_tcl = ((info->ChipFamily != CHIP_FAMILY_RS690) &&
+ int has_tcl = 0; /*((info->ChipFamily != CHIP_FAMILY_RS690) &&
(info->ChipFamily != CHIP_FAMILY_RS740) &&
(info->ChipFamily != CHIP_FAMILY_RS400) &&
- (info->ChipFamily != CHIP_FAMILY_RV515));
+ (info->ChipFamily != CHIP_FAMILY_RV515));*/
switch (pPixmap->drawable.bitsPerPixel) {
case 16: