[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 Bas Nieuwenhuizen changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #11 from mais...@archlinux.us --- The patches seem to have fixed the issue for me :) -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #10 from mais...@archlinux.us --- That would match AMDVLK, it exposes A2BGR10_SNORM for vertex, but not UNIFORM_TEXEL_BUFFER. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #9 from Bas Nieuwenhuizen --- This bug should be fixed by https://patchwork.freedesktop.org/series/43092/ -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #8 from Bas Nieuwenhuizen --- Yes, We'll likely "fix" that by not claiming support for R10G10B10A2 SNORM/SINT formats anymore since support is not required, and a fixup is not possible without significantly

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #7 from mais...@archlinux.us --- FWIW, this also affects UNIFORM_TEXEL_BUFFER. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #6 from Bas Nieuwenhuizen --- That would explain, I tested on vega. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #5 from mais...@archlinux.us --- Yes, I should clarify that this is RX470, so Polaris. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #4 from Roland Scheidegger --- radeonsi has workarounds for all signed r10g10b10a2 formats for everything before Vega (except Stoney Ridge), with the code explicitly saying the A2 is read as unsigned by the hw.

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #3 from Bas Nieuwenhuizen --- Created attachment 139509 --> https://bugs.freedesktop.org/attachment.cgi?id=139509=edit renderdoc screenshot of non-reproduction Not sure I can reproduce. If I go to the

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #2 from mais...@archlinux.us --- If you're using RenderDoc to inspect the vertex buffer input, you need the very latest as there was a bug with A2BGR10_SNORM. The vertex buffer input is (1.0, -1.0, -1.0, -1.0), (-1.0, 1.0, -1.0,

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 --- Comment #1 from mais...@archlinux.us --- Created attachment 139507 --> https://bugs.freedesktop.org/attachment.cgi?id=139507=edit RenderDoc Capture The color for each component should be 1.0 for one corner, and interpolate towards 0.0 in

[Mesa-dev] [Bug 106480] A2B10G10R10_SNORM vertex attribute doesn't work.

2018-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106480 Bug ID: 106480 Summary: A2B10G10R10_SNORM vertex attribute doesn't work. Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal