Ian Romanick <i...@freedesktop.org> writes: > From: Paul Berry <stereotype...@gmail.com> > > Previously we recorded just the GLSL version (or the max version, if > GLSL 1.10 and GLSL 1.20 programs were linked together). > > Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> > --- > src/glsl/linker.cpp | 1 + > src/mesa/main/mtypes.h | 1 + > 2 files changed, 2 insertions(+)
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h > index f364ae1..4e5be1f 100644 > --- a/src/mesa/main/mtypes.h > +++ b/src/mesa/main/mtypes.h > @@ -2387,6 +2387,7 @@ struct gl_shader_program > GLchar *InfoLog; > > unsigned Version; /**< GLSL version used for linking */ > + GLboolean IsEsProg; /**< True if this program uses GLSL ES */ I don't think I would ever type "Es" with a lowercase 's' on the first try. Am I alone?
pgpW8iQY34UdF.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev