Re: [Mesa-dev] [PATCH 09/11] i965/nir: Pull common ARB program uniform handling into a common function

2015-10-02 Thread Jason Ekstrand
On Fri, Oct 2, 2015 at 3:25 AM, Iago Toral wrote: > On Wed, 2015-09-30 at 18:41 -0700, Jason Ekstrand wrote: >> The way we deal with ARB program uniforms is basically the same in both the >> vec4 and the fs backend. This commit takes the best parts of both >> implementations and pulls the common

Re: [Mesa-dev] [PATCH 09/11] i965/nir: Pull common ARB program uniform handling into a common function

2015-10-02 Thread Iago Toral
On Wed, 2015-09-30 at 18:41 -0700, Jason Ekstrand wrote: > The way we deal with ARB program uniforms is basically the same in both the > vec4 and the fs backend. This commit takes the best parts of both > implementations and pulls the common code into a shared helper function. > --- > src/mesa/dr

[Mesa-dev] [PATCH 09/11] i965/nir: Pull common ARB program uniform handling into a common function

2015-09-30 Thread Jason Ekstrand
The way we deal with ARB program uniforms is basically the same in both the vec4 and the fs backend. This commit takes the best parts of both implementations and pulls the common code into a shared helper function. --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + src/mesa/drivers/dri/i9