Re: [Mesa-dev] i965 FS/VEC4 generic programming.

2015-04-28 Thread Matt Turner
On Tue, Apr 28, 2015 at 10:08 AM, Francisco Jerez wrote: > [PATCH 01/21] i965/fs: Fix passing an immediate to half(). > [PATCH 02/21] i965/fs: Fix offset() for registers with zero stride. These two are Reviewed-by: Matt Turner Then I looked at patch 03/21 and realized this depends on something

[Mesa-dev] i965 FS/VEC4 generic programming.

2015-04-28 Thread Francisco Jerez
This series is motivated by the ridiculous amount of duplicated code between the i965 FS and VEC4 compiler back-ends. My next >2k LoC patch series implementing the built-ins defined by ARB_shader_image_load_store on the i965 back-end would have been plain insulting without some mechanism to genera