aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * rust bindgen fixes, add sokol_imgui.h to rust generationAndre Weissflog2024-02-202-7/+9
| * bindgen minor code cleanupAndre Weissflog2024-02-203-6/+3
| * gen_odin.py: add sokol_glue.h as regular module, remove cruftAndre Weissflog2024-02-191-4/+2
| * gen_zig.py: remove some cruftAndre Weissflog2024-02-191-2/+0
| * fix sokol-zig bindingsAndre Weissflog2024-02-192-1/+3
| * sokol_gfx.h dummy: fix _sg_dummy_begin_pass()Andre Weissflog2024-02-181-1/+1
| * sokol_gfx.h wgpu: fix swapchain passes for optional depth-bufferAndre Weissflog2024-02-181-1/+1
| * sokol_gfx.h: only fix swapchain pass defaults when it's actually a swapchain ...Andre Weissflog2024-02-181-9/+12
| * sokol_gfx.h: code cleanup around sg_begin_passAndre Weissflog2024-02-182-99/+134
| * sokol_gfx.h gl: replace GL_MAX_VERTEX_UNIFORM_VECTORS with GL_MAX_VERTEX_UNIF...Andre Weissflog2024-02-172-5/+5
| * sokol_gfx.h d3d11: sg_d3d11_query_pass_info => sg_d3d11_query_attachments_infoAndre Weissflog2024-02-141-1/+1
| * fix testsAndre Weissflog2024-02-128-301/+312
| * sokol_gfx.h: metal import QuartzCore/CoreAnimation.h (needed for CAMetalDrawa...Andre Weissflog2024-02-121-2/+4
| * sokol_gfx_imgui.h: add swapchain panel to begin-pass capture infoAndre Weissflog2024-02-121-2/+45
| * sokol_gfx_imgui.h: fix begin pass panelAndre Weissflog2024-02-111-2/+3
| * sokol_gfx.h: metal fix pass store action for stencil, fix trace hooks begin-p...Andre Weissflog2024-02-111-6/+6
| * sokol_gfx_imgui.h: pass => attachments and general code cleanupAndre Weissflog2024-02-111-1746/+1705
| * sokol_gfx.h fix trace hooks structAndre Weissflog2024-02-111-1/+0
| * Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-1012-25/+65
| |\ | |/ |/|
* | Merge pull request #988 from waywardmonkeys/maybe-the-last-big-round-of-typo-...Andre Weissflog2024-02-0812-25/+25
|\ \
| * | Typo fixes.Bruce Mitchener2024-02-0812-25/+25
|/ /
* | Merge pull request #987 from kassane/not_nanAndre Weissflog2024-02-011-0/+4
|\ \
| * | check isnan width and heightMatheus Catarino França2024-02-011-0/+4
|/ /
* | fix changelog typoAndre Weissflog2024-01-311-1/+1
* | Merge branch 'zoo-3d-sokol-app-focus-steal'Andre Weissflog2024-01-312-0/+26
|\ \
| * | sokol_app.h macos: shorten comment for window focus workaround, update changelogAndre Weissflog2024-01-312-11/+15
| * | Merge branch 'sokol-app-focus-steal' of https://github.com/zoo-3d/sokol into ...Andre Weissflog2024-01-311-0/+22
|/| |
| * | fix typozoo3d2024-01-281-3/+3
| * | mergezoo3d2024-01-280-0/+0
| |\ \
| | * | sokol_app.h: fix focus stolen from user when app is too slow to activezoo3d2024-01-281-0/+20
| * | | sokol_app.h: fix focus stolen from user when app is too slow to activezoo3d2024-01-281-0/+22
| |/ /
* | | update changelogAndre Weissflog2024-01-281-0/+7
* | | Merge pull request #984 from edubart/fix/unregister-resize-callbackAndre Weissflog2024-01-281-0/+3
|\ \ \ | |/ / |/| |
| * | sokol_app.h: unregister canvas resize callback when quittingEduardo Bart2024-01-281-0/+3
|/ /
| * sokol_gfx.h metal+wgpu: support pass labelsAndre Weissflog2024-02-101-11/+22
| * sokol_gfx.h metal: replace sg_metal_swapchain.render_pass_encoder with indivi...Andre Weissflog2024-02-102-36/+62
| * sokol_app.h macos/ios: replace getting render-pass-desc with getting individu...Andre Weissflog2024-02-101-13/+29
| * sokol_glue.h: change prefix from sapp_ to sglue_Andre Weissflog2024-02-071-12/+19
| * sokol_gfx.h: fix c++ wrapper functionsAndre Weissflog2024-02-071-3/+3
| * sokol_app.h android: query gl framebuffer bindingAndre Weissflog2024-02-071-1/+3
| * sokol_gfx.h mtl: minor code cleanup in _sg_mtl_state_cache_tAndre Weissflog2024-02-071-1/+1
| * sokol_app.h, sokol_gfx.h d3d11: move d3d11 swapchain msaa resolve into sokol_...Andre Weissflog2024-02-063-42/+82
| * sokol_app.h win32 wgl: fix sapp_gl_get_framebuffer()Andre Weissflog2024-02-051-3/+5
| * sokol_gfx.h d3d11: pass-related code cleanupAndre Weissflog2024-02-051-58/+27
| * sokol_app.h linux: fix sapp_get_gl_framebuffer()Andre Weissflog2024-02-051-6/+13
| * sokol_gfx.h gl: on Linux with SOKOL_GLES3, actually include the GLES3 headersAndre Weissflog2024-02-051-2/+7
| * sokol_gfx.h gl: fix gles3 code pathAndre Weissflog2024-02-041-2/+2
| * sokol_app.h: sapp_gl_get_framebuffer() for emscriptenAndre Weissflog2024-02-041-1/+6
| * sokol_gfx.h gl: pass cleanup wipAndre Weissflog2024-02-042-50/+16
| * sokol_app.h: sapp_gl_get_framebuffer() wipAndre Weissflog2024-02-041-4/+43