mesa: Move seperate_specular into the lighting section.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sat, 27 Jan 2018 19:09:00 +0000 (12:09 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 30 Jan 2018 16:07:58 +0000 (09:07 -0700)
commit63e845d3cc4ce46a983f1f38c096b6091d998e1f
tree79e42f1c90bd5b5c99c0156969efbcd2424e5648
parent11e665d4346d79f8bca5c6f47b1f274cefa8c326
mesa: Move seperate_specular into the lighting section.

For the state key for hashing fixed function
vertex shaders, the information is only evaluated
if lighting is generally switched on.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/ffvertex_prog.c