Mesa (master): compiler: include shader_enums.h in shader_info.h

Timothy Arceri tarceri at kemper.freedesktop.org
Thu Nov 17 00:02:33 UTC 2016


Module: Mesa
Branch: master
Commit: 29ade71af97ad32c9f5999d99c0f5e6dc91687b6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=29ade71af97ad32c9f5999d99c0f5e6dc91687b6

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Wed Nov 16 14:02:11 2016 +1100

compiler: include shader_enums.h in shader_info.h

We make use of some enums here.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/compiler/shader_info.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index b449900..182a036 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -25,6 +25,8 @@
 #ifndef SHADER_INFO_H
 #define SHADER_INFO_H
 
+#include "shader_enums.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the mesa-commit mailing list