mesa: don't enable NV_fragment_program_option with swrast
authorRoland Scheidegger <sroland@vmware.com>
Sat, 14 Feb 2015 15:34:04 +0000 (16:34 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Sat, 21 Feb 2015 00:23:00 +0000 (01:23 +0100)
commit88305dfd0b79ad5980d293e86712496f134347b4
tree749308cc3289045eefd886c4960773325e9bb491
parent9dbe5e1dca8da8e129706ed88e41e142172617fe
mesa: don't enable NV_fragment_program_option with swrast

Since dropping some NV_fragment_program opcodes (commits
868f95f1da74cf6dd7468cba1b56664aad585ccba3688d686f147f4252d19b298ae26d4ac72c2e08)
we can no longer parse all opcodes necessary for this extension, leading
to bugs (https://bugs.freedesktop.org/show_bug.cgi?id=86980).
Hence don't announce support for it in swrast (no other driver enabled it).
(Note that remnants of some NV_fp/vp extensions remain, they could be
dropped but are required as hacks for getting viewperf11 catia to run.)
src/mesa/main/extensions.c