aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' of https://github.com/elloramir/sokol into elloramir-ma...Andre Weissflog2024-03-211-0/+6
| |\
| | * resolve texture leak on new font loadingello2024-03-191-0/+8
| | * fix font loading to work with more fonts than default oneelloramir2024-03-131-7/+5
| * | Fix a couple of typos.Bruce Mitchener2024-03-201-1/+1
| * | sokol_imgui.h: assert against texture leakage when calling simgui_create_font...Andre Weissflog2024-03-141-0/+6
| |/
* | update embedded shaders for changed wgpu bind slots and glsl v410Andre Weissflog2024-04-156-292/+321
* | sokol_gfx_imgui.h: add SG_BUFFERTYPE_STORAGEBUFFERAndre Weissflog2024-04-031-0/+1
* | sokol_gfx.h gl: storage buffers wipAndre Weissflog2024-03-111-3/+3
* | replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-106-24/+24
* | sokol_gfx.h, sokol_gfx_imgui.h: minor storage buffer related code cleanupAndre Weissflog2024-03-091-0/+1
* | sokol_gfx.h metal: filter redundant storage buffer bindingsAndre Weissflog2024-03-081-0/+1
|/
* Merge branch 'font_texture' of https://github.com/Dvad/sokol into Dvad-font_t...Andre Weissflog2024-03-021-35/+64
|\
| * [sokol_imgui] add optional argument to simgui_create_fonts_textureDavid Caruso2024-02-221-14/+25
| * [sokol_imgui] add optional backend interface for font creation/destructionDavid Caruso2024-02-211-24/+42
* | Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-271-7/+18
|\ \
| * | sokol_imgui.h: ignore special ImDrawCallback_ResetRenderState user callback c...Andre Weissflog2024-02-251-7/+18
| |/
* | sokol_gfx.h: code cleanup around sg_begin_passAndre Weissflog2024-02-181-3/+2
* | sokol_gfx.h gl: replace GL_MAX_VERTEX_UNIFORM_VECTORS with GL_MAX_VERTEX_UNIF...Andre Weissflog2024-02-171-1/+1
* | sokol_gfx_imgui.h: add swapchain panel to begin-pass capture infoAndre Weissflog2024-02-121-2/+45
* | sokol_gfx_imgui.h: fix begin pass panelAndre Weissflog2024-02-111-2/+3
* | sokol_gfx_imgui.h: pass => attachments and general code cleanupAndre Weissflog2024-02-111-1746/+1705
* | Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-106-7/+11
|\|
| * Typo fixes.Bruce Mitchener2024-02-086-7/+7
| * check isnan width and heightMatheus Catarino França2024-02-011-0/+4
* | 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