wine-wine/dlls/d3d8
Henri Verbeet 7622d97f78 d3d8: Avoid checking the stage index in d3d8_device_GetTextureStageState() (Coverity).
The correct limit for d3d8 would be WINED3D_MAX_TEXTURES, since that's the
size of the "texture_states" array. However, the original code didn't check
the stage index at all, so simply remove it.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-03 20:01:40 +01:00
..
tests d3d8/tests: Add multiple adapters tests. 2020-02-07 21:28:24 +01:00
Makefile.in d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00
buffer.c d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00
d3d8.spec
d3d8_main.c d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00
d3d8_private.h d3d8: Enumerate wined3d outputs in d3d8_init(). 2020-03-03 20:01:28 +01:00
device.c d3d8: Avoid checking the stage index in d3d8_device_GetTextureStageState() (Coverity). 2020-03-03 20:01:40 +01:00
directx.c d3d8: Enumerate wined3d outputs in d3d8_init(). 2020-03-03 20:01:28 +01:00
shader.c d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00
surface.c d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00
swapchain.c d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00
texture.c d3d8: Support texture dirty regions. 2019-12-10 22:15:05 +01:00
version.rc
vertexdeclaration.c d3d8: Fix stream data skip count in convert_to_wined3d_declaration(). 2019-10-29 23:30:47 +01:00
volume.c d3d8: Build with msvcrt. 2019-07-02 10:00:29 +02:00