aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* bindgen preparations (#443)Andre Weissflog2020-12-201-2/+2
* sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested)Andre Weissflog2020-12-021-0/+295
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-287-21/+21
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-287-26/+43
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-287-4/+11
* Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...Andre Weissflog2020-11-287-208/+236
|\
| * Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-197-208/+236
* | sokol_gfx_imgui.h: ImGui 1.79 API fix (SliderFloat)Andre Weissflog2020-11-221-3/+3
|/
* update main readme, and remove redundant util/README.mdAndre Weissflog2020-11-171-19/+0
* New header: sokol_shape.h (#427)Andre Weissflog2020-11-171-0/+1406
* sokol_imgui.h: fix a bug in vertex offset dirty check (fixes #418)Andre Weissflog2020-11-021-2/+2
* sokol_imgui.h: add some docs notes about simgui_desc.ini_filenameAndre Weissflog2020-09-281-4/+10
* merge latest changes from masterAndre Weissflog2020-09-171-1/+1
|\
| * fixing sdtx_putrrbxnk2020-09-121-1/+1
* | sokol_memtrack.h: pointer casts when compiled as C++Andre Weissflog2020-09-081-2/+2
|/
* sokol_fontstash.h: silence a false positive clang analyzer warningAndre Weissflog2020-08-251-1/+13
* sokol_gfx_imgui.h: fix an (uncritical) clang analyzer warningAndre Weissflog2020-08-251-66/+125
* fixes for cimgui 1.77Andre Weissflog2020-06-301-17/+17
* sokol_gfx_imgui.h: fix id collision in call panel if several debug groups wit...Andre Weissflog2020-06-281-2/+2
* add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,...Andre Weissflog2020-06-283-0/+18
* sokol_fontstash.h d3d11: use sokol-shdc generated shader codeAndre Weissflog2020-06-211-278/+108
* sokol_fontstash.h gl,metal,wgpu: use sokol-shdc generated embedded shader codeAndre Weissflog2020-06-211-244/+1169
* sokol_imgui.h d3d11: replace embedded shader code with sokol-shdc generatedAndre Weissflog2020-06-211-264/+107
* sokol_imgui.h gl,metal,wgpu: use sokol-shdc generated embedded shader codeAndre Weissflog2020-06-211-271/+1136
* sokol_gl.h, sokol_debugtext.h, metal: minor code cleanup in shader creationAndre Weissflog2020-06-212-12/+4
* sokol_gl.h d3d11: replace embedded shaders with code generated by sokol-shdcAndre Weissflog2020-06-211-356/+109
* sokol_gl.h GL,Metal,WGPU: replace embedded shaders with code generated by sok...Andre Weissflog2020-06-211-207/+1165
* sokol_debugtext.h: minor cleanup in shader creationAndre Weissflog2020-06-211-1/+2
* sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0Andre Weissflog2020-06-202-593/+526
* sokol_debugtext.h d3d11: use shader model 4.0 for embedded shader byte codeAndre Weissflog2020-06-201-59/+53
* sokol_gfx_imgui.h: add new item sg_shader_stage_desc.d3d11_targetAndre Weissflog2020-06-201-0/+13
* sokol_gl.h: fix a MSVC /W4 warningAndre Weissflog2020-06-151-1/+2
* fixes for MSVC warning level 4Andre Weissflog2020-06-142-14/+11
* new utility header sokol_memtrack.hAndre Weissflog2020-06-142-0/+169
* sokol_gfx_imgui.h: fix an ImGui Id collision in apply-bindings panelAndre Weissflog2020-06-061-5/+5
* fix warnings in D3D11 code path and clang-msvcEduardo Bart2020-06-012-2/+2
* fix unused parameter warnings in platform-agnostic and OSX/iOS code pathsAndre Weissflog2020-05-301-0/+5
* fix various MSVC warnings in C++ modeAndre Weissflog2020-05-282-9/+13
* add missing C++ reference-based function wrappersAndre Weissflog2020-05-282-0/+8
* sokol_debugtext.h: fix doc typoAndre Weissflog2020-05-271-1/+1
* sokol_debugtext.h: minor doc tweakAndre Weissflog2020-05-271-6/+6
* update readmes for sokol_debugtext.hAndre Weissflog2020-05-271-0/+1
* sokol_debugtext.h: fix doc typos, and add a 'just in case' zero-termination t...Andre Weissflog2020-05-271-25/+29
* sokol_debugtext.h: remove the WIPAndre Weissflog2020-05-261-2/+0
* sokol_debugtext.h: completed documentationAndre Weissflog2020-05-261-0/+117
* sokol_debugtext.h: start with header documentationAndre Weissflog2020-05-251-8/+195
* sokol_debugtext.h: add C++ const-ref wrapper functionsAndre Weissflog2020-05-251-0/+3
* sokol_debugtext.h bugfix: reset cursor pos in sdtx_draw()Andre Weissflog2020-05-241-0/+2
* sokol_debugtext.h: fix context pipeline creation attributesAndre Weissflog2020-05-241-3/+3
* move the extract-font.py utility script to sokol-toolsAndre Weissflog2020-05-221-104/+0