[Mesa-dev] [PATCH 0/8] radeonsi: implement missing indirect draw features

Nicolai Hähnle nhaehnle at gmail.com
Mon Aug 8 15:55:45 UTC 2016


Hi,

this series adds some bug fixes and small extensions related to indirect
draws that we can now use. As with the recent changes, it only applies
with sufficiently new firmware, which means that it only works with amdgpu
(due to a lack of firmware version query in the radeon kernel module).
Please review!

Thanks,
Nicolai
--
 docs/GL3.txt                                 |  4 +-
 .../drivers/radeonsi/si_descriptors.c        |  8 ++--
 src/gallium/drivers/radeonsi/si_pipe.c       |  8 ++--
 src/gallium/drivers/radeonsi/si_pipe.h       |  3 +-
 src/gallium/drivers/radeonsi/si_shader.c     | 13 +++++-
 src/gallium/drivers/radeonsi/si_shader.h     |  4 +-
 src/gallium/drivers/radeonsi/si_state_draw.c | 43 ++++++++++++++----
 src/gallium/drivers/radeonsi/sid.h           |  3 ++
 8 files changed, 65 insertions(+), 21 deletions(-)



More information about the mesa-dev mailing list