summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv30
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2015-03-26 19:26:38 -0400
committerIlia Mirkin <[email protected]>2015-03-26 21:02:09 -0400
commit1b87d73a9f93fd0ce2c943964de9eae44affb991 (patch)
treed5c701114868202671dedbda76b35d89b413bf89 /src/gallium/drivers/nouveau/nv30
parent2e34faaf06f50741164209cc5743ab4d8579c94c (diff)
gallium/util: remove u_linkage
Does not appear to be used in tree. Coverity spotted some errors in the bitmask stuff, but the whole thing appears to be unused. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30')
-rw-r--r--src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c1
-rw-r--r--src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c b/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c
index 66009971412..bbdca8102f0 100644
--- a/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c
+++ b/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c
@@ -3,7 +3,6 @@
#include "pipe/p_defines.h"
#include "pipe/p_state.h"
#include "util/u_dynarray.h"
-#include "util/u_linkage.h"
#include "util/u_inlines.h"
#include "util/u_debug.h"
diff --git a/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c b/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
index 51e1fb646e0..29d506b6e9b 100644
--- a/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
+++ b/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
@@ -2,7 +2,6 @@
#include "pipe/p_defines.h"
#include "pipe/p_state.h"
#include "util/u_dynarray.h"
-#include "util/u_linkage.h"
#include "util/u_debug.h"
#include "pipe/p_shader_tokens.h"