summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-28 10:02:23 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-28 12:15:34 -0700
commit81c51bb67f97c60e21a5e7cf87e154bb46ee481b (patch)
treea93f662ffd9364a00843427a7d8fbb2764f13ce7 /src/gallium/drivers/r300/r300_texture.c
parentbcfde429139476c2d04baddaf671651cfc860145 (diff)
r300g: Fix XXX.
Nothing strange here.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r--src/gallium/drivers/r300/r300_texture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c
index 2a33393a8c..3e90fea6c8 100644
--- a/src/gallium/drivers/r300/r300_texture.c
+++ b/src/gallium/drivers/r300/r300_texture.c
@@ -53,7 +53,6 @@ static void r300_setup_texture_state(struct r300_texture* tex, boolean is_r500)
R300_TX_NUM_LEVELS(pt->last_level & 0xf);
}
- /* XXX */
state->format1 = r300_translate_texformat(pt->format);
if (pt->target == PIPE_TEXTURE_CUBE) {
state->format1 |= R300_TX_FORMAT_CUBIC_MAP;