aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1301 from stianhj/fix-removed-functionAndre Weissflog2025-07-252-3/+3
|\ \ | | | | | | remove references to sg_begin_default_pass
| * | remove references to sg_begin_default_passStian H. Johannesen2025-07-252-3/+3
|/ /
* | ci: remove specific version from mlugg/setup-zig (uses build.zig.zon then)Andre Weissflog2025-07-151-3/+0
| |
* | fix sokol-zig codegen for zig 0.15.0-dev.1034+bd97b6618 (callconv and ↵Andre Weissflog2025-07-151-26/+6
| | | | | | | | removed Writer usage)
* | sokol_debugtext.h: expose the internal string-format buffer to language ↵Andre Weissflog2025-07-151-0/+13
| | | | | | | | bindings (used by sokol-zig)
* | Merge pull request #1296 from kassane/nuklear-supportAndre Weissflog2025-07-063-3/+59
|\ \ | | | | | | gen_d: Add sokol_nuklear and sokol_args support
| * | ci: drop sokol-d-nuklear-example-branch [wait merge]Matheus Catarino2025-07-051-1/+1
| | |
| * | testing in CI/CDMatheus Catarino2025-07-052-1/+1
| | |
| * | nuklear checker addedMatheus Catarino2025-07-051-3/+11
| | |
| * | gen_d: sokol_nuklear and sokol_args supportMatheus Catarino2025-06-302-1/+49
|/ /
* | switch zig test ci back to mlugg/setup-zigAndre Weissflog2025-06-291-1/+4
| |
* | sokol_imgui.h: fix some typos in updated doc sectionsAndre Weissflog2025-06-291-5/+8
| |
| * sokol_gfx.h gl: fix gles3 build on linux (no texture views available)Andre Weissflog2025-08-031-1/+1
| |
| * sokol_gfx.h mtl: fix unused warningAndre Weissflog2025-08-031-0/+1
| |
| * sokol_gfx.h gl: fix macOS and GLES3Andre Weissflog2025-08-031-23/+40
| |
| * sokol_gfx.h mtl: more robust bindings cache for dynamic resources (take ↵Andre Weissflog2025-08-032-74/+181
| | | | | | | | active_slot into account)
| * sokol_gfx.h d3d11: fix unused warning in _sg_d3d11_create_view()Andre Weissflog2025-08-021-0/+1
| |
| * sokol_gfx.h gl: fix unused warning in _sg_gl_create_view()Andre Weissflog2025-08-021-0/+1
| |
| * sokol_gfx.h gl: fix another signed/unsigned warningAndre Weissflog2025-08-021-1/+1
| |
| * sokol_gfx_imgui.h: remove unused _sgimgui_viewtype_string functionAndre Weissflog2025-08-021-12/+0
| |
| * sokol_gfx.h gl: fix signed/unsigned warningsAndre Weissflog2025-08-021-2/+2
| |
| * sokol_gfx.h gl: fix msaa resolve in _sg_gl_end_pass()Andre Weissflog2025-08-021-8/+8
| |
| * sokol_gfx.h gl: fix _sg_gl_begin_passAndre Weissflog2025-08-021-4/+5
| |
| * sokol_gfx.h gl: resource views wipAndre Weissflog2025-08-021-297/+261
| |
| * sokol_gfx.h gl: view objects wipAndre Weissflog2025-07-311-80/+131
| |
| * sokol_gfx.h: fix tests for viewsAndre Weissflog2025-07-302-858/+270
| |
| * sokol_gfx.h: fix dummy backend for viewsAndre Weissflog2025-07-301-10/+16
| |
| * sokol_spine.h: port to view objectsAndre Weissflog2025-07-301-51/+70
| |
| * sokol_fontstash.h: fix for view objectsAndre Weissflog2025-07-291-14/+31
| |
| * sokol_nuklear.h: update for resource view objectsAndre Weissflog2025-07-291-27/+49
| |
| * sokol_gfx.h wgpu: fix wgsl bindslot collision validationAndre Weissflog2025-07-261-3/+2
| |
| * sokol_gfx.h wgpu: fix storage buffer binding sizeAndre Weissflog2025-07-261-0/+2
| |
| * sokol_gfx.h wgpu: fix resolve attachment texture usageAndre Weissflog2025-07-261-1/+1
| |
| * sokol_gfx.h wgpu: fix bindgroup setupAndre Weissflog2025-07-261-2/+2
| |
| * sokol_gfx.h wgpu: view implementation doneAndre Weissflog2025-07-261-199/+73
| |
| * sokol_gfx.h wgpu: view implementation wipAndre Weissflog2025-07-261-190/+108
| |
| * sokol_gfx.h: move the new MAX_BINDINGS_PER_STAGE constants into the impl ↵Andre Weissflog2025-07-251-10/+10
| | | | | | | | block (e.g. make them private)
| * sokol_gfx.h d3d11: fix depth-stencil-views, minor code cleanupAndre Weissflog2025-07-251-3/+3
| |
| * sokol_gfx.h d3d11: fix storage buffer srv creation, minor code cleanupAndre Weissflog2025-07-251-3/+6
| |
| * sokol_gfx.h mtl: fix _sg_end_pass callAndre Weissflog2025-07-241-1/+2
| |
| * sokol_gfx.h d3d11: fix _sg_d3d11_apply_bindings for view objectsAndre Weissflog2025-07-241-85/+49
| |
| * sokol_gfx.h: move _sg_d3d11_begin_pass/_sg_d3d11_end_pass to viewsAndre Weissflog2025-07-241-37/+47
| |
| * sokol_gfx.h mtl: add labels in _sg_mtl_create_view and minor code cleanupAndre Weissflog2025-07-231-9/+12
| |
| * sokol_gfx.h d3d11: create/discard viewAndre Weissflog2025-07-231-225/+179
| |
| * sokol_gfx.h d3d11: _sg_d3d11_create_view wipAndre Weissflog2025-07-221-71/+134
| |
| * sokol_gfx.h d3d11: view objects wipAndre Weissflog2025-07-211-27/+25
| |
| * sokol_gfx.h d3d11: port d3d11 backend to view objects wipAndre Weissflog2025-07-211-70/+56
| |
| * sokol_gfx.h: strip _binding from usage.*_bindingAndre Weissflog2025-07-212-14/+14
| |
| * sokol_gl.h: add label for default samplerAndre Weissflog2025-07-211-0/+1
| |
| * sokol_debugtext.h: add a label for the font texture viewAndre Weissflog2025-07-211-0/+1
| |