summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_audio.h, sokol_spine.h: doc and macro cleanupAndre Weissflog2023-01-312-8/+22
| * sokol_audio.h, sokol_spine.h: remove loglevel enumAndre Weissflog2023-01-312-33/+12
| * sokol_audio.h, sokol_spine.h: remove stdio.h includeAndre Weissflog2023-01-312-2/+0
| * fix sokol_spine_test.cAndre Weissflog2023-01-301-1/+1
| * sokol_spine.h: cleanup logging, remove default logging (instead recommend sok...Andre Weissflog2023-01-301-70/+54
| * sokol_audio.h: fix doc comment blockAndre Weissflog2023-01-301-1/+1
| * new header: sokol_log.h with default logging callback for other sokol headersAndre Weissflog2023-01-301-8/+176
| * sokol_audio.h: remove default logging code, instead recommend sokol_log.hAndre Weissflog2023-01-301-46/+36
| * start with sokol_log.h headerAndre Weissflog2023-01-291-0/+160
| * fix testsAndre Weissflog2023-01-291-23/+23
| * sokol_audio.h: minor consistency cleanupAndre Weissflog2023-01-291-1/+1
| * sokol_spine.h: add figlet comment headersAndre Weissflog2023-01-291-100/+212
| * sokol_audio.h, sokol_spine.h: logging code cleanupAndre Weissflog2023-01-292-40/+40
| * sokol_audio.h: fix windows buildAndre Weissflog2023-01-281-2/+2
| * sokol_audio.h: fix linux buildAndre Weissflog2023-01-281-1/+1
| * sokol_audio.h: include stdio.h in implementationAndre Weissflog2023-01-281-0/+1
| * remove uwp support from testsAndre Weissflog2023-01-285-20/+4
| * sokol_audio.h: remove uwp support, replace logging with new unified logging a...Andre Weissflog2023-01-281-249/+259
|/
* Merge branch 'allcreater-pixelformat_srgba8_nowgpu'Andre Weissflog2023-01-264-9/+46
|\
| * update changelog (initial SRGB work)Andre Weissflog2023-01-261-0/+10
| * sokol_gfx.h gl windows: add GL_FRAMEBUFFER_SRGB define to GL loaderAndre Weissflog2023-01-261-0/+1
| * sokol_gfx.h gl: disable SRGB for default framebuffer, enable for offscreen re...Andre Weissflog2023-01-261-3/+17
| * sokol_gfx.h: formattingAndre Weissflog2023-01-251-3/+3
| * Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok...Andre Weissflog2023-01-253-6/+18
|/|
| * implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 formatAnton Semenov2022-12-133-6/+18
* | fix a changelog typoAndre Weissflog2023-01-251-1/+1
* | update changelogAndre Weissflog2023-01-241-0/+8
* | Merge branch 'nmr8acme-master'Andre Weissflog2023-01-241-2/+2
|\ \
| * | Merge branch 'master' of https://github.com/nmr8acme/sokol into nmr8acme-masterAndre Weissflog2023-01-241-2/+2
|/| |
| * | Align validation with greatest common requirementnmr8acme2023-01-201-2/+2
* | | Merge pull request #779 from floooh/saudio-aaudioAndre Weissflog2023-01-236-234/+576
|\ \ \
| * | | update changelogAndre Weissflog2023-01-231-4/+7
| * | | update changelog and readmeAndre Weissflog2023-01-232-4/+21
| * | | remove clangd config fileAndre Weissflog2023-01-221-2/+0
| * | | extend the android compile tests for sokol_audio.h aaudio vs slesAndre Weissflog2023-01-223-2/+52
| * | | sokol_audio.h android: fix unused warningsAndre Weissflog2023-01-221-0/+3
| * | | sokol_audio.h: whitespace fixAndre Weissflog2023-01-211-1/+0
| * | | sokol_audio.h android: implement AAudio backend and make it defaultAndre Weissflog2023-01-211-40/+153
| * | | sokol_audio.h webaudio: resume audio context in touchend, not touchstart (fix...Andre Weissflog2023-01-191-1/+1
| * | | sokol_audio.h android: fix SAUDIO_NUM_BUFFERS vs SAUDIO_SLES_NUM_BUFFERSAndre Weissflog2023-01-181-5/+5
| * | | sokol_audio.h linux: fix backend init callAndre Weissflog2023-01-181-1/+1
| * | | sokol_audio.h: fix platform-specific init and shutdown function namesAndre Weissflog2023-01-181-4/+4
| * | | sokol_audio.h ios: fix a AVAudioSession setup error:Andre Weissflog2023-01-181-1/+1
| * | | sokol_audio.h macos/ios: init is now more fault-tolerant, some general init c...Andre Weissflog2023-01-181-25/+49
| * | | sokol_audio.h: update section headers, backend-specific function namesAndre Weissflog2023-01-181-151/+149
| * | | sokol_audio.h: start a little general code cleanup sessionAndre Weissflog2023-01-171-168/+303
| * | | add a .clangd config fileAndre Weissflog2023-01-171-0/+2
* | | | Merge pull request #780 from mpalomas/masterAndre Weissflog2023-01-231-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | sokol_gfx.h: minor doc fixes (typo, copy-paste)Michael Palomas2023-01-231-2/+2
|/ / /
* / / sokol_spine.h: fix a comment typoAndre Weissflog2023-01-191-1/+1
|/ /