Re: [Mesa-dev] [PATCH 00/15] Misc cleanups (mesa/remap et al)

2016-06-07 Thread Emil Velikov
On 7 June 2016 at 19:26, Ian Romanick wrote: > Patches 2, 3, 4 (with the trivial comment message nit addressed), 5, 6, > 7, 8 (with the trivial comment message nit addressed), 10, 14, and 15 are > > Reviewed-by: Ian Romanick > > Patch 13 is > > Acked-by: Ian Romanick > > I'd like to do some arch

Re: [Mesa-dev] [PATCH 00/15] Misc cleanups (mesa/remap et al)

2016-06-07 Thread Ian Romanick
Patches 2, 3, 4 (with the trivial comment message nit addressed), 5, 6, 7, 8 (with the trivial comment message nit addressed), 10, 14, and 15 are Reviewed-by: Ian Romanick Patch 13 is Acked-by: Ian Romanick I'd like to do some archaeology for patch 9 to be more sure about it. I think it's co

[Mesa-dev] [PATCH 00/15] Misc cleanups (mesa/remap et al)

2016-06-07 Thread Emil Velikov
Hi all, A selection of mostly dead code removal and "inline this one/two line function into the only caller" patches. Note: PATCH 09/15 removes the initialisation of _mesa_init_remap_table() from once per API to once per context. Based on my humble understanding current approach was a side effect