isle-portable/miniwin/src/internal
Anonymous Maarten 7fc4080a15
Some checks failed
CI / clang-format (push) Has been cancelled
CI / ${{ matrix.name }} (false, --toolchain /usr/local/vitasdk/share/vita.toolchain.cmake, false, false, Ninja, Vita, ubuntu-latest, true, true) (push) Has been cancelled
CI / ${{ matrix.name }} (false, -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0.26100.0, false, false, Visual Studio 17 2022, true, Xbox One, windows-latest, amd64, false, true) (push) Has been cancelled
CI / ${{ matrix.name }} (false, -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/3DS.cmake, false, devkitpro/devkitarm:latest, false, Ninja, true, Nintendo 3DS, ubuntu-latest, true) (push) Has been cancelled
CI / ${{ matrix.name }} (false, -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake, false, devkitpro/devkita64:latest, false, Ninja, Nintendo Switch, true, ubuntu-latest, true) (push) Has been cancelled
CI / ${{ matrix.name }} (false, emcmake, false, false, true, Ninja, Emscripten, ubuntu-latest, true) (push) Has been cancelled
CI / ${{ matrix.name }} (false, false, false, Ninja, true, MSVC (arm64), windows-latest, amd64_arm64, false) (push) Has been cancelled
CI / ${{ matrix.name }} (false, false, true, Ninja, true, MSVC (x86), windows-latest, amd64_x86, false) (push) Has been cancelled
CI / ${{ matrix.name }} (false, true, false, Ninja, true, MSVC (x64), windows-latest, amd64, false) (push) Has been cancelled
CI / ${{ matrix.name }} (false, true, true, false, Ninja, true, MSVC (x64 Debug), windows-latest, amd64, false) (push) Has been cancelled
CI / ${{ matrix.name }} (true, false, -DCMAKE_SYSTEM_NAME=iOS, false, false, Xcode, true, iOS, macos-15, true) (push) Has been cancelled
CI / ${{ matrix.name }} (true, false, false, Ninja, true, mingw-w64-i686, mingw32, msys2 mingw32, windows-latest, msys2 {0}, true) (push) Has been cancelled
CI / ${{ matrix.name }} (true, false, false, false, Ninja, Android, ubuntu-latest, true) (push) Has been cancelled
CI / ${{ matrix.name }} (true, false, true, false, Ninja, macOS, macos-latest, true) (push) Has been cancelled
CI / ${{ matrix.name }} (true, true, false, Ninja, true, mingw-w64-x86_64, mingw64, msys2 mingw64, windows-latest, msys2 {0}, true) (push) Has been cancelled
CI / ${{ matrix.name }} (true, true, true, false, Ninja, true, Linux (Debug), ubuntu-latest, true) (push) Has been cancelled
CI / ${{ matrix.name }} (true, true, true, false, Ninja, true, Linux, ubuntu-latest, true) (push) Has been cancelled
CI / Flatpak (${{ matrix.arch }}) (aarch64, ubuntu-22.04-arm) (push) Has been cancelled
CI / Flatpak (${{ matrix.arch }}) (x86_64, ubuntu-latest) (push) Has been cancelled
CI / C++ (push) Has been cancelled
Docker / Publish web port (push) Has been cancelled
CI / Release (push) Has been cancelled
Plug memory leaks while moving around in the Information Center (#768)
Plug all leaks when moving around in the Information Center.

This does not include:

-    loading a save game
-    starting a new game
-    selecting a LEGO character and enter the world
-    launching a paper plane on the observation deck
2026-01-06 04:17:23 +01:00
..
d3drm_impl.h Restructure miniwin and add support for 3D backends 2025-05-29 04:07:53 +02:00
d3drmdevice_impl.h Dynamically on/off virtual cursor (#567) 2025-07-10 08:58:17 +02:00
d3drmframe_impl.h Restructure miniwin and add support for 3D backends 2025-05-29 04:07:53 +02:00
d3drmlight_impl.h Add lighting (#200) 2025-05-31 01:12:54 +02:00
d3drmmesh_impl.h Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00
d3drmobject_impl.h Plug memory leaks while moving around in the Information Center (#768) 2026-01-06 04:17:23 +01:00
d3drmrenderer_citro3d.h 3DS: Account for sprite scaling when resizing UI (#503) 2025-07-05 01:48:13 +02:00
d3drmrenderer_directx9.h 3DS: Account for sprite scaling when resizing UI (#503) 2025-07-05 01:48:13 +02:00
d3drmrenderer_gxm.h Add PSVita port (#541) 2025-10-31 23:23:12 +00:00
d3drmrenderer_opengl1.h Add MSAA support to OpenGL 1.1 (#640) 2025-07-23 18:30:05 +00:00
d3drmrenderer_opengles2.h Fix build errors on macOS 26. (#728) 2025-11-03 19:31:16 +00:00
d3drmrenderer_opengles3.h Fix build errors on macOS 26. (#728) 2025-11-03 19:31:16 +00:00
d3drmrenderer_sdl3gpu.h Plug leaks until Information Center, detected by the LeakSanitizer (#764) 2026-01-04 03:35:42 +01:00
d3drmrenderer_software.h 3DS: Account for sprite scaling when resizing UI (#503) 2025-07-05 01:48:13 +02:00
d3drmrenderer.h Upgrade OpenGL ES renderer to 3.0, add option for MSAA (#636) 2025-07-23 18:00:48 +00:00
d3drmtexture_impl.h Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00
d3drmviewport_impl.h Plug leaks until Information Center, detected by the LeakSanitizer (#764) 2026-01-04 03:35:42 +01:00
d3drmvisual_impl.h Restructure miniwin and add support for 3D backends 2025-05-29 04:07:53 +02:00
ddpalette_impl.h Restructure miniwin and add support for 3D backends 2025-05-29 04:07:53 +02:00
ddraw_impl.h Make Anisotropic filtering configurable (#641) 2025-07-23 20:18:05 +00:00
ddsurface_impl.h Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00
dummysurface_impl.h Split framebuffer from general surfaces (#319) 2025-06-16 18:11:56 +02:00
framebuffer_impl.h Faster and cleaner mosaic transition (#530) 2025-07-06 05:17:06 +00:00
mathutils.h Dial software speculare color in to match the original as best possible (#302) 2025-06-14 16:52:08 +02:00
meshutils.cpp Rendering refactoring (#459) 2025-06-30 22:51:26 +02:00
meshutils.h Rendering refactoring (#459) 2025-06-30 22:51:26 +02:00
miniwin.h Restructure miniwin and add support for 3D backends 2025-05-29 04:07:53 +02:00
structs.h Move 2D drawing and upscaling to the renderer (#348) 2025-06-25 19:45:26 +02:00