aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* sokol_debugtext.h: fix doc code example typoStian H. Johannesen2023-07-151-1/+1
* added function prototypes, removed imguikey function, and added documentation...Benjamin Trosch2023-07-101-46/+89
* made sokol_imgui event functions that were sapp agnostic publicBenjamin Trosch2023-07-091-118/+142
* sokol_imgui.h: improve touch interactionsAndre Weissflog2023-05-201-6/+52
* sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_targetAndre Weissflog2023-05-151-18/+18
* sokol_gfx_imgui.h: pass state fixesAndre Weissflog2023-05-081-9/+9
* sokol_gfx_imgui.h: additions and fixes for sokol_gfx.h pass overhaulAndre Weissflog2023-05-081-17/+48
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-307-287/+306
* sokol_gfx_imgui.h: print sg_limits.gl_max_combined_texture_image_unitsAndre Weissflog2023-02-151-0/+1
* sokol_spine.h: add human readable log messagesAndre Weissflog2023-02-111-38/+39
* sokol_debugtext.h, sokol_gl.h: replace figlet fontAndre Weissflog2023-02-112-97/+80
* sokol_spine.h: add MALLOC_FAILED panic, replace figlet fontAndre Weissflog2023-02-111-85/+74
* sokol_debugtext.h: add human readable logging messagesAndre Weissflog2023-02-101-9/+12
* sokol_gl.h: add human readable logging messagesAndre Weissflog2023-02-101-10/+10
* sokol_debugtext.h: add new-style loggingAndre Weissflog2023-02-022-67/+179
* sokol_gl.h: remove comment typoAndre Weissflog2023-02-021-1/+0
* sokol_gl.h: implmenent new-style loggingAndre Weissflog2023-02-021-108/+248
* sokol_audio/fetch/spine.h: better naming for log item xmacrosAndre Weissflog2023-01-311-33/+33
* sokol_audio.h, sokol_spine.h: doc and macro cleanupAndre Weissflog2023-01-311-4/+11
* sokol_audio.h, sokol_spine.h: remove loglevel enumAndre Weissflog2023-01-311-13/+6
* sokol_audio.h, sokol_spine.h: remove stdio.h includeAndre Weissflog2023-01-311-1/+0
* sokol_spine.h: cleanup logging, remove default logging (instead recommend sok...Andre Weissflog2023-01-301-70/+54
* sokol_spine.h: add figlet comment headersAndre Weissflog2023-01-291-100/+212
* sokol_audio.h, sokol_spine.h: logging code cleanupAndre Weissflog2023-01-291-31/+31
* Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok...Andre Weissflog2023-01-251-0/+1
|\
| * implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 formatAnton Semenov2022-12-131-0/+1
* | sokol_spine.h: fix a comment typoAndre Weissflog2023-01-191-1/+1
* | Merge branch 'master' of https://github.com/legends2k/sokol into legends2k-ma...Andre Weissflog2023-01-161-5/+5
|\ \
| * | sokol_imgui.h: Fix obsolete key modifier enum usagesSundaram Ramaswamy2022-12-141-5/+5
| |/
* / corect pos/button event orderAlec2022-12-131-4/+4
|/
* sokol_spine.h: fix iOS shadersAndre Weissflog2022-11-261-130/+128
* update sokol_debugtext.h docs for layered rendering, changelog and readmeAndre Weissflog2022-11-161-2/+32
* sokol_debugtext.h: fix texture bleeding artefacts without font texture wasteAndre Weissflog2022-11-161-13/+13
* sokol_debugtext.h: fix texturing artefacts by spacing out character cells in ...Andre Weissflog2022-11-141-16/+12
* sokol_debugtext.h: add missing draw functions, some doc tweaksAndre Weissflog2022-11-141-3/+30
* sokol_debugtext.h: render layers more wipAndre Weissflog2022-11-141-49/+179
* sokol_gl.h: minor code cleanup (better naming)Andre Weissflog2022-11-141-9/+9
* sokol_spine.h: minor code cleanup (better naming)Andre Weissflog2022-11-141-6/+6
* sokol_spine.h: minor code cleanup (better naming)Andre Weissflog2022-11-141-38/+38
* sokol_gl.h: minor code cleanup (better naming)Andre Weissflog2022-11-141-32/+32
* sokol_debugtext.h: render layers wipAndre Weissflog2022-11-121-1/+16
* sokol_spine.h: minor code cleanupAndre Weissflog2022-11-121-2/+2
* sokol_gl.h: minor code cleanupAndre Weissflog2022-11-121-51/+55
* sokol_gl.h: 'static inline' => 'static'Andre Weissflog2022-11-121-13/+13
* sokol_gl.h: fix doc typoAndre Weissflog2022-11-111-1/+1
* sokol_gl.h: rename 'layer' to 'layer_id' (because of name clash in Zig bindin...Andre Weissflog2022-11-111-20/+20
* sokol_gl.h: document layered rendering, and a bit of code cleanupAndre Weissflog2022-11-111-17/+46
* sokol_gl.h: bugfix, render layer wasn't stored in draw commandAndre Weissflog2022-11-101-1/+1
* sokol_gl.h: implement layer drawingAndre Weissflog2022-11-101-8/+58
* sokoL_spine.h: rename frame_count to frame_id, and fix first-frame-updatesAndre Weissflog2022-11-101-14/+17