r300g: Fix typo.

Thanks to Uros Bizjak for catching it.
This commit is contained in:
Corbin Simpson
2010-02-10 01:39:21 -08:00
parent 92ea8834d8
commit 412ffb7a3a
+1 -1
View File
@@ -651,7 +651,7 @@ static void* r300_create_rs_state(struct pipe_context* pipe,
rs->point_minmax =
((int)(0.0 * 6.0) << R300_GA_POINT_MINMAX_MIN_SHIFT) |
((int)(4096.0 * 6.0) << R300_GA_POINT_MINMAX_MAX_SHIFT);
} else if (r300screen->caps->is_r500) {
} else if (r300screen->caps->is_r400) {
rs->point_minmax =
((int)(0.0 * 6.0) << R300_GA_POINT_MINMAX_MIN_SHIFT) |
((int)(4021.0 * 6.0) << R300_GA_POINT_MINMAX_MAX_SHIFT);