diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-06-10 18:54:17 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-06-10 18:54:17 +0000 |
commit | 0b01c70d59f6e038b8f90f7be98fb77d771ecc1a (patch) | |
tree | a2b6042c0674f04079361c7b57fdcb8527ca40db /shared-core/radeon_state.c | |
parent | 98840144b120691423038a29e1f0afdc8606cce7 (diff) |
Texture rectangle support for r100
Diffstat (limited to 'shared-core/radeon_state.c')
-rw-r--r-- | shared-core/radeon_state.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/radeon_state.c b/shared-core/radeon_state.c index 8e9485a7..4dde9d2c 100644 --- a/shared-core/radeon_state.c +++ b/shared-core/radeon_state.c @@ -292,6 +292,9 @@ static struct { { R200_PP_CUBIC_OFFSET_F1_4, 5, "R200_PP_CUBIC_OFFSET_F1_4" }, { R200_PP_CUBIC_FACES_5, 1, "R200_PP_CUBIC_FACES_5" }, { R200_PP_CUBIC_OFFSET_F1_5, 5, "R200_PP_CUBIC_OFFSET_F1_5" }, + { RADEON_PP_TEX_SIZE_0, 2, "RADEON_PP_TEX_SIZE_0" }, + { RADEON_PP_TEX_SIZE_1, 2, "RADEON_PP_TEX_SIZE_1" }, + { RADEON_PP_TEX_SIZE_2, 2, "RADEON_PP_TEX_SIZE_1" }, }; |