alternative mutex impl on windows works but i really can't tell if it helps much. use larger size in deferred_command_list to cut down on resizes in big scenes on m:dur
This commit is contained in:
@@ -153,6 +153,7 @@ class CommandProcessor {
|
||||
// rarely needed, most register writes have no special logic here
|
||||
XE_NOINLINE
|
||||
void HandleSpecialRegisterWrite(uint32_t index, uint32_t value);
|
||||
XE_FORCEINLINE
|
||||
virtual void WriteRegister(uint32_t index, uint32_t value);
|
||||
|
||||
const reg::DC_LUT_30_COLOR* gamma_ramp_256_entry_table() const {
|
||||
|
||||
Reference in New Issue
Block a user