From: Vladimir Dergachev Date: Sun, 30 Jan 2005 22:16:28 +0000 (+0000) Subject: My bad, the old code works fine if updated to newer Mesa tree. X-Git-Tag: 062012170305~23205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15f108335aa315cf576fd02bc9294d690b072329;p=profile%2Fivi%2Fmesa.git My bad, the old code works fine if updated to newer Mesa tree. --- diff --git a/src/mesa/drivers/dri/r300/r300_vertexprog.c b/src/mesa/drivers/dri/r300/r300_vertexprog.c index 094032d..50a816c 100644 --- a/src/mesa/drivers/dri/r300/r300_vertexprog.c +++ b/src/mesa/drivers/dri/r300/r300_vertexprog.c @@ -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;