Commit 801f1bb4 authored by Jan Sikorski's avatar Jan Sikorski Committed by Alexandre Julliard

wined3d: Increase the CS queue size.

Final Fantasy XIV routinely runs out of space in the queue, which affects the frame rates. Signed-off-by: 's avatarJan Sikorski <jsikorski@codeweavers.com> Signed-off-by: 's avatarMatteo Bruni <mbruni@codeweavers.com> Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent e58f596c
......@@ -4893,7 +4893,7 @@ enum wined3d_push_constants
};
#define WINED3D_CS_QUERY_POLL_INTERVAL 10u
#define WINED3D_CS_QUEUE_SIZE 0x100000u
#define WINED3D_CS_QUEUE_SIZE 0x400000u
#define WINED3D_CS_SPIN_COUNT 10000000u
#define WINED3D_CS_QUEUE_MASK (WINED3D_CS_QUEUE_SIZE - 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment