The only remaining case is the brw_oa.py generator which pipes the
generated file to stdout. That will be resolved with later commits.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Vedran Miletić <vedran@miletic.net>
Acked-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
* IN THE SOFTWARE.
*/
-#pragma once
+#ifndef BRW_BLORP_H
+#define BRW_BLORP_H
#include "blorp/blorp.h"
#include "intel_mipmap_tree.h"
#ifdef __cplusplus
} /* extern "C" */
#endif
+
+#endif /* BRW_BLORP_H */
* IN THE SOFTWARE.
*/
+#ifndef BRW_MULTISAMPLE_STATE_H
+#define BRW_MULTISAMPLE_STATE_H
+
#include <stdint.h>
/**
brw_multisample_positions_16x[] = {
0xc75a7599, 0xb3dbad36, 0x2c42816e, 0x10eff408
};
+
+#endif /* BRW_MULTISAMPLE_STATE_H */
* IN THE SOFTWARE.
*/
-#pragma once
+#ifndef BRW_PERFORMANCE_QUERY_H
+#define BRW_PERFORMANCE_QUERY_H
#include <stdint.h>
};
};
+#endif /* BRW_PERFORMANCE_QUERY_H */
* IN THE SOFTWARE.
*/
-#pragma once
+#ifndef INTEL_RESLVE_MAP_H
+#define INTEL_RESLVE_MAP_H
#include <stdint.h>
#include "blorp/blorp.h"
} /* extern "C" */
#endif
+#endif /* INTEL_RESLVE_MAP_H */