On 01/22/2013 10:36 PM, Matt Turner wrote:
On Mon, Jan 21, 2013 at 12:49 AM, Chad Versace <[email protected]> wrote:+ /** + * \brief Lower a packSnorm2x16 expression. + * + * \param vec2_rval is packSnorm2x16's input + * \return packSnorm2x16's output as a uint rvalue + */ + ir_rvalue* + lower_pack_snorm_2x16(ir_rvalue *vec2_rval) + { + /* From page 88 (94 of pdf) of the GLSL ES 3.00 spec: + * + * hihgp uint packSnorm2x16(vec2 v)high.
No, highp is correct. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
