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

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


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Jul 27 16:24:49 2009 -0700

ARB prog parser: Add support for GL_ARB_fragment_program_shadow

Passes the piglit asmparsertest shadow-0[123].txt tests and
progs/demos/shadowtex.

---

 src/mesa/shader/lex.yy.c            | 1279 ++++++++++++++-------------
 src/mesa/shader/program_lexer.l     |    4 +
 src/mesa/shader/program_parse.tab.c | 1679 ++++++++++++++++++-----------------
 src/mesa/shader/program_parse.tab.h |   27 +-
 src/mesa/shader/program_parse.y     |   40 +-
 5 files changed, 1578 insertions(+), 1451 deletions(-)

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



More information about the mesa-commit mailing list