nv50: fix damage from merging master into sampler-view
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 11 Mar 2010 16:27:12 +0000 (17:27 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 11 Mar 2010 16:27:12 +0000 (17:27 +0100)
commit4da5d369fb6a724a03a3c2e79ed6623980fc72ac
treecf842048014dda8464e08b79151f9b25fa508ea6
parent530b9910c2fd25344e6d28b6d9aa0eaad31618e7
nv50: fix damage from merging master into sampler-view

Fixed the state array sizes at 3 (instead of PIPE_SHADER_TYPES)
because we'll never have domain and hull shaders on nv50; also
the numbering doesn't correspond to the hw numbering.
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/nv50/nv50_state_validate.c
src/gallium/drivers/nv50/nv50_tex.c