For the series:
Reviewed-by: Marek Olšák
Marek
On Tue, Aug 22, 2017 at 5:32 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> They are only used for debug info.
>
> Together with making tgsi_opcode_info::opcode a bitfield, this reduces
> the size of tgsi_opcode_info on 64-bit systems from
From: Nicolai Hähnle
They are only used for debug info.
Together with making tgsi_opcode_info::opcode a bitfield, this reduces
the size of tgsi_opcode_info on 64-bit systems from 24 bytes to 4 bytes,
and makes the whole data structure a bit more linker friendly.
---
src/gallium/auxiliary/tgsi/t