diff options
author | Vladimir Dergachev <volodya@freedesktop.org> | 2005-01-30 22:16:28 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@freedesktop.org> | 2005-01-30 22:16:28 +0000 |
commit | 15f108335aa315cf576fd02bc9294d690b072329 (patch) | |
tree | 6ddd43c8d1c13478c309d57b634accf5be5903da /src | |
parent | 0cd936c01ff0c65f58cf8c4e5b7200879de4a9f3 (diff) |
My bad, the old code works fine if updated to newer Mesa tree.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_vertexprog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_vertexprog.c b/src/mesa/drivers/dri/r300/r300_vertexprog.c index 094032d870..50a816c6d4 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; |