Re: [Mesa-dev] [PATCH] mesa: Add glSpecializeShaderARB to common_desktop_functions

2017-12-13 Thread Ian Romanick
Thank you for the perfectly timed fix. :) Reviewed-by: Ian Romanick On 12/12/2017 11:50 AM, Dylan Baker wrote: > CC: Nicolai Hähnle > CC: Reviewed-by: Ian Romanick > CC: Mark Janes > Fixes: 46b21b8f906 ("mesa: add GL_ARB_gl_spirv boilerplate") > Signed-off-by: Dylan Baker > --- > src/mesa/m

Re: [Mesa-dev] [PATCH] mesa: Add glSpecializeShaderARB to common_desktop_functions

2017-12-12 Thread Dylan Baker
I fixed the copy and pasta for idr that included the r-b tag (I copied and pasted from the git log), and added the bugzilla entry that Vinson opened locally. Quoting Dylan Baker (2017-12-12 11:50:30) > CC: Nicolai Hähnle > CC: Reviewed-by: Ian Romanick > CC: Mark Janes > Fixes: 46b21b8f906 ("me

[Mesa-dev] [PATCH] mesa: Add glSpecializeShaderARB to common_desktop_functions

2017-12-12 Thread Dylan Baker
CC: Nicolai Hähnle CC: Reviewed-by: Ian Romanick CC: Mark Janes Fixes: 46b21b8f906 ("mesa: add GL_ARB_gl_spirv boilerplate") Signed-off-by: Dylan Baker --- src/mesa/main/tests/dispatch_sanity.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/