Re: [Mesa-dev] [PATCH 09/21] i965: Extract is_dword test

2014-12-23 Thread Matt Turner
On Mon, Dec 22, 2014 at 7:29 PM, Ben Widawsky wrote: > As it turns out, I have other uses for this tiny convenience function. Simple > extraction for use by others. Matt was right for not liking the macro in the > initial patch. > > While doing this, add it to a few easy to spot users of this func

[Mesa-dev] [PATCH 09/21] i965: Extract is_dword test

2014-12-22 Thread Ben Widawsky
As it turns out, I have other uses for this tiny convenience function. Simple extraction for use by others. Matt was right for not liking the macro in the initial patch. While doing this, add it to a few easy to spot users of this functionality. Signed-off-by: Ben Widawsky --- src/mesa/drivers/