mesa: call ProgramStringNotify for fixed-function vertex programs
authorMarek Olšák <marek.olsak@amd.com>
Mon, 5 Oct 2015 01:02:42 +0000 (03:02 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Fri, 9 Oct 2015 20:02:18 +0000 (22:02 +0200)
commit9ea2a86809577cac5006a2bc4fad29fed9cb3ccc
tree23c13ff3310521884326c30783eb817b89a5cd0d
parentc9b982b72d443b138cfbded2f40350771c0bb321
mesa: call ProgramStringNotify for fixed-function vertex programs

Drivers weren't notified about this at all.
This allows disabling on-demand compilation in drivers.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Tested-by: Brian Paul <brianp@vmware.com>
src/mesa/main/ffvertex_prog.c