r300/compiler: move hardware caps to the radeon_compiler base struct
authorMarek Olšák <maraeo@gmail.com>
Wed, 26 May 2010 02:18:27 +0000 (04:18 +0200)
committerMarek Olšák <maraeo@gmail.com>
Wed, 26 May 2010 02:47:26 +0000 (04:47 +0200)
commit5c067a63040cc66f0320f30482529a4ff1bd3811
tree0dc371d1dc23ad42a8f5c361acfabd388afbad41
parentf2582da3bb72b06d7a751537898f752e110857c7
r300/compiler: move hardware caps to the radeon_compiler base struct

Needed for vertex shaders too.
src/gallium/drivers/r300/r300_fs.c
src/gallium/drivers/r300/r300_vs.c
src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c
src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c
src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c
src/mesa/drivers/dri/r300/r300_blit.c
src/mesa/drivers/dri/r300/r300_fragprog_common.c