Re: [Mesa-dev] [PATCH 02/38] i965/vec4: Introduce VEC4 IR builder.

2015-06-06 Thread Kenneth Graunke
On Thursday, June 04, 2015 07:04:51 PM Francisco Jerez wrote: > See "i965/fs: Introduce FS IR builder." for the rationale. > > v2: Drop scalarizing VEC4 builder. > v3: Take a backend_shader as constructor argument. Improve handling > of debug annotations and execution control flags. > --- >

[Mesa-dev] [PATCH 02/38] i965/vec4: Introduce VEC4 IR builder.

2015-06-04 Thread Francisco Jerez
See "i965/fs: Introduce FS IR builder." for the rationale. v2: Drop scalarizing VEC4 builder. v3: Take a backend_shader as constructor argument. Improve handling of debug annotations and execution control flags. --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + src/mesa/drivers/dri/i