commit | 1b0d6aef03161eff4c9933548e964fec1258ea44 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Sat Jun 29 19:29:16 2013 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Thu Jul 11 20:58:59 2013 -0700 |
tree | 07945e9514fac1588c57cde6b1bbcf386d380568 | |
parent | ae79e86d4c0d82b4102e2ec65c93c8240fd22e9d [diff] |
glsl: Add support for C-style initializers. Required by GL_ARB_shading_language_420pack. Parts based on work done by Todd Previte and Ken Graunke, implementing basic support for C-style initializers of arrays. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>