summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-14 22:36:31 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-21 17:18:28 +0000
commit429a4355259b3c4fe80838b499a8d8afa41f290a (patch)
tree689f2e589836527feb8639f316d07e4896f684fb /src/gallium/auxiliary
parent84041bab3f3673c92861d31321a25158831a74fa (diff)
downloadexternal_mesa3d-429a4355259b3c4fe80838b499a8d8afa41f290a.zip
external_mesa3d-429a4355259b3c4fe80838b499a8d8afa41f290a.tar.gz
external_mesa3d-429a4355259b3c4fe80838b499a8d8afa41f290a.tar.bz2
galahad: remove driver
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/target-helpers/inline_debug_helper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
index faae180..0648e59 100644
--- a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
+++ b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
@@ -19,10 +19,6 @@
#include "rbug/rbug_public.h"
#endif
-#ifdef GALLIUM_GALAHAD
-#include "galahad/glhd_public.h"
-#endif
-
#ifdef GALLIUM_NOOP
#include "noop/noop_public.h"
#endif
@@ -42,10 +38,6 @@ debug_screen_wrap(struct pipe_screen *screen)
screen = trace_screen_create(screen);
#endif
-#if defined(GALLIUM_GALAHAD)
- screen = galahad_screen_create(screen);
-#endif
-
#if defined(GALLIUM_NOOP)
screen = noop_screen_create(screen);
#endif