mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
intel/brw: Allow Xe3 in brw_stage_has_packed_dispatch()
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31838>
This commit is contained in:
parent
efa7aa4e47
commit
688a673c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -1604,7 +1604,7 @@ brw_stage_has_packed_dispatch(ASSERTED const struct intel_device_info *devinfo,
|
|||
* enabled by setting the macro below to true.
|
||||
*/
|
||||
#define ENABLE_FS_TEST_DISPATCH_PACKING false
|
||||
assert(devinfo->ver <= 20);
|
||||
assert(devinfo->ver <= 30);
|
||||
|
||||
switch (stage) {
|
||||
case MESA_SHADER_FRAGMENT: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue