Re: [Mesa-dev] [PATCH] GLSL: Implementation of the GL_ARB_shading_language_420pack extension

2013-05-01 Thread Kenneth Graunke
On 04/21/2013 04:08 PM, Todd Previte wrote: Initial work on the implementation of GL_ARB_shading_language_420pack. The patch adds the functionality from this extension which allows for C-style array initialization for GLSL. The extension enable bits and extension definition are also included in

Re: [Mesa-dev] [PATCH] GLSL: Implementation of the GL_ARB_shading_language_420pack extension

2013-05-01 Thread Ian Romanick
On 04/21/2013 04:08 PM, Todd Previte wrote: Initial work on the implementation of GL_ARB_shading_language_420pack. The patch adds the functionality from this extension which allows for C-style array initialization for GLSL. The extension enable bits and extension definition are also included in

[Mesa-dev] [PATCH] GLSL: Implementation of the GL_ARB_shading_language_420pack extension

2013-04-21 Thread Todd Previte
Initial work on the implementation of GL_ARB_shading_language_420pack. The patch adds the functionality from this extension which allows for C-style array initialization for GLSL. The extension enable bits and extension definition are also included in this patch. --- src/glsl/ast.h