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

2016-08-08 Thread Bas Nieuwenhuizen
For patch 1-7: Reviewed-by: Bas Nieuwenhuizen For patch 8, you probably also want to add the extensions to the release notes. With that added, it looks good to me too. - Bas On Mon, Aug 8, 2016 at 5:55 PM, Nicolai Hähnle wrote: > Hi, > > this series adds some bug fixes and small extensions re

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

2016-08-08 Thread Nicolai Hähnle
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). Plea