https://bugs.winehq.org/show_bug.cgi?id=41596
--- Comment #1 from Józef Kucia joseph.kucia@gmail.com --- (In reply to Béla Gyebrószki from comment #0)
Regression introduced by
commit e3a8cd20ced9f33db64a35f60bc8487ae8173e47 Author: Józef Kucia jkucia@codeweavers.com Date: Sun Oct 16 21:46:45 2016 +0200
wined3d: Clean up buffer_internal_preload(). The conversion should never be performed for buffers with buffer_type_hint other than GL_ARRAY_BUFFER.
Thanks for the report.
It was "overly optimistic" dropping device_invalidate_state() in favor of context_invalidate_state() considering multiple GL contexts... I'll submit a fix soon.