Sweden-Number/dlls/ddraw
Henri Verbeet 996cfb841e ddraw: Use wined3d_bit_scan() in compute_sphere_visibility().
Rémi Bernon reports an unspecified issue with gcc 11 related to
compute_sphere_visibility() expecting 12 input planes, but
d3d_device3_ComputeSphereVisibility() only providing 6. The actual number of
planes required depends on the "enabled_planes" mask. This patch should make
the code better reflect that, but I do not have a gcc 11 setup to verify it
resolves the issue there.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-10 18:55:55 +01:00
..
tests wined3d: Test if an offset is needed to get the correct filling convention. 2021-11-04 22:36:28 +01:00
Makefile.in makefiles: Make -mno-cygwin the default. 2021-09-20 22:45:48 +02:00
clipper.c
ddraw.c d3d11: Fail OMSetRenderTargets() if any of the views have the wrong binding flags. 2021-07-19 12:21:44 +02:00
ddraw.spec
ddraw_classes.idl
ddraw_private.h wined3d: Pass a wined3d_device_context to wined3d_device_copy_sub_resource_region(). 2021-04-07 15:48:31 +02:00
device.c ddraw: Use wined3d_bit_scan() in compute_sphere_visibility(). 2021-11-10 18:55:55 +01:00
executebuffer.c wined3d: Pass a wined3d_device_context to wined3d_device_set_primitive_type(). 2021-04-21 21:20:55 +02:00
light.c
main.c winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2021-04-30 22:59:50 +02:00
material.c
palette.c
surface.c d3d11: Fail OMSetRenderTargets() if any of the views have the wrong binding flags. 2021-07-19 12:21:44 +02:00
utils.c
version.rc
vertexbuffer.c ddraw: Don't grab wined3d lock for wined3d_resource_unmap(). 2021-10-19 22:51:19 +02:00
viewport.c wined3d: Introduce a wined3d_bound_range() helper. 2021-07-07 18:14:35 +02:00