summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_shader.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-04-13 00:33:00 +0800
committerChia-I Wu <[email protected]>2014-04-14 20:45:03 +0800
commit01e3e82a56310932667c60bcca9cc9fdfd8b87c4 (patch)
treed298945bbcdd31cae3df0f0b66af715c63f03e05 /src/gallium/drivers/ilo/ilo_shader.c
parentd75a8799fded5f8cd7ae4b20d935ff8a088dc122 (diff)
ilo: add genhw headers
All except genhw.h are generated by https://github.com/olvaffe/envytools/. intel_chipset.h is deprecated.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_shader.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_shader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_shader.c b/src/gallium/drivers/ilo/ilo_shader.c
index 480b4771816..480166a89b4 100644
--- a/src/gallium/drivers/ilo/ilo_shader.c
+++ b/src/gallium/drivers/ilo/ilo_shader.c
@@ -25,9 +25,9 @@
* Chia-I Wu <[email protected]>
*/
+#include "genhw/genhw.h" /* for SBE setup */
#include "tgsi/tgsi_parse.h"
#include "intel_winsys.h"
-#include "brw_defines.h" /* for SBE setup */
#include "shader/ilo_shader_internal.h"
#include "ilo_state.h"