fixes the following warning: nv30_fragprog.c:710: warning: implicit declaration of function 'tgsi_dump' --- src/gallium/drivers/nv30/nv30_fragprog.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/nv30/nv30_fragprog.c b/src/gallium/drivers/nv30/nv30_fragprog.c index cc03854..b42a7be 100644 --- a/src/gallium/drivers/nv30/nv30_fragprog.c +++ b/src/gallium/drivers/nv30/nv30_fragprog.c @@ -4,6 +4,7 @@ #include "pipe/p_inlines.h" #include "pipe/p_shader_tokens.h" +#include "tgsi/tgsi_dump.h" #include "tgsi/tgsi_parse.h" #include "tgsi/tgsi_util.h" -- 1.6.5.2
Le Tue, 10 Nov 2009 23:00:00 +0100 "Peter Hjalmarsson" <xake at rymdraket.net> a ?crit:> fixes the following warning: > nv30_fragprog.c:710: warning: implicit declaration of function 'tgsi_dump' > --- > src/gallium/drivers/nv30/nv30_fragprog.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/drivers/nv30/nv30_fragprog.c b/src/gallium/drivers/nv30/nv30_fragprog.c > index cc03854..b42a7be 100644 > --- a/src/gallium/drivers/nv30/nv30_fragprog.c > +++ b/src/gallium/drivers/nv30/nv30_fragprog.c > @@ -4,6 +4,7 @@ > #include "pipe/p_inlines.h" > > #include "pipe/p_shader_tokens.h" > +#include "tgsi/tgsi_dump.h" > #include "tgsi/tgsi_parse.h" > #include "tgsi/tgsi_util.h"Applied. Thanks. -- Patrice Mandin WWW: http://pmandin.atari.org/ Programmeur Linux, Atari Sp?cialit?: D?veloppement, jeux
Seemingly Similar Threads
- [PATCH 1/2] Unreference state/buffer objects on context/screen destruction
- [PATCH 1/4] nv30: remove use_nv4x, it is identical to is_nv4x
- [Patches] mesa/nv30: Diverse set of patches that improve NV3x render quality V2
- [PATCH 2/2] nv30/draw: switch varying hookup logic to know about texcoords
- [PATCH 2/2] nv30/draw: switch varying hookup logic to know about texcoords