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

@@ -34,6 +34,7 @@
#include "program/program.h"
#include "brw_clip.h"
#include "brw_prim.h"
static void release_tmps( struct brw_clip_compile *c )
{