mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
pan/bi: Fix LD_BUFFER.i16 definition
This was missing the message, breaking UBO-to-push and who-knows-what-else, when enabling fp16 const buffers. Fixes:3dc2095b07("pan/bi: Model LD_BUFFER instructions") Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17101> (cherry picked from commit5ee1179c94)
This commit is contained in:
parent
940cb75c93
commit
b5d711a9b2
2 changed files with 2 additions and 2 deletions
|
|
@ -859,7 +859,7 @@
|
|||
"description": "pan/bi: Fix LD_BUFFER.i16 definition",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "3dc2095b079f1ac890cbf6ca2f525841a2dab5ba"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8698,7 +8698,7 @@
|
|||
<src start="3"/>
|
||||
</ins>
|
||||
|
||||
<ins name="+LD_BUFFER.i16" staging="w=1" pseudo="true">
|
||||
<ins name="+LD_BUFFER.i16" staging="w=1" pseudo="true" message="load">
|
||||
<src start="0"/>
|
||||
<src start="3"/>
|
||||
<mod name="lane_dest" size="2" default="h0">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue