DrawPrimitiveUp/DrawPrimitiveIndexedUp read m_iaState which is written on the CS thread.
DrawPrimitiveUp
DrawPrimitiveIndexedUp
m_iaState
That's a race that we need to fix.
cc @DadSchoorse @Joshua-Ashton
False alarm, DrawPrimitiveUp (& the Indexed version) only use drawCount which is calculated without any state.
drawCount
This is a bit confusing though. #3156 clears it up a little.
Nothing extracted yet.
DrawPrimitiveUp/DrawPrimitiveIndexedUpreadm_iaStatewhich is written on the CS thread.That's a race that we need to fix.
cc @DadSchoorse @Joshua-Ashton