OSDN Git Service

mesa: add TexShadow field to prog_instruction
authorBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 20:42:08 +0000 (13:42 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 20:42:08 +0000 (13:42 -0700)
commit44e018c09e7aeba9fd9f4c380da224bd6622c470
treecbbb9864196469018b93212550b626ea166bf0e4
parenta79186e29efebed04c927d024b013435e7ff5725
mesa: add TexShadow field to prog_instruction

If the instruction is TEX/TXP/TXL/etc the TexShadow field will be true if
the instruction is a texture fetch with shadow compare.
src/mesa/main/texenvprogram.c
src/mesa/shader/arbprogparse.c
src/mesa/shader/prog_instruction.h
src/mesa/shader/prog_print.c