summaryrefslogtreecommitdiff
path: root/src/r600_textured_videofuncs.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-11-25 12:04:47 +1000
committerDave Airlie <airlied@redhat.com>2009-11-25 12:04:47 +1000
commitf0acb16fa19844453adc6db3399977fba7c8a0db (patch)
tree044dcd41d13c963181cdab4a755e597a5f7dd511 /src/r600_textured_videofuncs.c
parent985a065518b1d33599de33f7fe082d3302db58a6 (diff)
r600/xv: drop inited 3d false in xv code
Diffstat (limited to 'src/r600_textured_videofuncs.c')
-rw-r--r--src/r600_textured_videofuncs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/r600_textured_videofuncs.c b/src/r600_textured_videofuncs.c
index 0318e603..bf0511ef 100644
--- a/src/r600_textured_videofuncs.c
+++ b/src/r600_textured_videofuncs.c
@@ -264,10 +264,6 @@ R600DisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv)
r600_cp_start(pScrn);
/* Init */
-#if defined(XF86DRM_MODE)
- if (info->cs)
- accel_state->XInited3D = FALSE;
-#endif
start_3d(pScrn, accel_state->ib);
set_default_state(pScrn, accel_state->ib);