r200: Initialize swrast before setting limits
authorStefan Dösinger <stefandoesinger@gmx.at>
Wed, 5 Dec 2012 22:08:19 +0000 (23:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Dec 2012 16:37:24 +0000 (11:37 -0500)
commit654a945f4d5fa00a40d47b952162a3b7f71dca5d
treeaa63fde2102acecb4e970ebcfafd8c897d9b5493
parentac24d172582cdb7a79098ca43ca8870712a98068
r200: Initialize swrast before setting limits

Otherwise the driver announces 4096 vertex shader constants and other
way too high limits.

NOTE: This is a candidate for stable release branches.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
src/mesa/drivers/dri/r200/r200_context.c