radeon: fix hw texture limits
authorRoland Scheidegger <sroland@vmware.com>
Thu, 25 Jun 2009 13:57:33 +0000 (15:57 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 25 Jun 2009 13:57:33 +0000 (15:57 +0200)
commit43b3b745e4d893b64d6331cb6183f8615e613f66
tree57eb74f27258ca20895460e399a2f5d4e9243a44
parentcdbcb051d93836861bc4d4e1027156111ac249d2
radeon: fix hw texture limits

still always enable max, but the right values this time.
More work should probably be done for saner limits without mm, and/or
dri conf option allow_large_textures (which is ignored) removed.
3D limit on r100 is pretty arbitrary as still handled by swrast anyway.
Also fix r300 limits (except 3d I've no idea what the max is anyway so
keep using mesa default).
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/radeon/radeon_context.c