Re: [Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-22 Thread Matt Turner
On Mon, Jan 21, 2013 at 12:49 AM, Chad Versace chad.vers...@linux.intel.com wrote: This series lives on my gles3-glsl-packing branch. I tested this series against my piglit gles3-glsl-packing branch on Ivybridge and Sandybridge. No regressions relative to the Mesa gles3-d72ba278e. v2: -

Re: [Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-22 Thread Paul Berry
On 21 January 2013 00:49, Chad Versace chad.vers...@linux.intel.com wrote: This series lives on my gles3-glsl-packing branch. I tested this series against my piglit gles3-glsl-packing branch on Ivybridge and Sandybridge. No regressions relative to the Mesa gles3-d72ba278e. v2: - Do all

[Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-21 Thread Chad Versace
This series lives on my gles3-glsl-packing branch. I tested this series against my piglit gles3-glsl-packing branch on Ivybridge and Sandybridge. No regressions relative to the Mesa gles3-d72ba278e. v2: - Do all of idr's minor fixes. - Improve the rounding bias in _mesa_float_to_half. -

Re: [Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-21 Thread Ian Romanick
On 01/21/2013 03:49 AM, Chad Versace wrote: This series lives on my gles3-glsl-packing branch. The series is Reviewed-by: Ian Romanick ian.d.roman...@intel.com Hopefully Eric, Ken, or Paul can comment about the i965 back-end bits. We should also expose the GL_ARB_shading_language_packing.

Re: [Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-21 Thread Matt Turner
On Mon, Jan 21, 2013 at 10:56 AM, Ian Romanick i...@freedesktop.org wrote: We should also expose the GL_ARB_shading_language_packing. It's the same set of functions, but it's desktop GL instead of ES. That should be a follow up patch... we want to get these patches in as soon as reasonably

Re: [Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-21 Thread Ian Romanick
On 01/21/2013 02:13 PM, Matt Turner wrote: On Mon, Jan 21, 2013 at 10:56 AM, Ian Romanick i...@freedesktop.org wrote: We should also expose the GL_ARB_shading_language_packing. It's the same set of functions, but it's desktop GL instead of ES. That should be a follow up patch... we want to

Re: [Mesa-dev] [PATCH (gles3) 00/20] i965: Implement GLSL ES 3.00 pack/unpack functions (v2)

2013-01-21 Thread Matt Turner
On Mon, Jan 21, 2013 at 11:47 AM, Ian Romanick i...@freedesktop.org wrote: On 01/21/2013 02:13 PM, Matt Turner wrote: On Mon, Jan 21, 2013 at 10:56 AM, Ian Romanick i...@freedesktop.org wrote: We should also expose the GL_ARB_shading_language_packing. It's the same set of functions, but