Re: [Mesa-dev] [PATCH] nvc0: translate compute shaders at program creation

2016-10-20 Thread Samuel Pitoiset
On 10/20/2016 06:10 PM, Ilia Mirkin wrote: And is what we do for all the other shader types. I guess this got missed in your various rebases of compute? Or I missed it when I did the precompile thing... either way, This has been missed for a long time, yeah. :-) Reviewed-by: Ilia Mirkin

Re: [Mesa-dev] [PATCH] nvc0: translate compute shaders at program creation

2016-10-20 Thread Ilia Mirkin
And is what we do for all the other shader types. I guess this got missed in your various rebases of compute? Or I missed it when I did the precompile thing... either way, Reviewed-by: Ilia Mirkin On Thu, Oct 20, 2016 at 12:08 PM, Samuel Pitoiset wrote: > This makes shader-db reports results fo

[Mesa-dev] [PATCH] nvc0: translate compute shaders at program creation

2016-10-20 Thread Samuel Pitoiset
This makes shader-db reports results for compute shaders. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_state.c b/src/gallium/drivers/nouveau/nvc0/nvc0_state.c index