diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:31 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:18:28 +0000 |
commit | 429a4355259b3c4fe80838b499a8d8afa41f290a (patch) | |
tree | 689f2e589836527feb8639f316d07e4896f684fb /src/gallium/auxiliary/target-helpers | |
parent | 84041bab3f3673c92861d31321a25158831a74fa (diff) |
galahad: remove driver
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/target-helpers')
-rw-r--r-- | src/gallium/auxiliary/target-helpers/inline_debug_helper.h | 8 |
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 faae1800e72..0648e596549 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 |