summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-08-14 19:46:55 +0000
committerEric Anholt <anholt@freebsd.org>2005-08-14 19:46:55 +0000
commitebedc8bbb54b9b4e1814bc2758216af2bab93540 (patch)
tree98b942007c17210130e5cbed9d3f389b296bccb2 /exa/exa.h
parente3509c940fa1fc3988d23f884ca8bffc87d091e5 (diff)
- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment
requirements. MGA, notably, uses a multiple of 3 in some cases. - Rename the pixmap offset/pitch alignment fields to more clearly state their meaning.
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 3464b94d2..f4c129756 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -72,8 +72,8 @@ typedef struct _ExaCardInfo {
<< 10, >>10 all over the place */
unsigned long memorySize;
- int offscreenByteAlign;
- int offscreenPitch;
+ int pixmapOffsetAlign;
+ int pixmapPitchAlign;
int flags;
/* The coordinate limitations for rendering for this hardware.