Mesa (asm-shader-rework-1): ARB prog parser: Add support for GL_MESA_texture_array

Ian Romanick idr at kemper.freedesktop.org
Tue Jul 28 00:24:42 UTC 2009


Module: Mesa
Branch: asm-shader-rework-1
Commit: aafd5762593aa01f2d612f4d769d1af383422c1c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aafd5762593aa01f2d612f4d769d1af383422c1c

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Jul 27 17:22:21 2009 -0700

ARB prog parser: Add support for GL_MESA_texture_array

This isn't really tested yet as no drivers actually support this extension.

---

 src/mesa/shader/lex.yy.c              | 1319 ++++++++++++++-------------
 src/mesa/shader/program_lexer.l       |    5 +
 src/mesa/shader/program_parse.tab.c   | 1657 +++++++++++++++++----------------
 src/mesa/shader/program_parse.tab.h   |   28 +-
 src/mesa/shader/program_parse.y       |    5 +
 src/mesa/shader/program_parse_extra.c |    9 +
 src/mesa/shader/program_parser.h      |    1 +
 7 files changed, 1560 insertions(+), 1464 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=aafd5762593aa01f2d612f4d769d1af383422c1c



More information about the mesa-commit mailing list