Module: Mesa Branch: staging/22.3 Commit: 498f0ab03bf99cb2f8fe81014b6fc6c070ab5e13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=498f0ab03bf99cb2f8fe81014b6fc6c070ab5e13
Author: Lucas Stach <[email protected]> Date: Mon Nov 7 14:03:58 2022 +0100 etnaviv: update headers from rnndb Update to etna_viv commit 6939cfeba30c. Cc: 22.3 mesa-stable Signed-off-by: Lucas Stach <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19571> (cherry picked from commit 804bf2eba2af7f3d6446361127cbc5521ae72b15) --- .pick_status.json | 2 +- src/gallium/drivers/etnaviv/hw/state_3d.xml.h | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 15934ab7938..47757541d78 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -67,7 +67,7 @@ "description": "etnaviv: update headers from rnndb", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/gallium/drivers/etnaviv/hw/state_3d.xml.h b/src/gallium/drivers/etnaviv/hw/state_3d.xml.h index a18a699e24a..2840ac4f436 100644 --- a/src/gallium/drivers/etnaviv/hw/state_3d.xml.h +++ b/src/gallium/drivers/etnaviv/hw/state_3d.xml.h @@ -8,15 +8,15 @@ http://0x04.net/cgit/index.cgi/rules-ng-ng git clone git://0x04.net/rules-ng-ng The rules-ng-ng source files this header was generated from are: -- state.xml ( 27198 bytes, from 2022-08-16 16:28:18) -- common.xml ( 35468 bytes, from 2020-01-04 20:02:31) -- common_3d.xml ( 15058 bytes, from 2022-10-07 06:11:53) -- state_hi.xml ( 34803 bytes, from 2022-08-16 16:28:18) -- copyright.xml ( 1597 bytes, from 2018-02-10 13:09:26) -- state_2d.xml ( 51552 bytes, from 2018-02-10 13:09:26) -- state_3d.xml ( 84326 bytes, from 2022-10-07 06:11:53) -- state_blt.xml ( 14424 bytes, from 2022-10-07 06:11:53) -- state_vg.xml ( 5975 bytes, from 2018-02-10 13:09:26) +- state.xml ( 27198 bytes, from 2022-04-22 10:35:24) +- common.xml ( 35468 bytes, from 2020-10-28 12:56:03) +- common_3d.xml ( 15058 bytes, from 2020-10-28 12:56:03) +- state_hi.xml ( 34803 bytes, from 2020-10-28 12:56:03) +- copyright.xml ( 1597 bytes, from 2020-10-28 12:56:03) +- state_2d.xml ( 51552 bytes, from 2020-10-28 12:56:03) +- state_3d.xml ( 84382 bytes, from 2022-11-07 13:00:30) +- state_blt.xml ( 14424 bytes, from 2022-11-07 11:18:41) +- state_vg.xml ( 5975 bytes, from 2020-10-28 12:56:03) Copyright (C) 2012-2022 by the following authors: - Wladimir J. van der Laan <[email protected]> @@ -563,6 +563,7 @@ DEALINGS IN THE SOFTWARE. #define VIVS_RA_EARLY_DEPTH 0x00000e08 #define VIVS_RA_EARLY_DEPTH_TEST_ENABLE 0x00000001 #define VIVS_RA_EARLY_DEPTH_HDEPTH_DISABLE 0x01000000 +#define VIVS_RA_EARLY_DEPTH_LATE_DEPTH_MSAA 0x02000000 #define VIVS_RA_EARLY_DEPTH_WRITE_DISABLE 0x10000000 #define VIVS_RA_UNK00E0C 0x00000e0c
