diff options
author | Corbin Simpson <[email protected]> | 2010-02-09 13:50:54 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-02-09 13:50:54 -0800 |
commit | 67b60b99348f50ead92e617a5085422da9d8c022 (patch) | |
tree | 5dfc8323e525590c1b0253e19b7c05764cec8ca9 /src/gallium/drivers/r300/r300_texture.c | |
parent | 5a27a77d009b44dcd2eb35c3b66bd88cf5005d24 (diff) |
r300g: Correct colorbuffer measurements.
Also clarify changes from pointminmax.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 1 |
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 67bf8ce13fd..417a57384c4 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -80,7 +80,6 @@ static void r300_setup_texture_state(struct r300_screen* screen, struct r300_tex state->format2 |= R500_TXHEIGHT_BIT11; } } - assert(is_r500 || (pt->width0 <= 2048 && pt->height0 <= 2048)); SCREEN_DBG(screen, DBG_TEX, "r300: Set texture state (%dx%d, %d levels)\n", pt->width0, pt->height0, pt->last_level); |