r600: various cleanups
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 21 Sep 2009 20:30:14 +0000 (16:30 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 24 Sep 2009 14:03:08 +0000 (10:03 -0400)
commit28308c92605229129a12a2273dda47c6a2ca4790
treea46eab754fe0498b23ba9e0849f41f912f92090d
parented91d103477d563f73be3555d1022ec9af073467
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