Files
mesa/src
Louis-Francis Ratté-Boulianne f1e3e68241 panfrost: add debug flag to enable extra CS checks
For now, the flag enables these checks for CSF-based GPUs:

   - registers are not used as a source after being loaded without a
      WAIT() in the middle
   - registers are not reused (used as a destination) after they
     served as a STORE() source without a WAIT() in the middle

Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31174>
2024-10-28 20:31:21 +00:00
..
2024-10-25 15:38:51 +00:00
2024-10-21 01:14:35 +00:00
2024-10-17 09:50:19 +00:00
2024-10-24 16:50:44 +00:00
2024-10-17 18:17:18 +00:00
2024-09-06 17:34:17 +00:00