r300: Don't need to include the deprecated r300_program.h in some files.
authorOliver McFadden <z3ro.geek@gmail.com>
Wed, 9 May 2007 18:37:46 +0000 (18:37 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Wed, 9 May 2007 18:37:46 +0000 (18:37 +0000)
The only file that still requires r300_program.h is r300_ioctl.c; and it should
use the new defines in r300_reg.h!

src/mesa/drivers/dri/r300/r300_render.c
src/mesa/drivers/dri/r300/r300_state.c
src/mesa/drivers/dri/r300/r300_vertprog.c

index 1dac3142ee6ab01132e8b013522609d12e86c9bf..e459cad65acd5f403b6155e42f2ada208c5bbc51 100644 (file)
@@ -67,7 +67,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "r300_ioctl.h"
 #include "r300_state.h"
 #include "r300_reg.h"
-#include "r300_program.h"
 #include "r300_tex.h"
 #include "r300_maos.h"
 #include "r300_emit.h"
index a173ff298a8848cab7664d5d80ca589043a4ba7d..9f391a27a09c2fc26ea4cb62c9ae50c2773cc26a 100644 (file)
@@ -58,7 +58,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "r300_ioctl.h"
 #include "r300_state.h"
 #include "r300_reg.h"
-#include "r300_program.h"
 #include "r300_emit.h"
 #include "r300_fragprog.h"
 #include "r300_tex.h"
index 8b1143758e869596ebb1590a7bfd40835504475b..90f18ad225761eaffb2e8e46a14bebf5fe43738f 100644 (file)
@@ -39,7 +39,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "tnl/tnl.h"
 
 #include "r300_context.h"
-#include "r300_program.h"
 
 #if SWIZZLE_X != VSF_IN_COMPONENT_X || \
     SWIZZLE_Y != VSF_IN_COMPONENT_Y || \