[Mesa-dev] [PATCH v2 0/8] gallium, radeonsi: raise number of samplers to 32

Nicolai Hähnle nhaehnle at gmail.com
Thu Apr 7 17:35:07 UTC 2016


Hi,

following feedback from Brian and Bas, minor changes to make the series more
paranoid: three v2 patches and one new patch, using 1u << idx instead of 1 << idx
and adding assert(sizeof(bitfield) * 8 >= PIPE_MAX_SAMPLERS) in a number
of places.

Thanks,
Nicolai



More information about the mesa-dev mailing list