[Mesa-dev] [PATCH 0/6] radeonsi: Minor cleanups and improvements

Marek Olšák maraeo at gmail.com
Wed Aug 28 10:17:30 PDT 2013


This series contains the changes my transform feedback work depends on, but there are some useful fixes too, making it worth comitting earlier.

The last patch is the most important one, because it fixes the issues we had with the emission of resource descriptors that we had to use 256 resource contexts as a workaround. Further testing has shown that even 256 wasn't enough. With that patch, we only need 8 or 16 contexts as originally expected.

I also made the first step towards sharing code between r600g and radeonsi and it's what made this series so big:

54 files changed, 2448 insertions(+), 2532 deletions(-)

Please review.

Marek


More information about the mesa-dev mailing list