nvc0: fix max varying count, move CLIPVERTEX,FOG out of the way
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 15 Mar 2013 22:39:01 +0000 (23:39 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 20 Mar 2013 11:25:21 +0000 (12:25 +0100)
commit529dbbfcf7a674f2d82eed5e88ce92615721d5f2
treec1d6b2f2255392e9cd1909bee38d2d4d579bf689
parent8acaf862dfeac62550514b0e46f5aa6212b08992
nvc0: fix max varying count, move CLIPVERTEX,FOG out of the way

The card spews an error if I use all 128 generic slots.
Apparently the real limit isn't just dictated by the address space
layout.
src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp
src/gallium/drivers/nvc0/nvc0_program.c
src/gallium/drivers/nvc0/nvc0_screen.c