Re: [Mesa-dev] [PATCH] i965: add support for ARB_shader_subroutine
On Thursday, July 23, 2015 05:41:51 PM Dave Airlie wrote: > From: Dave Airlie > > This just adds some missing pieces to nir/i965, > it is lightly tested on my Haswell. > > Signed-off-by: Dave Airlie Thanks Dave! Reviewed-by: Kenneth Graunke signature.asc Description: This is a digitally si
[Mesa-dev] [PATCH] i965: add support for ARB_shader_subroutine
From: Dave Airlie This just adds some missing pieces to nir/i965, it is lightly tested on my Haswell. Signed-off-by: Dave Airlie --- docs/GL3.txt | 2 +- docs/relnotes/10.7.0.html| 2 +- src/glsl/glsl_types.cpp