summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_context.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2016-04-26 09:42:38 +1000
committerDave Airlie <[email protected]>2016-04-26 13:00:57 +1000
commita6aae0c24d83675ecaaf0c6d1d8f05ad9175a9fe (patch)
tree8844b9831904c95fcac7426e67c99d7a7bdd9ac6 /src/gallium/auxiliary/draw/draw_context.h
parentbd07e20d208268382a34dca23ff71a8192bb1525 (diff)
gallium/tgsi: move tgsi_exec.h header out of draw_context.h
It gets annoying that changing the tgsi exec rebuilds the state tracker unnecessarily. Putting this include into draw_gs.h which uses it causes a lot less rebuilds. Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h
index 3e6722fcb7e..9167ffde753 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -39,7 +39,6 @@
#include "pipe/p_state.h"
-#include "tgsi/tgsi_exec.h"
struct pipe_context;
struct draw_context;