aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_gfx.h mtl: implement sg_draw_ex()Andre Weissflog2025-10-011-9/+14
| * sokol_gfx.h: start implementing sg_draw_ex()Andre Weissflog2025-09-302-35/+111
|/
* fix changelog typosAndre Weissflog2025-09-291-5/+5
* Merge pull request #1330 from floooh/issue1302/flexible-bind-limitsAndre Weissflog2025-09-296-193/+771
|\
| * update last changelog item (mention new d3d11 warning if feature level 0 devi...Andre Weissflog2025-09-291-1/+2
| * sokol_gfx.h d3d11: add a warning in sg_setup() when D3D11 device is feature l...Andre Weissflog2025-09-291-0/+4
| * add details to last changelog entry (https://github.com/floooh/sokol/pull/1330)Andre Weissflog2025-09-291-0/+5
| * sokol_gfx.h: fix a validation layer messageAndre Weissflog2025-09-291-1/+1
| * update changelog and readme (https://github.com/floooh/sokol/pull/1330)Andre Weissflog2025-09-292-1/+84
| * sokol_gfx.h d3d11: minor code cleanupAndre Weissflog2025-09-281-1/+1
| * sokol_gfx.h: simplify the sg_desc.enforce_portable_limit codeAndre Weissflog2025-09-281-15/+21
| * sokol_gfx.h: add max portable resource limit constants and options checks (sg...Andre Weissflog2025-09-281-7/+21
| * Merge branch 'master' into issue1302/flexible-bind-limitsAndre Weissflog2025-09-286-12/+115
| |\
| * | sokol_gfx.h d3d11: dynamic resource limits minor code cleanupAndre Weissflog2025-09-281-1/+0
| * | sokol_gfx.h: remove redundant bindslot limit validation layer checksAndre Weissflog2025-09-281-93/+101
| * | fix sokol-gfx testsAndre Weissflog2025-09-271-2/+2
| * | sokol_gfx.h: update backend api bindings limits in comments and validation me...Andre Weissflog2025-09-271-30/+30
| * | sokol_gfx.h: remove separate sg_limits.max_readonly/writable_storage_buffer_b...Andre Weissflog2025-09-272-61/+45
| * | sokol_gfx.h: fix gen_bindings rule violationAndre Weissflog2025-09-271-1/+1
| * | sokol_gfx.h gl: fix unused warning on non-compute platformsAndre Weissflog2025-09-271-1/+1
| * | sokol_gfx.h: fix validation layer messages for readonly vs writable storage b...Andre Weissflog2025-09-241-5/+5
| * | sokol_gfx.h gl: fix storage buffer bindings limit check on non-compute platformsAndre Weissflog2025-09-241-22/+24
| * | sokol_gfx.h gl: fix max storage buffer bindings limit for readonly vs writableAndre Weissflog2025-09-241-6/+11
| * | sokol_gfx.h wgpu: fix max storage buffer bindings limit for readonly vs writableAndre Weissflog2025-09-241-1/+2
| * | sokol_gfx.h mtl: fix max storage buffer bindings limit for readonly vs writableAndre Weissflog2025-09-241-1/+2
| * | sokol_gfx.h: fix dummy backend and testsAndre Weissflog2025-09-222-13/+49
| * | Merge branch 'master' into issue1302/flexible-bind-limitsAndre Weissflog2025-09-223-34/+71
| |\ \
| * | | sokol_gfx.h d3d11: dynamic resource limits wipAndre Weissflog2025-09-222-19/+50
| * | | sokol_gfx.h gl: fix gl backend for dynamic binding limitsAndre Weissflog2025-09-221-12/+19
| * | | sokol_gfx.h gl: init sg_limits.max_storage_buffer/image_bindings_per_stageAndre Weissflog2025-09-211-5/+17
| * | | sokol_gfx.h gl: init sg_limits.max_color_attachments and max_texture_bindings...Andre Weissflog2025-09-211-6/+25
| * | | sokol_gfx.h wgpu: remove unused defineAndre Weissflog2025-09-211-1/+1
| * | | sokol_app.h wgpu: request adapter limits for texture-, storage-buffer and sto...Andre Weissflog2025-09-201-0/+10
| * | | sokol_gfx.h: populate new dynamic limitsAndre Weissflog2025-09-201-0/+4
| * | | sokol_gfx.h: check dynamic max-pass-attachment limitsAndre Weissflog2025-09-202-3/+74
| * | | sokol_gfx.h: finer-grained error messages on binding-limit violation, plus ne...Andre Weissflog2025-09-202-17/+194
| * | | sokol_gfx.h: add validation check for max bindings per stage in _sg_init_shaderAndre Weissflog2025-09-201-3/+75
| * | | sokol_gfx.h: dynamic limits wipAndre Weissflog2025-09-191-12/+16
| * | | sokol_gfx_imgui.h: add common struct sizes to Capabilities panelAndre Weissflog2025-09-191-0/+10
| * | | sokol_gfx_imgui.h: view the new sg_limits in the capabilities panelAndre Weissflog2025-09-171-0/+4
| * | | sokol_gfx.h mtl: populate the new sg_limitsAndre Weissflog2025-09-171-0/+5
| * | | sokol_gfx.h: start with flexible resource binding limitsAndre Weissflog2025-09-161-0/+4
* | | | ci: attempt to fix rust missing fmtAndre Weissflog2025-09-291-0/+1
| |_|/ |/| |
* | | Merge pull request #1338 from floooh/issue1337/dxgi_timing_bugAndre Weissflog2025-09-283-4/+12
|\ \ \
| * | | update readmeAndre Weissflog2025-09-282-2/+2
| * | | sokol_app.h d3d11/dxgi: fix frame time issue on 120Hz displays (fixes #1337)Andre Weissflog2025-09-282-3/+11
|/ / /
* | | sokol_gfx.h: fix per-frame resource stats (see: https://github.com/floooh/sok...Andre Weissflog2025-09-241-24/+24
* | | Merge pull request #1334 from floooh/issue1332/resource-statsAndre Weissflog2025-09-233-3/+101
|\ \ \
| * | | sokol_gfx.h: frame stats tracking minor code cleanupAndre Weissflog2025-09-231-9/+13
| * | | update changelog (https://github.com/floooh/sokol/pull/1334)Andre Weissflog2025-09-231-0/+12