aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sokol_gl.h: call _sgl_rewind from a sokol-gfx commit listener instead of sgl_...Andre Weissflog2022-11-081-1/+20
* sokol_spine.h: report sg_add_commit_listener failureAndre Weissflog2022-11-081-1/+5
* sokol_spine.h: remove sspine_new_frame() functionAndre Weissflog2022-11-081-20/+13
* sokol_spine.h: fix C++ compilation, add to C/C++ compile testsAndre Weissflog2022-11-021-8/+14
* Merge branch 'master' into sokol-spineAndre Weissflog2022-11-027-38/+129
|\
| * simplify logging preprocessor macrosAndre Weissflog2022-10-226-54/+28
| * Merge branch 'log-callback' of github.com:Manuzor/sokol into Manuzor-log-call...Andre Weissflog2022-10-223-27/+143
| |\
| | * Replace SOKOL_LOG with runtime callbacks.Manuel Floruß2022-10-033-27/+143
| * | sokol_gfx_imgui.h: add SG_PIXELFORMAT_RGB9E5Andre Weissflog2022-10-201-0/+1
| |/
* | sokol_spine.h: finish docs and some logging tweaksAndre Weissflog2022-11-021-16/+62
* | sokol_spine.h: fix unused warning on gccAndre Weissflog2022-11-011-0/+2