[Mesa-dev] [PATCH 16/21] i965: Add missing has_surface_tile_offset flag to the Gen8+ device info structures.
Kenneth Graunke
kenneth at whitecape.org
Sun Jul 31 08:08:02 UTC 2016
On Friday, July 22, 2016 8:59:10 PM PDT Francisco Jerez wrote:
> This surface state control has been supported by all hardware
> generations since G45.
> ---
> src/mesa/drivers/dri/i965/brw_device_info.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c
> index 77bbe78..4d90aa3 100644
> --- a/src/mesa/drivers/dri/i965/brw_device_info.c
> +++ b/src/mesa/drivers/dri/i965/brw_device_info.c
> @@ -252,6 +252,7 @@ static const struct brw_device_info brw_device_info_hsw_gt3 = {
> .has_llc = true, \
> .has_pln = true, \
> .supports_simd16_3src = true, \
> + .has_surface_tile_offset = true, \
> .max_vs_threads = 504, \
> .max_hs_threads = 504, \
> .max_ds_threads = 504, \
> @@ -332,6 +333,7 @@ static const struct brw_device_info brw_device_info_chv = {
> .has_llc = true, \
> .has_pln = true, \
> .supports_simd16_3src = true, \
> + .has_surface_tile_offset = true, \
> .max_vs_threads = 336, \
> .max_gs_threads = 336, \
> .max_hs_threads = 336, \
>
Oops :(
This looks like more fallout from the time that they accidentally
removed the "Tile X/Y Offset" fields from the Broadwell documentation.
We thought they'd actually removed the feature, but it magically
appeared again some time later...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160731/b446f427/attachment.sig>
More information about the mesa-dev
mailing list