mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.
authorMathias Fröhlich <mathias.froehlich@web.de>
Mon, 29 Apr 2019 05:23:58 +0000 (07:23 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Sat, 4 May 2019 05:40:35 +0000 (07:40 +0200)
commit5ad54217ff88e34706995b8645a1be35e0c76441
treee2b03fb875caef0103d136ab062f8a85ebf43e83
parent0ed7603d97bb7bab719dc28eac291fbfb8160d2e
mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.

That seems to be lost somewhere. Is needed for correct outside begin/end
detection in display list compilation. And is needed for correct aliasing
in dlists restablished in the next changes.

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