r600: various cleanups
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 21 Sep 2009 20:30:14 +0000 (16:30 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 21 Sep 2009 20:33:11 +0000 (16:33 -0400)
commit1869bdabbac0926c7da8bfd9e22616cab9457126
tree3c600d3165e65b5dbb5861e8067475f8d95104d9
parent734a498ed47b35c9e8e7172d19465aca640fa323
r600: various cleanups

- max texture size is 8k, but mesa doesn't support
that at the moment.
- attempt to set shader limits to what the hw actually
supports
- clean up some old r300 cruft
- no need to explicitly disable irqs.  This is fixed
in the drm now.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/mesa/drivers/dri/r600/r600_context.c
src/mesa/drivers/dri/r600/r600_context.h
src/mesa/drivers/dri/radeon/radeon_common_context.c