nv50: fix max texture levels
authorAdel Gadllah <adel.gadllah@gmail.com>
Mon, 24 Oct 2011 17:41:03 +0000 (19:41 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 24 Oct 2011 18:07:22 +0000 (20:07 +0200)
commitfc8196f7a6a77e1a1c753393ca43c4c133449608
tree441ff15b8446eaf25f668f3529363f433e48c5fa
parentef64da8f013691c66744064769db379e57ef95de
nv50: fix max texture levels

MAX_TEXTURE_2D_LEVELS and MAX_TEXTURE_CUBE_LEVELS are supposed to be
14 not 13, while MAX_TEXTURE_3D_LEVELS should be 12 not 10.
src/gallium/drivers/nv50/nv50_screen.c