[Mesa-dev] [PATCH] gallium: reorder fields in pipe_draw_info
Marek Olšák
maraeo at gmail.com
Mon Feb 20 19:08:22 UTC 2017
On Mon, Feb 20, 2017 at 8:03 PM, Roland Scheidegger <sroland at vmware.com> wrote:
> This doesn't quite just do what the commit log says, since at least one
> parameter is changed from unsigned to ubyte (I hope vertices_per_patch
> can't exceed that for any driver...)
vertices_per_patch must be in [1, 32]. Only 5 bits are necessary to
represent it.
Marek
More information about the mesa-dev
mailing list