aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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