diff options
author | Lucas Stach <[email protected]> | 2017-09-29 14:17:41 +0200 |
---|---|---|
committer | Lucas Stach <[email protected]> | 2017-10-10 12:32:24 +0200 |
commit | ca949e00d803abd7500192cc4804e77763c0aff3 (patch) | |
tree | 3866c5f15a1b87a8ca8c9515efb6f54eb3dbb22a /src/gallium/drivers/etnaviv/hw/state.xml.h | |
parent | 0ab59f120b40191c60489ebc5383d6a886697c40 (diff) |
etnaviv: update HW headers and fix provoking vertex
Now that the real meaning of the 2 bits in PA_SYSTEM_MODE is known,
we can set them according to the rasterizer state, which fixes uses
that are setting provoking vertex first.
Signed-off-by: Lucas Stach <[email protected]>
Reviewed-by: Wladimir J. van der Laan <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/etnaviv/hw/state.xml.h')
-rw-r--r-- | src/gallium/drivers/etnaviv/hw/state.xml.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gallium/drivers/etnaviv/hw/state.xml.h b/src/gallium/drivers/etnaviv/hw/state.xml.h index 2b278e0fffb..bd82218a3d7 100644 --- a/src/gallium/drivers/etnaviv/hw/state.xml.h +++ b/src/gallium/drivers/etnaviv/hw/state.xml.h @@ -8,13 +8,13 @@ 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 ( 19930 bytes, from 2017-01-07 14:27:54) -- common.xml ( 23473 bytes, from 2017-01-07 14:27:54) -- state_hi.xml ( 26403 bytes, from 2017-01-07 14:27:54) -- copyright.xml ( 1597 bytes, from 2016-10-29 07:29:22) -- state_2d.xml ( 51552 bytes, from 2016-10-29 07:29:22) -- state_3d.xml ( 66964 bytes, from 2017-04-13 12:38:05) -- state_vg.xml ( 5975 bytes, from 2016-10-29 07:29:22) +- state.xml ( 20229 bytes, from 2017-09-29 11:52:39) +- common.xml ( 23529 bytes, from 2017-09-29 11:52:39) +- state_hi.xml ( 26403 bytes, from 2017-03-09 15:43:43) +- copyright.xml ( 1597 bytes, from 2016-12-08 16:37:56) +- state_2d.xml ( 51552 bytes, from 2016-12-08 16:37:56) +- state_3d.xml ( 68429 bytes, from 2017-09-29 11:55:19) +- state_vg.xml ( 5975 bytes, from 2016-12-08 16:37:56) Copyright (C) 2012-2017 by the following authors: - Wladimir J. van der Laan <[email protected]> |