diff options
author | Jason Ekstrand <[email protected]> | 2017-03-18 11:23:39 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-05-26 07:58:01 -0700 |
commit | 9fb8a8775bf2b122811fdbe2389435dfeafa1fa0 (patch) | |
tree | cb53bff15bebdabd027282dd188b8ba589c179db /src/intel/compiler/brw_eu_defines.h | |
parent | c30587643e34a1f7586adf961e4340bbce90b969 (diff) |
i965: Move SF compilation to the compiler
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_eu_defines.h')
-rw-r--r-- | src/intel/compiler/brw_eu_defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_eu_defines.h b/src/intel/compiler/brw_eu_defines.h index ccc838d9c51..1af835d47ed 100644 --- a/src/intel/compiler/brw_eu_defines.h +++ b/src/intel/compiler/brw_eu_defines.h @@ -77,6 +77,8 @@ #define URB_WRITE_PRIM_START 0x2 #define URB_WRITE_PRIM_TYPE_SHIFT 2 +#define BRW_SPRITE_POINT_ENABLE 16 + # define GEN7_GS_CONTROL_DATA_FORMAT_GSCTL_CUT 0 # define GEN7_GS_CONTROL_DATA_FORMAT_GSCTL_SID 1 |