wine-wine/dlls/wined3d
Chip Davis 42e932e63f wined3d: Remove WINED3D_RS_EDGEANTIALIAS.
Handle this render state similarly to D3DRS_ZFUNC, by mapping it in the
client DLLs.

As far as I can tell, save for the fact that it's only supposed to apply
to lines forming a convex outline, it's roughly equivalent to
D3DRS_ANTIALIASEDLINEENABLE. We definitely handled it the same way.

Curiously, even though we supported the render state, we didn't set the
corresponding capability bit. Do that now.

Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-17 19:40:26 +02:00
..
Makefile.in wined3d: Move Vulkan specific context functions to context_vk.c. 2020-04-16 22:10:04 +02:00
adapter_gl.c wined3d: Use GL_APPLE_flush_render and GL_APPLE_rgb_422 to detect Apple OpenGL. 2020-04-10 19:09:37 +02:00
adapter_vk.c wined3d: Flush non-coherent memory ranges in adapter_vk_unmap_bo_address(). 2020-04-16 22:10:04 +02:00
arb_program_shader.c wined3d: Store the framebuffer inline in struct wined3d_state. 2020-03-26 18:34:50 +01:00
ati_fragment_shader.c
buffer.c wined3d: Do not request coherent memory in wined3d_buffer_vk_create_buffer_object(). 2020-04-16 22:10:04 +02:00
context.c wined3d: Move Vulkan specific context functions to context_vk.c. 2020-04-16 22:10:04 +02:00
context_vk.c wined3d: Invalidate non-coherent memory before reading from it in adapter_vk_map_bo_address(). 2020-04-16 22:10:04 +02:00
cs.c wined3d: Store the framebuffer inline in struct wined3d_state. 2020-03-26 18:34:50 +01:00
device.c wined3d: Move cursor size check against display mode out of wined3d_device_set_cursor_properties(). 2020-03-31 17:24:16 +02:00
directx.c wined3d: Do not clip the cursor after changing display modes. 2020-04-09 21:04:04 +02:00
gl_compat.c
glsl_shader.c wined3d: Store the framebuffer inline in struct wined3d_state. 2020-03-26 18:34:50 +01:00
nvidia_texture_shader.c
palette.c
query.c wined3d: Get rid of a WARN in wined3d_query_get_data(). 2020-04-02 12:56:56 +02:00
resource.c
sampler.c
shader.c wined3d: Store the framebuffer inline in struct wined3d_state. 2020-03-26 18:34:50 +01:00
shader_sm1.c
shader_sm4.c
state.c wined3d: Remove WINED3D_RS_EDGEANTIALIAS. 2020-04-17 19:40:26 +02:00
stateblock.c wined3d: Remove WINED3D_RS_EDGEANTIALIAS. 2020-04-17 19:40:26 +02:00
surface.c wined3d: Validate the filter in wined3d_texture_blt(). 2020-03-16 21:37:43 +01:00
swapchain.c wined3d: Do not clip the cursor after changing display modes. 2020-04-09 21:04:04 +02:00
texture.c wined3d: Validate the filter in wined3d_texture_blt(). 2020-03-16 21:37:43 +01:00
utils.c wined3d: Remove WINED3D_RS_EDGEANTIALIAS. 2020-04-17 19:40:26 +02:00
version.rc
vertexdeclaration.c
view.c
wined3d.spec wined3d: Refactor wined3d_get_output_desc() to wined3d_output_get_desc(). 2020-03-19 20:24:56 +01:00
wined3d_gl.h wined3d: Use GL_APPLE_flush_render and GL_APPLE_rgb_422 to detect Apple OpenGL. 2020-04-10 19:09:37 +02: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: Invalidate non-coherent memory before reading from it in adapter_vk_map_bo_address(). 2020-04-16 22:10:04 +02:00
wined3d_vk.h