Mesa (master): amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format table

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 9 18:41:53 UTC 2020


Module: Mesa
Branch: master
Commit: 8570de72f513a3e20016c75b8647704c2f14b011
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8570de72f513a3e20016c75b8647704c2f14b011

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Tue Oct 20 11:45:13 2020 +0100

amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format table

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7234>

---

 src/amd/common/gfx10_format_table.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/amd/common/gfx10_format_table.py b/src/amd/common/gfx10_format_table.py
index a81e9600141..f24b0e3652a 100644
--- a/src/amd/common/gfx10_format_table.py
+++ b/src/amd/common/gfx10_format_table.py
@@ -96,6 +96,9 @@ HARDCODED = {
 
     'PIPE_FORMAT_BPTC_RGBA_UNORM': hardcoded_format('BC7_UNORM'),
     'PIPE_FORMAT_BPTC_SRGBA': hardcoded_format('BC7_SRGB'),
+
+    'PIPE_FORMAT_R64_UINT': hardcoded_format('32_32_UINT'),
+    'PIPE_FORMAT_R64_SINT': hardcoded_format('32_32_SINT'),
 }
 
 



More information about the mesa-commit mailing list