mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
i965: Mark G45 as having surface tile offset support.
Fixes a regression since 02b632d8e8.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
37cd9ac6df
commit
00b5d8aeae
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ static const struct brw_device_info brw_device_info_g4x = {
|
|||
.gen = 4,
|
||||
.has_pln = true,
|
||||
.has_compr4 = true,
|
||||
.has_surface_tile_offset = true,
|
||||
.needs_unlit_centroid_workaround = true,
|
||||
.is_g4x = true,
|
||||
.max_vs_threads = 32,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue