summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'gl_texture_cache_fix' of https://github.com/allcreater/sokol ↵Andre Weissflog2023-02-151-6/+10
|/| | | | | | | into allcreater-gl_texture_cache_fix
| * _sg_gl_state_cache_t.textures array extended to support ↵Anton Semenov2023-02-101-6/+10
| | | | | | | | SG_MAX_SHADERSTAGE_IMAGES both on vertex and fragment shader
* | changelog fix typoAndre Weissflog2023-02-131-1/+1
| |
* | Merge pull request #783 from floooh/saudio-new-loggingAndre Weissflog2023-02-1324-3075/+3100
|\ \ | |/ |/| Implement new-style logging for all headers (which had any logging).
| * changelog: mention removal of UWP support from sokol headersAndre Weissflog2023-02-131-1/+3
| |
| * update changelog, readme and some sokol_log.h doc tweaksAndre Weissflog2023-02-133-5/+102
| |
| * sokol_log.h: add some Windows specific documentationAndre Weissflog2023-02-131-1/+8
| |
| * sokol_log.h: log formatting tweaks if no filename is providedAndre Weissflog2023-02-131-18/+23
| |
| * sokol_log.h: minor comment tweaksAndre Weissflog2023-02-131-2/+2
| |
| * sokol_log.h: minor code cleanup, fix an analyzer warningAndre Weissflog2023-02-131-9/+12
| |
| * add sokol_log.h to nim bindingsAndre Weissflog2023-02-121-15/+27
| |
| * add sokol_log.h to odin bindings generatorAndre Weissflog2023-02-121-0/+2
| |
| * fix testsAndre Weissflog2023-02-111-1/+1
| |
| * add sokol_log.h to zig bindingsAndre Weissflog2023-02-112-23/+35
| |
| * sokol_spine.h: add human readable log messagesAndre Weissflog2023-02-111-38/+39
| |
| * sokol_app.h: use _SAPP_PANIC() for failed allocationsAndre Weissflog2023-02-111-40/+42
| |
| * sokol_fetch.h: replace figlet fontAndre Weissflog2023-02-111-62/+52
| |
| * 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_audio.h: change figlet font for better minimap readabilityAndre Weissflog2023-02-111-90/+75
| |
| * sokol_fetch.h: add human readable log messagesAndre Weissflog2023-02-111-19/+19
| |
| * 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_audio.h: add human readable logging stringsAndre Weissflog2023-02-101-39/+39
| |
| * sokol_gfx.h: tweak log message formatting, improve validation layer outputAndre Weissflog2023-02-091-2/+4
| |
| * sokol_gfx.h: tweak figlet font for minimap readabilityAndre Weissflog2023-02-091-96/+80
| |
| * sokol_app.h: tweak log message formatAndre Weissflog2023-02-091-1/+1
| |
| * sokol_log.h: tweak log output formattingAndre Weissflog2023-02-091-34/+25
| |
| * sokol_app.h fix windows buildAndre Weissflog2023-02-081-5/+5
| |
| * sokol_app.h: replace all old logging and fail callsAndre Weissflog2023-02-081-128/+193
| |
| * sokol_app.h: new-style logging wipAndre Weissflog2023-02-071-43/+56
| |
| * tests: remove last UWP remainsAndre Weissflog2023-02-072-27/+6
| |
| * sokol_app.h: remove uwp supportAndre Weissflog2023-02-071-1167/+65
| |
| * sokol_app.h: update logging docs and add figlet headersAndre Weissflog2023-02-071-38/+148
| |
| * sokol_log.h: fix windows buildAndre Weissflog2023-02-061-1/+1
| |
| * sokol_log.h: fix gcc warning, fix linux platform detectionAndre Weissflog2023-02-061-3/+3
| |
| * sokol_log.h: fix emscripten buildAndre Weissflog2023-02-061-1/+3
| |
| * add sokol_log.h to compile testsAndre Weissflog2023-02-064-0/+15
| |
| * sokol_gfx.h d3d11: fix compile errorAndre Weissflog2023-02-061-1/+1
| |
| * sokol_gfx.h: fix unreachable code error in msvcAndre Weissflog2023-02-061-1/+2
| |
| * sokol_gfx.h: reroute validation layer messages as regular logging errorsAndre Weissflog2023-02-062-449/+290
| |
| * sokol_gfx.h: more new-style logging (all but validation)Andre Weissflog2023-02-051-97/+128
| |
| * sokol_gfx.h: new-style logging wip (gl and d3d11 backendsAndre Weissflog2023-02-041-68/+150
| |
| * sokol_gfx.h: logging documentation and figlet comment headersAndre Weissflog2023-02-041-141/+275
| |
| * 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-022-112/+251
| |
| * sokol_fetch.h: remove debug comments (doh), fix Windows buildAndre Weissflog2023-01-311-6/+6
| |
| * sokol_audio/fetch/spine.h: better naming for log item xmacrosAndre Weissflog2023-01-313-93/+93
| |
| * sokol_fetch.h: add new-style logging, enabel request validation in release modeAndre Weissflog2023-01-312-123/+257
| |