From: Dave Airlie Date: Fri, 12 May 2006 06:03:27 +0000 (+0000) Subject: the r300 should only use 8 until Mesa can deal with this X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1dbacc6adcd7efde02d9a8f7ab0b4a5cac1869b;p=mesa.git the r300 should only use 8 until Mesa can deal with this --- diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index 86a2486dd8a..3dd2e48891b 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.c +++ b/src/mesa/drivers/dri/radeon/radeon_screen.c @@ -159,7 +159,7 @@ DRI_CONF_BEGIN DRI_CONF_TCL_MODE(DRI_CONF_TCL_CODEGEN) DRI_CONF_FTHROTTLE_MODE(DRI_CONF_FTHROTTLE_IRQS) DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_0) - DRI_CONF_MAX_TEXTURE_IMAGE_UNITS(16, 2, 16) + DRI_CONF_MAX_TEXTURE_IMAGE_UNITS(8, 2, 16) DRI_CONF_MAX_TEXTURE_COORD_UNITS(8, 2, 8) DRI_CONF_COMMAND_BUFFER_SIZE(8, 8, 32) DRI_CONF_SECTION_END