aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* merge from masterAndre Weissflog2025-02-223-6/+4
|\
| * sokol_gfx.h: remove pvrtc pixelformat (see: https://github.com/floooh/sokol/i...Andre Weissflog2025-02-091-4/+0
| * sokol_gfx_imgui.h: add SG_BLENDOP_MIN/MAX supportAndre Weissflog2025-02-091-0/+2
| * add -Wextra-semi to CI tests and fix resulting warningsAndre Weissflog2025-01-302-2/+2
* | sokol_gfx_imgui.h: fixes for sokol_gfx.h compute shader updateAndre Weissflog2025-02-181-34/+89
* | sokol_gfx_imgui.h: fix typoAndre Weissflog2025-02-161-1/+1
* | sokol_gfx.h metal: set images and samplers on compute passesAndre Weissflog2025-02-151-0/+4
* | sokol_gfx.h gl: fix conditional compilation for compute availableAndre Weissflog2025-02-151-1/+2
|/
* sokol_imgui.h: update doc section on user-provided images and samplersAndre Weissflog2024-12-171-38/+22
* sokol_imgui.h: build 64-bit ImTextureID directly from 32-bit sokol-gfx img- a...Andre Weissflog2024-12-162-360/+26
* sokol_imgui.h: allow to override the prefix for Dear ImGui C bindingsAndre Weissflog2024-12-081-42/+39
* fix sokol_gfx_imgui.h for new Dear ImGui C bindings (https://github.com/flooo...Andre Weissflog2024-12-051-108/+108
* sokol_imgui.h: prepare for switch to dear_bindings cimguiAndre Weissflog2024-12-041-1/+1
* sokol_gfx.h glcore: allow multisampled texture bindingsAndre Weissflog2024-11-171-0/+1
* sokol_nuklear.h: wrap sokol_app.h mouse cursor calls into SOKOL_NUKLEAR_NO_SO...Andre Weissflog2024-11-131-0/+2
* sokoL_nuklear.h: move sokol-app cursor update from event handler to snk_render()Andre Weissflog2024-11-131-19/+21
* sokol_nuklear.h: enable setting mouse cursorzeozeozeo2024-11-131-0/+25
* sokol_gfx_imgui.h: fix Dear ImGui conflicting ID warning (fixes #1144)Andre Weissflog2024-11-071-0/+2
* sokol_gfx_imgui.h: update and fix bindings panelAndre Weissflog2024-10-261-6/+13
* sokol_gfx.h: remove sg_shader_uniform.offsetAndre Weissflog2024-10-261-2/+2
* Merge branch 'master' into issue1037_bindings_cleanupAndre Weissflog2024-10-252-6/+8
|\
| * 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: remove obsolete commentAndre Weissflog2024-10-251-1/+0
* | sokol_gfx_imgui.h: update for sokol-gfx bindings cleanupAndre Weissflog2024-10-151-271/+235
* | sokol_spine.h: update d3d11 shader blobsAndre Weissflog2024-10-151-1/+89
* | sokol_fontstash.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+88
* | sokol_nuklear.h: update d3d11 shader blobsAndre Weissflog2024-10-151-1/+82
* | sokol_gl.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+88
* | sokol_imgui.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+82
* | sokol_debugtext.h: update embedded d3d11 shader blobsAndre Weissflog2024-10-151-1/+76
* | fix sokol_nuklear.h for bindings cleanup (except hlsl)Andre Weissflog2024-10-141-619/+1005
* | fix sokol_spine.h for bindings cleanup (except hlsl)Andre Weissflog2024-10-141-778/+1208
* | sokol_fontstash.h, sokol_gl.h: fix for bindings cleanup (except hlsl)Andre Weissflog2024-10-142-1350/+2143
* | sokol_debugtext.h: fix for bindings cleanupAndre Weissflog2024-10-141-616/+963
* | sokol_imgui.h: fix a code style problemAndre Weissflog2024-10-141-1/+1
* | sokol_imgui.h: bindings cleanup changes (except d3d11/hlsl)Andre Weissflog2024-10-141-648/+1023
|/
* 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