mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
i965: Mark SNB GT1 as a GT1.
brw->gt only seems to be used on gen >= 7, so this shouldn't have any effect. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
78f754b739
commit
489cb0b2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ static const struct brw_device_info brw_device_info_ilk = {
|
|||
|
||||
static const struct brw_device_info brw_device_info_snb_gt1 = {
|
||||
.gen = 6,
|
||||
.gt = 2,
|
||||
.gt = 1,
|
||||
.has_hiz_and_separate_stencil = true,
|
||||
.has_llc = true,
|
||||
.has_pln = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue