From 9b7080c8b35b02b16f58fb8b869b45de9857e8e5 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 7 Mar 2015 13:31:52 +0800 Subject: ilo: add ilo_fence.h to core Implement pipe_fence_handle on top of ilo_fence. --- src/gallium/drivers/ilo/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/ilo/Makefile.sources') diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index ef79fbc64ce..6083e24f46d 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -4,6 +4,7 @@ C_SOURCES := \ core/ilo_debug.h \ core/ilo_dev.c \ core/ilo_dev.h \ + core/ilo_fence.h \ core/intel_winsys.h \ ilo_blit.c \ ilo_blit.h \ -- cgit v1.2.3