aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* sokol_gfx_imgui.h: remove obsolete ctx_idAndre Weissflog2024-01-281-1/+0
* Fix strict-prototype warnings.Bruce Mitchener2024-01-201-1/+1
* basic supprt of some BC3, BC7, ETC2 and ASTC compressed texture formatsAnton Semenov2024-01-161-0/+6
* sokol_nuklear.h: change snk_handle_event to return a bool if handledAdam Patterson2023-12-201-3/+8
* Fix typos.Bruce Mitchener2023-12-091-5/+5
* sokol_gfx.h, sokol_shape.h: remove the SOKOL_ZIG_BINDINGS struct size workaroundAndre Weissflog2023-12-041-6/+0
* sokol_imgui.h: fix minor documentation issueAndre Weissflog2023-11-211-2/+2
* sokol_gfx_imgui.h: fixes for sokol_gfx.h stats member renamesAndre Weissflog2023-10-091-3/+3
* Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-10-038-72/+72
|\
| * rename custom allocator callbacks to alloc_fn/free_fnAndre Weissflog2023-09-258-72/+72
* | sokol_gfx_imgui.h: add d3d11 frame stats to stats panelAndre Weissflog2023-10-031-1/+30
* | sokol_gfx_imgui.h: add gl stats to frame stats panelAndre Weissflog2023-10-021-0/+14
* | sokol_gfx_imgui.h: stats tracking panel cleanupAndre Weissflog2023-10-021-31/+56
* | sokol_gfx_imgui.h: allow to ignore sokol_imgui.h frame statsAndre Weissflog2023-10-021-0/+18
* | sokol_gfx_imgui.h: add frame stats windowAndre Weissflog2023-10-021-0/+111
* | sokol_gfx_imgui.h: tweak function call colorsAndre Weissflog2023-10-021-9/+11
* | sokol_gfx_imgui.h: add helper function sg_imgui_draw_menu()Andre Weissflog2023-10-021-1/+33
* | Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-09-091-2/+10
|\|
| * sokol_imgui.h: fix for cimgui 1.89.9 (fixes #879)Andre Weissflog2023-09-091-2/+10
* | sokoL_imgui.h: allow unfilterable user imagesAndre Weissflog2023-09-071-90/+120
* | sokol_spine.h: fix embedded wgsl shaderAndre Weissflog2023-09-031-3/+140
* | sokol_nuklear.h: fix embedded wgsl shadersAndre Weissflog2023-09-031-178/+112
* | sokol_gfx_imgui.h: fix missing sokol-gfx wgpu backend stringAndre Weissflog2023-09-031-0/+1
* | sokol_imgui.h wgpu: fix embedded shaderAndre Weissflog2023-09-031-178/+112
* | sokol_fontstash.h wgpu: fix embedded shaderAndre Weissflog2023-09-031-192/+122
* | sokol_gl.h: fix embedded wgsl shaderAndre Weissflog2023-09-021-186/+120
* | sokol_debugtext.h: fix embedded wgsl shaderAndre Weissflog2023-09-021-166/+104
* | sg_sampler_type renaming fixesAndre Weissflog2023-08-317-9/+11
|/
* sokol_nuklear.h: update documentationAndre Weissflog2023-07-261-9/+123
* sokol_imgui.h: remove obsolete documentation snippetAndre Weissflog2023-07-261-8/+0
* sokol_nuklear.h: initial image/sampler object implementationAndre Weissflog2023-07-241-44/+540
* sokol_imgui.h: add a comment headerAndre Weissflog2023-07-241-0/+7
* sokoL_imgui.h: fix comment typoAndre Weissflog2023-07-241-1/+1
* sokol_imgui.h: add two useful helper functionsAndre Weissflog2023-07-231-2/+33
* sokol_imgui.h: add c++ wrapper func and code cleanupAndre Weissflog2023-07-231-2/+3
* sokol_imgui.h: update documentationAndre Weissflog2023-07-231-1/+93
* sokol_gfx_imgui.h: remove a redundant castAndre Weissflog2023-07-231-1/+1
* sokol_gfx_imgui.h: fixes for sokol_imgui.h changesAndre Weissflog2023-07-221-1/+8
* sokol_imgui.h: check that API functions are called between setup/shutdownAndre Weissflog2023-07-221-10/+32
* sokol_imgui.h: simgui_image_t implementation finishedAndre Weissflog2023-07-221-53/+291
* sokol_imgui.h: start with simgui_image_t implementationAndre Weissflog2023-07-211-2/+177
* Merge branch 'master' into sgfx-samplers-bindingsAndre Weissflog2023-07-162-103/+170
|\
| * sokol_debugtext.h: fix doc code example typoStian H. Johannesen2023-07-151-1/+1
| * added function prototypes, removed imguikey function, and added documentation...Benjamin Trosch2023-07-101-46/+89
| * made sokol_imgui event functions that were sapp agnostic publicBenjamin Trosch2023-07-091-118/+142
* | sokol_nuklear.h: fix example code in docsAndre Weissflog2023-07-161-1/+1
* | sokol_gl.h: update documentationAndre Weissflog2023-07-101-2/+6
* | sokol_imgui.h: add label to samplerAndre Weissflog2023-07-021-0/+1
* | sokol_gfx_imgui.h: render depth textures in image panelAndre Weissflog2023-07-021-1/+0
* | sokol_spine.h: fix c++ buildAndre Weissflog2023-06-251-1/+1