aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_gfx: storage images wipAndre Weissflog2025-04-211-84/+145
| * sokol_gfx.h: storage textures wipAndre Weissflog2025-04-201-1/+2
| * sokol_gfx.h: prepare public API for storage imagesAndre Weissflog2025-04-181-0/+13
| * fix util headers for sg_buffer/image_usageAndre Weissflog2025-04-123-8/+13
| * sokol_gfx.h gl: fix glMemoryBarrier codeAndre Weissflog2025-04-121-59/+59
| * sokol_gfx.h gl: update memory barrier code for vertex- and index-buffer bindingsAndre Weissflog2025-04-121-18/+53
| * sokol_gfx.h: validate sg_buffer_usage and sg_image_usage flagsAndre Weissflog2025-04-091-0/+16
| * fix sokol_gfx_imgui.h for sg_buffer/image_usageAndre Weissflog2025-04-081-26/+18
| * sokol_gfx.h: add sg_features.separate_buffer_typesAndre Weissflog2025-04-081-0/+6
| * sokol_gfx.h d3d11: fix for sg_buffer/image_usageAndre Weissflog2025-04-081-76/+45
| * sokol_gfx.h: fix commentAndre Weissflog2025-04-071-1/+1
| * sokol_gfx.h: fix webgpu backend for sg_buffer/image_usageAndre Weissflog2025-04-071-14/+17
| * sokol_gfx.h: fix gl backend for sg_buffer/image_usageAndre Weissflog2025-04-071-18/+29
| * fix some util headers for sg_buffer/image_usageAndre Weissflog2025-04-074-11/+11
| * sokol_gfx.h: sg_buffer_usage and sg_image_usage, plus Metal fixesAndre Weissflog2025-04-071-143/+108
|/
* Merge pull request #1243 from floooh/issue1242/sokol_audio_remove_slesAndre Weissflog2025-04-053-337/+35
|\
| * update changelog (https://github.com/floooh/sokol/issues/1242)Andre Weissflog2025-04-051-19/+25
| * sokol_audio.h android: remove OpenSLES backend (deprecated in more recent NDK...Andre Weissflog2025-04-052-318/+10
|/
* Merge pull request #1241 from floooh/issue1234/android-gles31Andre Weissflog2025-04-057-79/+85
|\
| * fix changelog typosAndre Weissflog2025-04-051-1/+1
| * update changelog (https://github.com/floooh/sokol/pull/1241)Andre Weissflog2025-04-051-0/+24
| * tests: remove the Android OpenSLES builds (those trigger deprecated errors now)Andre Weissflog2025-04-053-45/+0
| * fix sokol-gfx and sokol-app comments regarding GLES3.1 contexts and compute s...Andre Weissflog2025-04-052-10/+10
| * switch android tests to android-30 platformAndre Weissflog2025-04-052-5/+5
| * sokol_gfx.h: wip compute support on linux+gles3 and android+gles3Andre Weissflog2025-04-051-3/+12
| * sokol_gfx.h: check actual GL context version for GLES3Andre Weissflog2025-04-051-1/+6
| * sokol_app.h: consider sapp_desc.gl_major/minor_version for some GLES3 platformsAndre Weissflog2025-04-051-17/+30
|/
* fix changelog typosAndre Weissflog2025-04-041-2/+2
* update changelog (https://github.com/floooh/sokol/pull/1240)Andre Weissflog2025-04-041-0/+17
* Merge branch 'n67094-master'Andre Weissflog2025-04-041-1/+7
|\
| * sokol_imgui.h: compatibility hack for original cimgui vs dear bindings cimguiAndre Weissflog2025-04-041-1/+7
| * fix: mismatch function with cimguin670942025-04-031-1/+1
|/
* Merge branch 'bullno1-resize'Andre Weissflog2025-03-312-0/+34
|\
| * update changelog (https://github.com/floooh/sokol/pull/1237)Andre Weissflog2025-03-311-0/+3
| * sokol_app.h linux: remove _SAPP_GLX check in new sapp_x11_get_window/display ...Andre Weissflog2025-03-311-2/+2
| * Merge branch 'resize' of github.com:bullno1/sokol into bullno1-resizeAndre Weissflog2025-03-311-0/+31
|/|
| * Make sure to also check for _SAPP_GLXBach Le2025-03-311-2/+2
| * Expose X11 Window and DisplayBach Le2025-03-311-0/+31
* | Merge branch 'bullno1-x11-dragndrop-leak'Andre Weissflog2025-03-312-0/+9
|\ \
| * | coding style fix and update changelog (https://github.com/floooh/sokol/pull/1...Andre Weissflog2025-03-312-1/+9
| * | Merge branch 'x11-dragndrop-leak' of github.com:bullno1/sokol into bullno1-x1...Andre Weissflog2025-03-311-0/+1
|/| |
| * | Fix memory leak when doing dragndrop in X11Bach Le2025-03-311-0/+1
| |/
* | Merge pull request #1236 from floooh/issue1235/validate-empty-bindingsAndre Weissflog2025-03-302-0/+29
|\ \ | |/ |/|
| * add pr link to changelog (https://github.com/floooh/sokol/pull/1236)Andre Weissflog2025-03-301-0/+2
| * sokol_gfx.h: new validation layer check in sg_apply_bindings to check for emp...Andre Weissflog2025-03-302-0/+27
|/
* Merge pull request #1232 from floooh/spine-4.2Andre Weissflog2025-03-283-3/+13
|\
| * fix tests (update spine runtime to 4.2)Andre Weissflog2025-03-281-1/+3
| * sokol_spine.h: updates for Spine C runtime 4.2Andre Weissflog2025-03-282-2/+10
* | Merge pull request #1231 from floooh/clang-windows-fixesAndre Weissflog2025-03-289-20/+20
|\ \ | |/ |/|
| * sokol_app.h win32: fix unused warning in release mode (clang)Andre Weissflog2025-03-281-1/+1