glsl: add missing sceneColor field to gl_{Front, Back}LightModelProduct
authorLuca Barbieri <luca@luca-barbieri.com>
Wed, 18 Aug 2010 10:52:55 +0000 (12:52 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 20 Aug 2010 20:01:04 +0000 (13:01 -0700)
commitc108a7927d1dad9e0f641a0ec5a7387fb2626156
tree319e69dc7c41bc556964ca3f02e47d2042f25d48
parent27e6552a8fb0fd49be84fbaf9504e8371033db23
glsl: add missing sceneColor field to gl_{Front, Back}LightModelProduct

According to both GLSL 1.20 and 4.0, these are a struct with one field
called "sceneColor".

Fixes a crash on loading in FlightGear.
src/mesa/program/ir_to_mesa.cpp