light7734 · she/her
  • Between the Hammer and the Anvil
  • Joined on 2024-12-09
light7734 pushed to main at light7734/light 2025-10-08 09:46:28 +00:00
b6976c01c4 refactor(renderer): do not call dlclose for vulkan
light7734 pushed to main at light7734/light 2025-10-08 09:33:18 +00:00
36d2d81e8a ci(amd64/gcc/valgrind): fix suppression file
light7734 pushed to main at light7734/light 2025-10-08 09:31:21 +00:00
cbe391ba32 ci(amd64/clang/lsan): fix suppression path
light7734 pushed to main at light7734/light 2025-10-08 09:18:24 +00:00
b763b10034 ci(amd64/gcc/valgrind): add suppression for XFlush
light7734 pushed to main at light7734/light 2025-10-08 09:14:47 +00:00
400b49f1d8 ci(amd64/gcc/valgrind): update suppression file
light7734 pushed to main at light7734/light 2025-10-08 07:55:14 +00:00
94335375ec ci(amd64/gcc/valgrind): add suppression for XFlush
light7734 pushed to main at light7734/light 2025-10-08 07:42:26 +00:00
df056d08ed ci(amd64/gcc/valgrind): add suppression for XFlush
light7734 pushed to main at light7734/light 2025-10-08 07:23:23 +00:00
686ccc8f71 ci(amd64/gcc/valgrind): set --num-callers to 50
light7734 pushed to main at light7734/light 2025-10-08 06:51:51 +00:00
23d84c251a ci(amd64/clang/lsan): add suppression rules for dlopen/close and xlib
light7734 pushed to main at light7734/light 2025-10-08 06:29:18 +00:00
07a3dfcb36 refactor(renderer): dlclose when destroying vulkan instance
light7734 pushed to main at light7734/light 2025-10-08 06:28:56 +00:00
e70438706c ci(amd64/gcc/valgrind): add suppressions for xlib & dlopen nonsense
light7734 pushed to main at light7734/light 2025-10-08 05:45:40 +00:00
56ef217142 ci(amd64/clang/coverage): fix path
light7734 pushed to main at light7734/light 2025-10-08 05:38:23 +00:00
38ec10f4fd ci(amd64/clang/coverage): fix path
00332ee958 ci(amd64/clang/coverage): fix path
Compare 2 commits »
light7734 pushed to main at light7734/light 2025-10-08 05:32:18 +00:00
9cbebaef06 ci: fix paths
light7734 pushed to main at light7734/light 2025-10-08 05:28:31 +00:00
b804360884 ci: do not cd into build
light7734 pushed to main at light7734/light 2025-10-08 04:54:25 +00:00
dc7c6ff0aa data(test): add triangle shaders
light7734 pushed to main at light7734/light 2025-10-08 04:52:20 +00:00
0471969615 refactor(mirror): adjust to recent changes
eb9e358d83 refactor(renderer): turn debug messenger from component to normal object
Compare 2 commits »
light7734 pushed to main at light7734/light 2025-10-08 03:20:25 +00:00
fc0e63455b test(ecs): fix a testcase
light7734 pushed to main at light7734/light 2025-10-08 03:00:37 +00:00
487f907ffb build(time): link tbb to fix gcc compilation issues
20ef8c04d8 build(test): link tbb to fix gcc compilation issues
77c04d38c9 refactor(mirror): adjust to recent changes
81811351b8 fix(renderer): compilation issues on gcc
e1360cabce fix(input): adjust to recent changes + link tbb to fix gcc compilation
Compare 9 commits »
light7734 pushed to main at light7734/light 2025-10-07 13:35:32 +00:00
61473c2758 test(renderer): overhaul tests & fix many bugs