Skip to content

rusticl support for v3d

Karol Herbst requested to merge karolherbst/mesa:rusticl/v3d into main

Basically works.

Latest CTS run: Pass 2299 Fails 98 Crashes 57 Timeouts 0

known problems:

  • PIPE_CAP_QUERY_TIMESTAMP for profiling support
  • unnormalized image coordinates not implemented
  • RAM shader cache broken
  • some weird SIGSEGV on mapped memory
  • variable shared memory
  • CTS exceeds PIPE_COMPUTE_CAP_MAX_GRID_SIZE, needs lowered huge GRIDs (rusticl needs to lower this itself, WIP)

Depends on:

Edited by Karol Herbst

Merge request reports