Module: wine Branch: master Commit: 340a4b05b50fce02215213c21993fdf793e9d519 URL: https://gitlab.winehq.org/wine/wine/-/commit/340a4b05b50fce02215213c21993fdf...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Feb 19 18:40:27 2024 -0700
wined3d: Use CRT allocation functions.
---
dlls/wined3d/adapter_gl.c | 66 ++++++++--------- dlls/wined3d/adapter_vk.c | 84 +++++++++++----------- dlls/wined3d/arb_program_shader.c | 104 +++++++++++++-------------- dlls/wined3d/ati_fragment_shader.c | 12 ++-- dlls/wined3d/buffer.c | 32 ++++----- dlls/wined3d/context_gl.c | 30 ++++---- dlls/wined3d/context_vk.c | 58 +++++++-------- dlls/wined3d/cs.c | 60 ++++++++-------- dlls/wined3d/device.c | 42 +++++------ dlls/wined3d/directx.c | 68 +++++++++--------- dlls/wined3d/ffp_gl.c | 6 +- dlls/wined3d/glsl_shader.c | 144 ++++++++++++++++++------------------- dlls/wined3d/palette.c | 6 +- dlls/wined3d/query.c | 38 +++++----- dlls/wined3d/resource.c | 4 +- dlls/wined3d/shader.c | 108 ++++++++++++++-------------- dlls/wined3d/shader_sm1.c | 6 +- dlls/wined3d/shader_sm4.c | 14 ++-- dlls/wined3d/shader_spirv.c | 22 +++--- dlls/wined3d/stateblock.c | 18 ++--- dlls/wined3d/surface.c | 12 ++-- dlls/wined3d/swapchain.c | 48 ++++++------- dlls/wined3d/texture.c | 64 ++++++++--------- dlls/wined3d/utils.c | 21 +++--- dlls/wined3d/vertexdeclaration.c | 18 ++--- dlls/wined3d/wined3d_main.c | 14 ++-- dlls/wined3d/wined3d_private.h | 3 +- 27 files changed, 548 insertions(+), 554 deletions(-)