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/cmdstream.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/cmdstream.xml.h')
-rw-r--r-- | src/gallium/drivers/etnaviv/hw/cmdstream.xml.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h b/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h index d4da03016ea..f8d76b01058 100644 --- a/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h +++ b/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h @@ -8,11 +8,11 @@ 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: -- cmdstream.xml ( 14313 bytes, from 2016-11-17 18:46:23) -- copyright.xml ( 1597 bytes, from 2016-10-29 07:29:22) -- common.xml ( 23473 bytes, from 2017-01-07 14:27:54) +- cmdstream.xml ( 15289 bytes, from 2017-09-29 11:52:39) +- copyright.xml ( 1597 bytes, from 2016-12-08 16:37:56) +- common.xml ( 23529 bytes, from 2017-09-29 11:52:39) -Copyright (C) 2012-2016 by the following authors: +Copyright (C) 2012-2017 by the following authors: - Wladimir J. van der Laan <[email protected]> - Christian Gmeiner <[email protected]> - Lucas Stach <[email protected]> |