Module: Mesa Branch: master Commit: cf871e92327b18de4ee703dbc89def73844db949 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf871e92327b18de4ee703dbc89def73844db949
Author: Lucas Stach <[email protected]> Date: Fri Oct 30 09:57:08 2020 +0100 etnaviv: update headers from rnndb Update to etna_viv commit c9a26f3b776a. Signed-off-by: Lucas Stach <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7367> --- src/gallium/drivers/etnaviv/hw/state_3d.xml.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/gallium/drivers/etnaviv/hw/state_3d.xml.h b/src/gallium/drivers/etnaviv/hw/state_3d.xml.h index 7c0c607677b..bd406e7cea8 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 ( 26877 bytes, from 2020-02-14 10:19:56) -- common.xml ( 35468 bytes, from 2020-01-04 20:02:31) -- common_3d.xml ( 15058 bytes, from 2020-04-17 16:31:50) -- state_hi.xml ( 34851 bytes, from 2020-04-17 16:25:34) -- 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 ( 83771 bytes, from 2020-04-17 17:15:55) -- state_blt.xml ( 14252 bytes, from 2020-01-10 14:36:29) -- state_vg.xml ( 5975 bytes, from 2018-02-10 13:09:26) +- state.xml ( 26877 bytes, from 2020-10-28 12:56:03) +- 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 ( 83826 bytes, from 2020-10-28 15:24:27) +- state_blt.xml ( 14252 bytes, from 2020-10-28 12:56:03) +- state_vg.xml ( 5975 bytes, from 2020-10-28 12:56:03) Copyright (C) 2012-2020 by the following authors: - Wladimir J. van der Laan <[email protected]> @@ -1786,6 +1786,7 @@ DEALINGS IN THE SOFTWARE. #define VIVS_NTE_DESCRIPTOR_TX_CTRL_TS_INDEX__MASK 0x0000001c #define VIVS_NTE_DESCRIPTOR_TX_CTRL_TS_INDEX__SHIFT 2 #define VIVS_NTE_DESCRIPTOR_TX_CTRL_TS_INDEX(x) (((x) << VIVS_NTE_DESCRIPTOR_TX_CTRL_TS_INDEX__SHIFT) & VIVS_NTE_DESCRIPTOR_TX_CTRL_TS_INDEX__MASK) +#define VIVS_NTE_DESCRIPTOR_TX_CTRL_COMPRESSION 0x00000040 #define VIVS_NTE_DESCRIPTOR_SAMP_CTRL0_MIRROR(i0) (0x00016000 + 0x4*(i0)) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
