From cbf7d23623b5bb2d2092cb6c86bc965138b4ea75 Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 3 Feb 2026 20:26:01 +0100 Subject: added mipmaps for the hw renderer, improvements This commit add mipmaps, but for now, mipmaps are generated on the gpu at runtime. We should generate them in advance. - added mipmaps for the hardware renderer - renamed stb_image.c to stb_image.cpp - add compiler flag to stb_image.cpp to prevent warning - added pipe notation for various objects to have all clipping functions be left to right. We need this for the time being because dot notation would considerably complicate the current implementation - small improvements --- src/stb_image.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/stb_image.c (limited to 'src/stb_image.c') diff --git a/src/stb_image.c b/src/stb_image.c deleted file mode 100644 index cf4a748..0000000 --- a/src/stb_image.c +++ /dev/null @@ -1,3 +0,0 @@ -#define STB_IMAGE_IMPLEMENTATION -#define STBI_FAILURE_USERMSG -#include -- cgit v1.2.3