[Git][wine/wine][master] wined3d: Properly compare reduction modes in wined3d_texture_gl_apply_sampler_desc().
Alexandre Julliard pushed to branch master at wine / wine Commits: 41cf6218 by Henri Verbeet at 2025-12-09T10:51:34+01:00 wined3d: Properly compare reduction modes in wined3d_texture_gl_apply_sampler_desc(). This was an oversight in commit 40df7cdf392d823c741458d22ec071e27fe35a17. The existing code happens to work for changes between WEIGHTED_AVERAGE and any of the other reduction modes, but wouldn't work for e.g. changes between MINIMUM and MAXIMUM. - - - - - 1 changed file: - dlls/wined3d/texture_gl.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/41cf62189c56d21a0d57c0f02338010... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/41cf62189c56d21a0d57c0f02338010... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)