R6xx: fix rendering on r6xx/rs780 chips
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 16 Jul 2009 21:35:44 +0000 (17:35 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 16 Jul 2009 21:35:44 +0000 (17:35 -0400)
commit6f63698d2678790bef4d4b84d52c9a15cdb2de1c
tree218233f521ed5d9a76e590f624edc6ecd5cf1d85
parentc42a6163144aa5441262235818b59b3108833a61
R6xx: fix rendering on r6xx/rs780 chips

You always need to emit a fetch shader (fs) even if you
aren't using it.  For now, just emit the fs with the
vs address to make the kernel happy.
src/mesa/drivers/dri/r600/r700_chip.c
src/mesa/drivers/dri/r600/r700_chip.h
src/mesa/drivers/dri/r600/r700_render.c