diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-24 19:20:36 +1100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-24 19:20:36 +1100 |
commit | 1b84c76f27c8d24cb42beae26abf000721901c1c (patch) | |
tree | b500c25bf603849fe5d44f3402ed2662ec81710b /src/radeon_exa_render.c | |
parent | 68158124366db883a901e960fe5f05f8df5efa42 (diff) |
rs690: initial textured video support
Diffstat (limited to 'src/radeon_exa_render.c')
-rw-r--r-- | src/radeon_exa_render.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index f8f66009..1d956001 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -992,7 +992,6 @@ static Bool FUNC_NAME(R300PrepareComposite)(int op, PicturePtr pSrcPicture, OUT_ACCEL_REG(R300_VAP_VTE_CNTL, 0x300); OUT_ACCEL_REG(R300_VAP_PSC_SGN_NORM_CNTL, 0x0); - if (has_tcl) { OUT_ACCEL_REG(R300_VAP_PROG_STREAM_CNTL_0, 0x4a014001); OUT_ACCEL_REG(R300_VAP_PROG_STREAM_CNTL_1, 0x6b01); |