diff options
author | Michel Daenzer <michel@tungstengraphics.com> | 2006-10-22 17:26:28 +0200 |
---|---|---|
committer | Michel Daenzer <michel@tungstengraphics.com> | 2006-10-22 17:26:28 +0200 |
commit | 2bcb51d66edaa944379cf8c8ca1ba91fffdc20a8 (patch) | |
tree | e06b070650f553e7343a6cec3c960d393b6f4b5d /src/radeon.h | |
parent | dabffb8335027b60ca1fc554423e196dfb9acd6d (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.h | 2 |
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); |