mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
panfrost: Use proper formats for pntc varying
The formats of special attributes are supposed to match their architectural definitions, and point coordinates are architecturally defined as RGBA32F. In practice this doesn't seem to fix anything. Cc: mesa-stable Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19237>
This commit is contained in:
parent
21a4dbb720
commit
4b49241f7d
2 changed files with 2 additions and 2 deletions
|
|
@ -2387,7 +2387,7 @@ static const struct {
|
|||
} pan_varying_formats[PAN_VARY_MAX] = {
|
||||
[PAN_VARY_POSITION] = { 4, MALI_SNAP_4 },
|
||||
[PAN_VARY_PSIZ] = { 1, MALI_R16F },
|
||||
[PAN_VARY_PNTCOORD] = { 1, MALI_R16F },
|
||||
[PAN_VARY_PNTCOORD] = { 4, MALI_RGBA32F },
|
||||
[PAN_VARY_FACE] = { 1, MALI_R32I },
|
||||
[PAN_VARY_FRAGCOORD] = { 4, MALI_RGBA32F },
|
||||
};
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ traces:
|
|||
neverball/neverball-v2.trace:
|
||||
gl-panfrost-t860:
|
||||
label: [broken]
|
||||
checksum: 12c8f3af1ed07b939b5e1de8067e5edd
|
||||
checksum: 53365059f3b84436c199f1cb6f6d3b35
|
||||
text: Missing the coins and the texture on the "Nev" of the level.
|
||||
paraview/pv-manyspheres-v2.trace:
|
||||
gl-panfrost-t860:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue