quakeforge/libs/ui
Bill Currie 010c658653 [build] Add support for building with Tracy
Tracy is a frame profiler: https://github.com/wolfpld/tracy

This uses Tracy's C API to instrument the code (already added in several
places). It turns out there is something very weird with the fence
behavior between the staging buffers and render commands as the
inter-frame delay occurs in a very strangle place (in the draw code's
packet acquisition rather than the fence waiter that's there for that
purpose). I suspect some tangled dependencies.
2023-11-28 15:54:55 +09:00
..
test [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
canvas.c [build] Add support for building with Tracy 2023-11-28 15:54:55 +09:00
font.c [ui] Use fontconfig to find system fonts 2023-07-01 19:15:22 +09:00
imui.c Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
inputline.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
Makemodule.am [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
passage.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
shaper.c [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
text.c [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
txtbuffer.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
view.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
vrect.c [ui] Fix more memory leaks 2023-03-05 18:31:30 +09:00