| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | sokol_audio.h, sokol_spine.h: doc and macro cleanup | Andre Weissflog | 2023-01-31 | 2 | -8/+22 |
| | * | sokol_audio.h, sokol_spine.h: remove loglevel enum | Andre Weissflog | 2023-01-31 | 2 | -33/+12 |
| | * | sokol_audio.h, sokol_spine.h: remove stdio.h include | Andre Weissflog | 2023-01-31 | 2 | -2/+0 |
| | * | fix sokol_spine_test.c | Andre Weissflog | 2023-01-30 | 1 | -1/+1 |
| | * | sokol_spine.h: cleanup logging, remove default logging (instead recommend sok... | Andre Weissflog | 2023-01-30 | 1 | -70/+54 |
| | * | sokol_audio.h: fix doc comment block | Andre Weissflog | 2023-01-30 | 1 | -1/+1 |
| | * | new header: sokol_log.h with default logging callback for other sokol headers | Andre Weissflog | 2023-01-30 | 1 | -8/+176 |
| | * | sokol_audio.h: remove default logging code, instead recommend sokol_log.h | Andre Weissflog | 2023-01-30 | 1 | -46/+36 |
| | * | start with sokol_log.h header | Andre Weissflog | 2023-01-29 | 1 | -0/+160 |
| | * | fix tests | Andre Weissflog | 2023-01-29 | 1 | -23/+23 |
| | * | sokol_audio.h: minor consistency cleanup | Andre Weissflog | 2023-01-29 | 1 | -1/+1 |
| | * | sokol_spine.h: add figlet comment headers | Andre Weissflog | 2023-01-29 | 1 | -100/+212 |
| | * | sokol_audio.h, sokol_spine.h: logging code cleanup | Andre Weissflog | 2023-01-29 | 2 | -40/+40 |
| | * | sokol_audio.h: fix windows build | Andre Weissflog | 2023-01-28 | 1 | -2/+2 |
| | * | sokol_audio.h: fix linux build | Andre Weissflog | 2023-01-28 | 1 | -1/+1 |
| | * | sokol_audio.h: include stdio.h in implementation | Andre Weissflog | 2023-01-28 | 1 | -0/+1 |
| | * | remove uwp support from tests | Andre Weissflog | 2023-01-28 | 5 | -20/+4 |
| | * | sokol_audio.h: remove uwp support, replace logging with new unified logging a... | Andre Weissflog | 2023-01-28 | 1 | -249/+259 |
| |/ |
|
| * | Merge branch 'allcreater-pixelformat_srgba8_nowgpu' | Andre Weissflog | 2023-01-26 | 4 | -9/+46 |
| |\ |
|
| | * | update changelog (initial SRGB work) | Andre Weissflog | 2023-01-26 | 1 | -0/+10 |
| | * | sokol_gfx.h gl windows: add GL_FRAMEBUFFER_SRGB define to GL loader | Andre Weissflog | 2023-01-26 | 1 | -0/+1 |
| | * | sokol_gfx.h gl: disable SRGB for default framebuffer, enable for offscreen re... | Andre Weissflog | 2023-01-26 | 1 | -3/+17 |
| | * | sokol_gfx.h: formatting | Andre Weissflog | 2023-01-25 | 1 | -3/+3 |
| | * | Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok... | Andre Weissflog | 2023-01-25 | 3 | -6/+18 |
| |/| |
|
| | * | implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 format | Anton Semenov | 2022-12-13 | 3 | -6/+18 |
| * | | fix a changelog typo | Andre Weissflog | 2023-01-25 | 1 | -1/+1 |
| * | | update changelog | Andre Weissflog | 2023-01-24 | 1 | -0/+8 |
| * | | Merge branch 'nmr8acme-master' | Andre Weissflog | 2023-01-24 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Merge branch 'master' of https://github.com/nmr8acme/sokol into nmr8acme-master | Andre Weissflog | 2023-01-24 | 1 | -2/+2 |
| |/| | |
|
| | * | | Align validation with greatest common requirement | nmr8acme | 2023-01-20 | 1 | -2/+2 |
| * | | | Merge pull request #779 from floooh/saudio-aaudio | Andre Weissflog | 2023-01-23 | 6 | -234/+576 |
| |\ \ \ |
|
| | * | | | update changelog | Andre Weissflog | 2023-01-23 | 1 | -4/+7 |
| | * | | | update changelog and readme | Andre Weissflog | 2023-01-23 | 2 | -4/+21 |
| | * | | | remove clangd config file | Andre Weissflog | 2023-01-22 | 1 | -2/+0 |
| | * | | | extend the android compile tests for sokol_audio.h aaudio vs sles | Andre Weissflog | 2023-01-22 | 3 | -2/+52 |
| | * | | | sokol_audio.h android: fix unused warnings | Andre Weissflog | 2023-01-22 | 1 | -0/+3 |
| | * | | | sokol_audio.h: whitespace fix | Andre Weissflog | 2023-01-21 | 1 | -1/+0 |
| | * | | | sokol_audio.h android: implement AAudio backend and make it default | Andre Weissflog | 2023-01-21 | 1 | -40/+153 |
| | * | | | sokol_audio.h webaudio: resume audio context in touchend, not touchstart (fix... | Andre Weissflog | 2023-01-19 | 1 | -1/+1 |
| | * | | | sokol_audio.h android: fix SAUDIO_NUM_BUFFERS vs SAUDIO_SLES_NUM_BUFFERS | Andre Weissflog | 2023-01-18 | 1 | -5/+5 |
| | * | | | sokol_audio.h linux: fix backend init call | Andre Weissflog | 2023-01-18 | 1 | -1/+1 |
| | * | | | sokol_audio.h: fix platform-specific init and shutdown function names | Andre Weissflog | 2023-01-18 | 1 | -4/+4 |
| | * | | | sokol_audio.h ios: fix a AVAudioSession setup error: | Andre Weissflog | 2023-01-18 | 1 | -1/+1 |
| | * | | | sokol_audio.h macos/ios: init is now more fault-tolerant, some general init c... | Andre Weissflog | 2023-01-18 | 1 | -25/+49 |
| | * | | | sokol_audio.h: update section headers, backend-specific function names | Andre Weissflog | 2023-01-18 | 1 | -151/+149 |
| | * | | | sokol_audio.h: start a little general code cleanup session | Andre Weissflog | 2023-01-17 | 1 | -168/+303 |
| | * | | | add a .clangd config file | Andre Weissflog | 2023-01-17 | 1 | -0/+2 |
| * | | | | Merge pull request #780 from mpalomas/master | Andre Weissflog | 2023-01-23 | 1 | -2/+2 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | sokol_gfx.h: minor doc fixes (typo, copy-paste) | Michael Palomas | 2023-01-23 | 1 | -2/+2 |
| |/ / / |
|
| * / / | sokol_spine.h: fix a comment typo | Andre Weissflog | 2023-01-19 | 1 | -1/+1 |
| |/ / |
|