Sweden-Number/dlls/wined3d
Jan Sikorski 801f1bb433 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: Jan Sikorski <jsikorski@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-30 18:32:33 +02:00
..
Makefile.in
adapter_gl.c wined3d: Add GPU information for NVIDIA Tesla T4. 2022-03-30 18:32:32 +02:00
adapter_vk.c wined3d: Try to load winevulkan.dll instead of vulkan-1.dll. 2022-03-14 12:47:40 +01:00
arb_program_shader.c
ati_fragment_shader.c
buffer.c
context.c
context_gl.c wined3d: Prevent buildup of retired OpenGL buffer objects' memory. 2022-03-11 19:23:28 +01:00
context_vk.c wined3d: Implement event queries using Vulkan events. 2022-03-07 20:33:00 +01:00
cs.c wined3d: Reuse deferred uploads heaps. 2022-03-25 17:52:26 +01:00
device.c wined3d: Trace GL buffer object creation more accurately. 2022-03-11 19:23:28 +01:00
directx.c wined3d: Add GPU information for NVIDIA Tesla T4. 2022-03-30 18:32:32 +02:00
gl_compat.c
glsl_shader.c wined3d: Use list_empty() in shader_glsl_destroy(). 2022-03-11 19:23:28 +01:00
nvidia_texture_shader.c
palette.c
query.c wined3d: Implement event queries using Vulkan events. 2022-03-07 20:33:00 +01:00
resource.c wined3d: Rename resource_acquire to resource_reference. 2022-03-11 19:23:28 +01:00
sampler.c
shader.c wined3d: Avoid calling _strnicmp() with limit -1. 2022-03-29 20:53:50 +02:00
shader_sm1.c
shader_sm4.c wined3d: Avoid calling _strnicmp() with limit -1. 2022-03-29 20:53:50 +02:00
shader_spirv.c
state.c wined3d: Fix typo in WARN() message. 2022-03-03 18:59:24 +01:00
stateblock.c
surface.c
swapchain.c
texture.c wined3d: Add full dirty region at texture creation. 2022-03-25 17:52:36 +01:00
utils.c
version.rc
vertexdeclaration.c
view.c
wined3d.spec
wined3d_gl.h
wined3d_main.c wined3d: Avoid calling _strnicmp() with limit -1. 2022-03-29 20:53:50 +02:00
wined3d_private.h wined3d: Increase the CS queue size. 2022-03-30 18:32:33 +02:00
wined3d_shaders.h
wined3d_vk.h