aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Update sokol_nuklear.hDavid Lannan2024-10-241-1/+1
* Added command to enable cursors with default font.David Lannan2024-10-231-0/+2
* sokol_imgui.h: changed ImTextureID type from void* to uint64_tThomas Stehle2024-10-211-6/+6
* sokol_gl.h: fix a C-ism / C++ warning (using {0} for a struct init)Andre Weissflog2024-09-201-1/+2
* sokol_imgui.h: fix unused warning with SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2024-09-201-2/+5
* sokol_imgui.h: update for Dear ImGui 1.91.1 (fixed https://github.com/floooh...Andre Weissflog2024-09-101-6/+8
* sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)Andre Weissflog2024-09-024-13/+14
* sokol_gfx.h wgpu: fix up bindgroups cache when destroying associated resource...Andre Weissflog2024-08-311-0/+1
* sokol_gl.h: don't skip rendering completely in case of errors, plus:Andre Weissflog2024-08-261-35/+105
* sokol_gfx_imgui.h: minor fix in frame stats window (scroll-freeze only the ta...Andre Weissflog2024-08-131-1/+1
* sokol_imgui.h zig bindings wipAndre Weissflog2024-05-301-17/+10
* ETC2 pixel format cleanup:Andre Weissflog2024-05-101-2/+4
* sokol_gfx_imgui.h: add storage buffers to shader and apply-bindings panelsAndre Weissflog2024-05-011-0/+40
* Merge branch 'master' into storage-buffersAndre Weissflog2024-04-213-3/+15
|\
| * sokol_debug.text.h: fix flipped alpha blend factorsAndre Weissflog2024-04-081-2/+2
| * 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