Re: [Mesa-dev] [PATCH 1/2] glsl: Expose built-in packing functions under GLSL 4.2.

2015-03-12 Thread Marek Olšák
Thanks. I noticed this too, but was too busy to fix it. For the series: Reviewed-by: Marek Olšák Marek On Thu, Mar 12, 2015 at 2:45 AM, Matt Turner wrote: > ARB_shading_language_packing is part of GLSL 4.2, not 4.0 as I > mistakenly believed. The following functions are available only with >

Re: [Mesa-dev] [PATCH 1/2] glsl: Expose built-in packing functions under GLSL 4.2.

2015-03-11 Thread Carl Worth
> ARB_shading_language_packing is part of GLSL 4.2, not 4.0 as I > mistakenly believed. The following functions are available only with > ARB_shading_language_packing, GLSL 4.2 (not GLSL 4.0), or ES 3.0: I'll trust you that you're correct on the specification version, so: Reviewed-by: Carl Worth

[Mesa-dev] [PATCH 1/2] glsl: Expose built-in packing functions under GLSL 4.2.

2015-03-11 Thread Matt Turner
ARB_shading_language_packing is part of GLSL 4.2, not 4.0 as I mistakenly believed. The following functions are available only with ARB_shading_language_packing, GLSL 4.2 (not GLSL 4.0), or ES 3.0: - packSnorm2x16 - unpackSnorm2x16 - packHalf2x16 - unpackHalf2x16 --- src/glsl/builtin_