My bad, the old code works fine if updated to newer Mesa tree.
authorVladimir Dergachev <volodya@freedesktop.org>
Sun, 30 Jan 2005 22:16:28 +0000 (22:16 +0000)
committerVladimir Dergachev <volodya@freedesktop.org>
Sun, 30 Jan 2005 22:16:28 +0000 (22:16 +0000)
src/mesa/drivers/dri/r300/r300_vertexprog.c

index 094032d..50a816c 100644 (file)
@@ -10,9 +10,6 @@
 #define FLAG_MASK (1<<31)
 #define OPN(operator, ip, op) {#operator, VP_OPCODE_##operator, ip, op}
 
-#warning "This is just a hack to get everything to compile"
-struct ati_fragment_shader {};
-
 struct{
        char *name;
        int opcode;