From 399b1d405e602c62d6deebea6d7e1f38886cd8e2 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 24 Mar 2008 13:04:57 -0400 Subject: R3xx/R5xx: use non VAP/TCP for textured video Just extra state to emit. --- src/radeon_textured_videofuncs.c | 4 ++-- 1 file 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: -- cgit v1.2.3