From: Patrice Mandin Date: Sat, 12 Jul 2008 13:07:02 +0000 (+0200) Subject: nv30: no npot textures X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=1d50e26f4afc0c7cdcd843a1336a90cdfc76765b nv30: no npot textures --- diff --git a/src/gallium/drivers/nv30/nv30_screen.c b/src/gallium/drivers/nv30/nv30_screen.c index 54fc245bc63..b216a703187 100644 --- a/src/gallium/drivers/nv30/nv30_screen.c +++ b/src/gallium/drivers/nv30/nv30_screen.c @@ -32,7 +32,7 @@ nv30_screen_get_param(struct pipe_screen *pscreen, int param) case PIPE_CAP_MAX_TEXTURE_IMAGE_UNITS: return 16; case PIPE_CAP_NPOT_TEXTURES: - return 1; + return 0; case PIPE_CAP_TWO_SIDED_STENCIL: return 1; case PIPE_CAP_GLSL: