summaryrefslogtreecommitdiff
path: root/shared-core/via_verifier.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-27 19:38:33 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-27 19:38:33 +0100
commit2980ec22a165bc71add7464e28a2e56b5c971d20 (patch)
tree49923e9a4e40b4a0f2e1e28dbbf411463f5468a9 /shared-core/via_verifier.h
parent975136d6e5adc6b6a03719499cf39fbd3f67dc90 (diff)
Allow for non-power-of-two texture pitch alignment.
Diffstat (limited to 'shared-core/via_verifier.h')
-rw-r--r--shared-core/via_verifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/via_verifier.h b/shared-core/via_verifier.h
index 96708a39..84497c44 100644
--- a/shared-core/via_verifier.h
+++ b/shared-core/via_verifier.h
@@ -45,6 +45,7 @@ typedef struct {
uint32_t tex_level_lo[2];
uint32_t tex_level_hi[2];
uint32_t tex_palette_size[2];
+ uint32_t tex_npot[2];
drm_via_sequence_t unfinished;
int agp_texture;
int multitex;