Re: [Mesa-dev] [PATCH 05/19] i965/fs: Reorder fs_reg for better packing.

2014-02-21 Thread Kenneth Graunke
On 02/20/2014 01:41 PM, Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/brw_fs.h | 30 +++--- > 1 file changed, 15 insertions(+), 15 deletions(-) Depending whether you decide to keep packing enums or not, you may want to reorder this. Patches 1, 3-7, 8 with the bool:

[Mesa-dev] [PATCH 05/19] i965/fs: Reorder fs_reg for better packing.

2014-02-20 Thread Matt Turner
--- src/mesa/drivers/dri/i965/brw_fs.h | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index d3a5f85..a1f7222 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa