mesa: Get the point size array state from varying_vp_inputs.
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)
commit11e665d4346d79f8bca5c6f47b1f274cefa8c326
tree87fd35072d8334c5d6d11db551430ca1a41eee8f
parentbc5c54cadfe23905e33b43ecf29dab42026c58a5
mesa: Get the point size array state from varying_vp_inputs.

For the state key for hashing fixed function
vertex shaders, The varying_vp_inputs bitmask already
contains the point size array enabled information.

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