summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorMichel Daenzer <michel@tungstengraphics.com>2006-10-22 17:26:28 +0200
committerMichel Daenzer <michel@tungstengraphics.com>2006-10-22 17:26:28 +0200
commit2bcb51d66edaa944379cf8c8ca1ba91fffdc20a8 (patch)
treee06b070650f553e7343a6cec3c960d393b6f4b5d /src/radeon.h
parentdabffb8335027b60ca1fc554423e196dfb9acd6d (diff)
Bug #6756: Attempt to fix repeat picture acceleration.
Always use normalized texture coordinates on R200 and fall back if a POT texture pitch doesn't match the HW's implicit pitch.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 7ff86f98..a7b0dfda 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -742,6 +742,8 @@ typedef struct {
/* Render */
Bool RenderAccel;
+ unsigned short texW[2];
+ unsigned short texH[2];
#ifdef USE_XAA
FBLinearPtr RenderTex;
void (*RenderCallback)(ScrnInfoPtr);