diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-06-09 23:12:33 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-06-09 23:12:33 +0000 |
commit | 98840144b120691423038a29e1f0afdc8606cce7 (patch) | |
tree | 2e9326bc7136a0dc40689d1122c7f742b46dde61 | |
parent | 1062b9930f2c0ddb9f5f0db29796aba0e247c80d (diff) |
Revert bogus last commit
-rw-r--r-- | shared-core/radeon_state.c | 5 | ||||
-rw-r--r-- | shared/radeon_state.c | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/shared-core/radeon_state.c b/shared-core/radeon_state.c index 1ca42528..8e9485a7 100644 --- a/shared-core/radeon_state.c +++ b/shared-core/radeon_state.c @@ -292,9 +292,6 @@ 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" }, }; @@ -1171,8 +1168,6 @@ static int radeon_cp_dispatch_texture( DRMFILE filp, } - printk("Upload to %x\n", tex->offset); - /* Dispatch the indirect buffer. */ buffer = (u32*)((char*)dev_priv->buffers->handle + buf->offset); diff --git a/shared/radeon_state.c b/shared/radeon_state.c index 1ca42528..8e9485a7 100644 --- a/shared/radeon_state.c +++ b/shared/radeon_state.c @@ -292,9 +292,6 @@ 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" }, }; @@ -1171,8 +1168,6 @@ static int radeon_cp_dispatch_texture( DRMFILE filp, } - printk("Upload to %x\n", tex->offset); - /* Dispatch the indirect buffer. */ buffer = (u32*)((char*)dev_priv->buffers->handle + buf->offset); |