ARB prog parser: Fix handling of RECT
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 27 Jul 2009 22:47:52 +0000 (15:47 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 27 Jul 2009 22:47:52 +0000 (15:47 -0700)
commit88018e2e073909ae807f16707f2701e068900926
treec693fba04321b7f6ab19e81673d3819996889ad6
parent4821099429ec059dc00a28f448bc3c537296ab55
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
src/mesa/shader/program_lexer.l
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.y
src/mesa/shader/program_parser.h