wine-wine/dlls/wined3d
Zebediah Figura 29b2814a26 wined3d: Move the alpha blend equation to wined3d_blend_state.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-12 21:18:18 +01:00
..
Makefile.in
adapter_gl.c wined3d: Use EXT_framebuffer_multisample_blit_scaled for scaled resolves. 2020-03-12 21:18:18 +01:00
adapter_vk.c wined3d: Rename struct wined3d_map_range to struct wined3d_range. 2020-02-27 23:34:51 +01:00
arb_program_shader.c wined3d: Introduce wined3d_bitmap_is_set(). 2020-02-18 20:33:02 +01:00
ati_fragment_shader.c
buffer.c wined3d: Rename struct wined3d_map_range to struct wined3d_range. 2020-02-27 23:34:51 +01:00
context.c wined3d: Move the blend enable state to wined3d_blend_state. 2020-03-10 17:59:24 +01:00
cs.c wined3d: Move the scissor test state to wined3d_rasterizer_state. 2020-03-09 12:10:52 +01:00
device.c wined3d: Move the alpha blend equation to wined3d_blend_state. 2020-03-12 21:18:18 +01:00
directx.c wined3d: Pass a struct wined3d_adapter pointer to wined3d_calculate_format_pitch(). 2020-03-11 15:55:16 +01:00
gl_compat.c
glsl_shader.c wined3d: Implement casting int to uint. 2020-02-07 20:14:06 +01:00
nvidia_texture_shader.c
palette.c
query.c
resource.c wined3d: Implement mapping Vulkan buffers. 2020-01-24 17:21:26 +01:00
sampler.c
shader.c wined3d: Move the blend enable state to wined3d_blend_state. 2020-03-10 17:59:24 +01:00
shader_sm1.c
shader_sm4.c
state.c wined3d: Move the alpha blend equation to wined3d_blend_state. 2020-03-12 21:18:18 +01:00
stateblock.c wined3d: Construct the blend state in wined3d_device_apply_stateblock(). 2020-03-10 17:59:22 +01:00
surface.c wined3d: Use EXT_framebuffer_multisample_blit_scaled for scaled resolves. 2020-03-12 21:18:18 +01:00
swapchain.c wined3d: Refactor wined3d_get_adapter_raster_status() to wined3d_output_get_raster_status(). 2020-03-09 12:10:52 +01:00
texture.c wined3d: Rename struct wined3d_map_range to struct wined3d_range. 2020-02-27 23:34:51 +01:00
utils.c wined3d: Move the blend enable state to wined3d_blend_state. 2020-03-10 17:59:24 +01:00
version.rc
vertexdeclaration.c
view.c
wined3d.spec wined3d: Pass a struct wined3d_adapter pointer to wined3d_calculate_format_pitch(). 2020-03-11 15:55:16 +01:00
wined3d_gl.h wined3d: Use EXT_framebuffer_multisample_blit_scaled for scaled resolves. 2020-03-12 21:18:18 +01:00
wined3d_main.c wined3d: Refactor wined3d_find_closest_matching_adapter_mode() to wined3d_output_find_closest_matching_mode(). 2020-03-06 17:54:09 +01:00
wined3d_private.h wined3d: Use EXT_framebuffer_multisample_blit_scaled for scaled resolves. 2020-03-12 21:18:18 +01:00
wined3d_vk.h