Re: [Mesa-dev] [v2 7/18] i965/blorp: Load tranformation coordinates as vec4

2016-07-04 Thread Pohjolainen, Topi
On Mon, Jul 04, 2016 at 08:05:50AM -0700, Jason Ekstrand wrote: >Thanks for the quick turnaround. Patches 6, 6.1, and 7 are > >Reviewed-by: Jason Ekstrand <[1]ja...@jlekstrand.net> > >I assume that the "use flat inputs" patch just tweaks the LOAD_INPUT >macro in the obvious way?

Re: [Mesa-dev] [v2 7/18] i965/blorp: Load tranformation coordinates as vec4

2016-07-04 Thread Jason Ekstrand
Thanks for the quick turnaround. Patches 6, 6.1, and 7 are Reviewed-by: Jason Ekstrand I assume that the "use flat inputs" patch just tweaks the LOAD_INPUT macro in the obvious way? If so, then we should be good to go. Thanks for working on this! I like blorp not

[Mesa-dev] [v2 7/18] i965/blorp: Load tranformation coordinates as vec4

2016-07-04 Thread Topi Pohjolainen
In preparation for loading as flat vertex input. v2: Use LOAD_INPUT() macro Signed-off-by: Topi Pohjolainen Reviewed-by: Jason Ekstrand (v1) --- src/mesa/drivers/dri/i965/brw_blorp.h| 3 +--