intel/compiler: Split 3DPRIM_* defines out to a separate header.

These clash with genxml and will become a problem shortly.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17309>
This commit is contained in:
Kenneth Graunke
2022-06-29 15:19:57 -07:00
committed by Marge Bot
parent 9f8784232a
commit fdae90aa85
13 changed files with 61 additions and 23 deletions

View File

@@ -23,6 +23,7 @@
#include "brw_compiler.h"
#include "brw_eu.h"
#include "brw_prim.h"
#include "dev/intel_debug.h"