Mesa (asm-shader-rework-1): ARB prog parser: Fix handling of RECT

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


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Jul 27 15:47:52 2009 -0700

ARB prog parser: Fix handling of RECT

Require that GL_{ARB,EXT,NV}_texture_rectangle be supported before
allowing use of RECT texture target.

---

 src/mesa/shader/lex.yy.c            |  365 ++++++++++++++--------------
 src/mesa/shader/program_lexer.l     |    3 +-
 src/mesa/shader/program_parse.tab.c |  467 ++++++++++++++++++-----------------
 src/mesa/shader/program_parse.y     |    3 +
 src/mesa/shader/program_parser.h    |    1 +
 5 files changed, 424 insertions(+), 415 deletions(-)

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



More information about the mesa-commit mailing list