diff options
author | Chia-I Wu <[email protected]> | 2015-01-27 20:11:27 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-02-12 07:56:13 +0800 |
commit | 4caf8d9761d10792489fa519138eb01d6c72c0e6 (patch) | |
tree | 9348d51370c25594388dfc127ec05e745c60ff0b /src/gallium/drivers/ilo/Makefile.sources | |
parent | d8927ab02f8527cbf489823c76768308829720c8 (diff) |
ilo: update draw command emission for Gen8
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 8dd2f9b5b79..b07362f4f9a 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -40,6 +40,7 @@ C_SOURCES := \ ilo_render_dynamic.c \ ilo_render_gen6.c \ ilo_render_gen7.c \ + ilo_render_gen8.c \ ilo_render_media.c \ ilo_render_surface.c \ ilo_screen.c \ |