gallium-r300: Max LOD bias is 16.0.

This commit is contained in:
Corbin Simpson
2009-01-09 13:08:19 -08:00
parent 32273c01bd
commit ad14271425
-1
View File
@@ -99,7 +99,6 @@ static float r300_get_paramf(struct pipe_screen* pscreen, int param) {
case PIPE_CAP_MAX_TEXTURE_ANISOTROPY:
return 16.0;
case PIPE_CAP_MAX_TEXTURE_LOD_BIAS:
/* XXX again... */
return 16.0;
default:
return 0.0;