aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_gfx.h: start implementing storage buffer supportAndre Weissflog2024-03-051-5/+126
|/
* sokol_app.h win32: annotate glGetIntegerv with WINAPI, fixes #1005Andre Weissflog2024-03-041-2/+2
* changelog: fix typoAndre Weissflog2024-03-021-1/+1
* update changelogAndre Weissflog2024-03-021-0/+2
* Merge branch 'Dvad-font_texture'Andre Weissflog2024-03-022-35/+71
|\
| * update changelogAndre Weissflog2024-03-021-0/+7
| * Merge branch 'font_texture' of https://github.com/Dvad/sokol into Dvad-font_t...Andre Weissflog2024-03-021-35/+64
|/|
| * [sokol_imgui] add optional argument to simgui_create_fonts_textureDavid Caruso2024-02-221-14/+25
| * [sokol_imgui] add optional backend interface for font creation/destructionDavid Caruso2024-02-211-24/+42
* | changelog: more formattingAndre Weissflog2024-03-021-2/+2
* | changelog: formattingAndre Weissflog2024-03-021-2/+3
* | Merge branch 'Dvad-sokol_emsc_set_main_loop'Andre Weissflog2024-03-022-3/+34
|\ \
| * | add a sample link to the last changelog entryAndre Weissflog2024-03-021-0/+4
| * | update changelogAndre Weissflog2024-03-021-0/+15
| * | sokol_app.h emsc: add a sapp_desc.html5_emsc_set_main_loop_simulate_infinite_...Andre Weissflog2024-03-021-1/+2
| * | sokol_app.h emsc: minor code cleanupAndre Weissflog2024-03-021-2/+2
| * | Merge branch 'sokol_emsc_set_main_loop' of https://github.com/Dvad/sokol into...Andre Weissflog2024-03-021-3/+14
|/| |
| * | [sokol_app] add SOKOL_EMSC_USE_SET_MAIN_LOOP #defineDavid Caruso2024-02-231-3/+14
| |/
* | update changelogAndre Weissflog2024-03-011-0/+6
* | sokol_app.h, sokol_args.h emsc: replace deprecated allocateUTF8OnStack with s...Andre Weissflog2024-03-012-6/+6
* | gh actions: update upload/download-artifact to v4Andre Weissflog2024-03-011-12/+12
* | sokol_gfx.h wgpu: fix for a behaviour change in Chrome (fixes #1003)Andre Weissflog2024-03-011-0/+1
* | sokol_gfx.h metal: fix regression for swapchain passes without stencil surfaceAndre Weissflog2024-03-012-4/+20
* | changelog: add link to PR for latest entryAndre Weissflog2024-02-291-0/+2
* | Merge pull request #985 from floooh/issue904-pass-cleanupAndre Weissflog2024-02-2920-3991/+3883
|\ \
| * | remove sokol_imgui.h from the rust bindings (trouble with GH Actions)Andre Weissflog2024-02-292-7/+1
| * | gen_bindings.yml: make sokol-rust checkout recursive in gen-bindings jobAndre Weissflog2024-02-291-0/+1
| * | update changelog and readmeAndre Weissflog2024-02-292-1/+34
| * | sokol_glue.h: fix the sokol_app.h include checkAndre Weissflog2024-02-291-3/+3
| * | readme: update triangle sample code, remove clear sampleAndre Weissflog2024-02-281-113/+42
| * | sokol_gfx.h, sokol_app.h: remove a couple of outdated fixmesAndre Weissflog2024-02-282-2/+0
| * | sokol_app.h: minor documentation tweaksAndre Weissflog2024-02-281-5/+5
| * | sokol_glue.h documentationAndre Weissflog2024-02-281-8/+3
| * | sokol_glue.h: check for SOKOL_GFX_INCLUDED and SOKOL_APP_IMPL_INCLUDEDAndre Weissflog2024-02-281-0/+9
| * | sokol_gfx.h: fixes for merge from masterAndre Weissflog2024-02-271-2/+2
| * | Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-274-9/+59
| |\ \ | |/ / |/| |
* | | Merge branch 'danielchasehooper-master'Andre Weissflog2024-02-272-2/+9
|\ \ \
| * | | update changelogAndre Weissflog2024-02-271-0/+7
| * | | sokol_gfx.h gles3: minor code cleanup in invalidate framebuffer checkAndre Weissflog2024-02-271-2/+2
| * | | Don't invalidate the depth stencil framebuffer when the current pass doesn't ...Daniel Hooper2024-02-261-2/+2
|/ / /
* | / sokol_imgui.h: ignore special ImDrawCallback_ResetRenderState user callback c...Andre Weissflog2024-02-252-7/+34
| |/ |/|
* | update changelogAndre Weissflog2024-02-211-0/+9
* | Merge pull request #993 from kcbanner/gl_funcs_extAndre Weissflog2024-02-211-0/+5
|\ \
| * | Allow extensions to load additional GL functions via SG_GL_FUNCS_EXTkcbanner2024-02-191-0/+5
|/ /
* | readme: add back link to a fork of the Learn OpenGL samplesAndre Weissflog2024-02-181-0/+2
| * sokol_app.h: add a doc blurb about sapp_gl_get_framebuffer()Andre Weissflog2024-02-261-0/+4
| * sokol_gfx.h gles3: define GL_FRAMEBUFFER_UNDEFINED if it doesn't exist (see: ...Andre Weissflog2024-02-261-0/+9
| * sokol_gfx.h: update all pass-related documentationAndre Weissflog2024-02-241-100/+149
| * sokol_gfx.h: use sg_environment defaults for sg_swapchain default color, dept...Andre Weissflog2024-02-241-9/+3
| * sokol_gfx.h: update render pass documentation wipAndre Weissflog2024-02-241-88/+145