wine/dlls/wined3d
2023-11-01 22:43:56 +01:00
..
adapter_gl.c wined3d: Implement shadow sampling for the ARB shader backend. 2023-10-18 17:12:54 +02:00
adapter_vk.c wined3d: Store a fragment_caps structure in struct wined3d_d3d_info. 2023-10-06 20:48:22 +02:00
arb_program_shader.c wined3d: Use unsigned type for res_type bit field. 2023-10-24 06:30:23 -05:00
ati_fragment_shader.c wined3d: Store a fragment_caps structure in struct wined3d_d3d_info. 2023-10-06 20:48:22 +02:00
buffer.c wined3d: Do not track dirty ranges for buffers without WINED3D_BUFFER_USE_BO. 2023-10-18 14:01:57 +02:00
context.c
context_gl.c wined3d: Fix handling of system-memory GL vertex buffers. 2023-10-18 17:12:44 +02:00
context_vk.c
cs.c wined3d: Store a fragment_caps structure in struct wined3d_d3d_info. 2023-10-06 20:48:22 +02:00
device.c
directx.c wined3d: Rename the "MaxTextureBlendStages" field of struct fragment_caps to "max_blend_stages". 2023-10-06 20:48:21 +02:00
gl_compat.c
glsl_shader.c wined3d: Remove unused parallel_point_count variable. 2023-10-24 06:30:23 -05:00
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
nvidia_texture_shader.c wined3d: Store the "wined3d_caps" field of struct fragment_caps as separate bool flags. 2023-10-06 20:48:21 +02:00
palette.c
query.c
resource.c
sampler.c
shader.c wined3d: Store the "wined3d_caps" field of struct fragment_caps as separate bool flags. 2023-10-06 20:48:21 +02:00
shader_sm1.c
shader_sm4.c wined3d: Use return type to return result from read_dword. 2023-10-24 06:30:23 -05:00
shader_spirv.c wined3d: Store the "wined3d_caps" field of struct fragment_caps as separate bool flags. 2023-10-06 20:48:21 +02:00
state.c wined3d: Don't skip setting clip planes if the view transform state is dirty. 2023-10-18 17:12:57 +02:00
stateblock.c wined3d: Rename WINED3D_MAX_TEXTURES to WINED3D_MAX_FFP_TEXTURES. 2023-10-06 20:48:20 +02:00
surface.c
swapchain.c
texture.c wined3d: Allow FFP blits to non-render targets with the 'none' shader backend. 2023-10-18 17:12:53 +02:00
utils.c wined3d: Store a fragment_caps structure in struct wined3d_d3d_info. 2023-10-06 20:48:22 +02:00
version.rc
vertexdeclaration.c
view.c
wined3d.spec
wined3d_gl.h wined3d: Implement shadow sampling for the ARB shader backend. 2023-10-18 17:12:54 +02:00
wined3d_main.c wined3d: Don't override the default renderer in wined3d_dll_init(). 2023-10-26 15:28:00 -05:00
wined3d_private.h wined3d: Implement shadow sampling for the ARB shader backend. 2023-10-18 17:12:54 +02:00
wined3d_shaders.h
wined3d_vk.h