Module: wine Branch: master Commit: 06b19322187e5ef8ffc06504c322ce9bcdaaa6ee URL: https://source.winehq.org/git/wine.git/?a=commit;h=06b19322187e5ef8ffc06504c... Author: Chip Davis <cdavis5x(a)gmail.com> Date: Sun May 8 16:37:26 2022 -0500 wined3d: Rename format flags to caps. Signed-off-by: Chip Davis <cdavis5x(a)gmail.com> --- dlls/wined3d/context_gl.c | 2 +- dlls/wined3d/cs.c | 10 +- dlls/wined3d/device.c | 3 +- dlls/wined3d/directx.c | 51 ++-- dlls/wined3d/glsl_shader.c | 2 +- dlls/wined3d/resource.c | 10 +- dlls/wined3d/shader.c | 2 +- dlls/wined3d/state.c | 6 +- dlls/wined3d/texture.c | 28 +- dlls/wined3d/utils.c | 606 +++++++++++++++++++-------------------- dlls/wined3d/vertexdeclaration.c | 2 +- dlls/wined3d/view.c | 2 +- dlls/wined3d/wined3d_private.h | 48 ++-- 13 files changed, 387 insertions(+), 385 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=06b19322187e5ef8ffc06...