aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * gen_rust.py: param type overrides for sg_dispatchAndre Weissflog2025-02-251-0/+3
| * merge from masterAndre Weissflog2025-02-2220-173/+630
| |\
| * | gen_zig.py: don't 'pub' extern C func declaration.Andre Weissflog2025-02-221-1/+1
| * | sokol_gfx.h: validation for sg_shader_desc.mtl_threads_per_threadgroupAndre Weissflog2025-02-201-1/+8
| * | sokol_gfx.h: tweak sg_dispatch validationAndre Weissflog2025-02-191-6/+6
| * | sokol_gfx.h: more validation checksAndre Weissflog2025-02-191-13/+64
| * | sokol_gfx.h: add validation for sg_draw and sg_dispatchAndre Weissflog2025-02-191-20/+60
| * | sokol_gfx.h: valiate compute/render pipeline vs compute/render passAndre Weissflog2025-02-191-2/+6
| * | sokol_gfx.h: rename sg_shader_desc.compute_workgroup_size to mtl_threads_per_...Andre Weissflog2025-02-181-19/+18
| * | sokol_gfx_imgui.h: fixes for sokol_gfx.h compute shader updateAndre Weissflog2025-02-181-34/+89
| * | sokol_gfx_imgui.h: fix typoAndre Weissflog2025-02-161-1/+1
| * | sokol_gfx.h: add dispatch call to sg_trace_hooksAndre Weissflog2025-02-161-0/+1
| * | sokol_gfx.h metal: set images and samplers on compute passesAndre Weissflog2025-02-152-9/+20
| * | sokol_gfx.h: cleanup storage buffer hazard tracking codeAndre Weissflog2025-02-151-31/+1
| * | sokol_gfx.h gl: fix conditional compilation for compute availableAndre Weissflog2025-02-152-13/+27
| * | sokol_gfx.h gl: issue glMemoryBarrier between ssbo writes and readsAndre Weissflog2025-02-151-0/+30
| * | sokol_gfx.h gl win32: add glMemoryBarrier and GL_SHADER_STORAGE_BARRIER_BIT t...Andre Weissflog2025-02-131-1/+3
| * | sokol_gfx.h gl: compute wipAndre Weissflog2025-02-131-10/+38
| * | sokol_gfx.h gl: create compute shaderAndre Weissflog2025-02-121-12/+32
| * | sokol_gfx.h gl: zero-initialize immutable buffers without initial contentAndre Weissflog2025-02-121-2/+10
| * | sokol_gfx.h d3d11: fix _sg_d3d11_apply_bindingsAndre Weissflog2025-02-081-5/+5
| * | sokol_gfx.h d3d11: initial compute shader supportAndre Weissflog2025-02-081-106/+212
| * | sokol_gfx.h d3d11: fix sg_make_pipeline for compute pipelines, some minor cod...Andre Weissflog2025-02-071-16/+24
| * | sokol_gfx.h d3d11: compute shader creationAndre Weissflog2025-02-061-60/+134
| * | sokol_gfx.h d3d11: zero-initialized immutable buffers, storage buffers with uavAndre Weissflog2025-02-051-8/+57
| * | sokol_gfx.h metal: compute dispatch by thread groups, not threadsAndre Weissflog2025-02-031-19/+12
| * | sokol_gfx.h wgpu: compute doneAndre Weissflog2025-02-031-55/+132
| * | sokol_gfx.h wgpu: compute pipelinesAndre Weissflog2025-02-021-101/+124
| * | sokol_gfx.h wgpu: compute shadersAndre Weissflog2025-02-021-6/+36
| * | sokol_gfx.h wgpu: allow immutable buffers without initial content (will be ze...Andre Weissflog2025-02-011-2/+4
| * | sokol_gfx.h mtl: synchronize gpu-written managed storage buffers at end of co...Andre Weissflog2025-02-011-33/+54
| * | sokol_gfx.h mtl: set MTLMutability in render- and compute-pipelinesAndre Weissflog2025-02-011-6/+46
| * | add compute flag to sg_query_pipeline_descAndre Weissflog2025-02-011-1/+2
| * | sokol_gfx.h mtl: fix unused parameter warningAndre Weissflog2025-01-301-1/+1
| * | sokol_gfx.h mtl: sg_dispatch working :)Andre Weissflog2025-01-291-7/+36
| * | sokol_gfx.h mtl: compute passes wipAndre Weissflog2025-01-281-112/+165
| * | sokol_gfx.h mtl: dont call _sg_compute_on_endpass() in render passAndre Weissflog2025-01-271-1/+3
| * | sokol_gfx.h mtl: compute pass wipAndre Weissflog2025-01-271-162/+410
| * | sokol_gfx.h mtl: create compute pipelinesAndre Weissflog2025-01-261-131/+167
| * | sokol_gfx.h mtl: create compute shaderAndre Weissflog2025-01-261-5/+27
| * | sokol_gfx.h mtl: allow creating immutable buffers without data (will be zero-...Andre Weissflog2025-01-251-12/+16
| * | sokol_gfx.h: start with compute shader supportAndre Weissflog2025-01-251-7/+34
* | | Merge pull request #1214 from waywardmonkeys/reduce-typo-countAndre Weissflog2025-02-232-3/+3
|\ \ \ | |_|/ |/| |
| * | Reduce typo countBruce Mitchener2025-02-242-3/+3
|/ /
* | remove obsolete reminder from the bindgen readmeAndre Weissflog2025-02-111-2/+0
* | fix changelog typoAndre Weissflog2025-02-111-1/+1
* | update changelog (C3 bindings)Andre Weissflog2025-02-101-0/+11
* | readme: add link to C3 bindingsAndre Weissflog2025-02-101-0/+1
* | readme: add C3 bindings status badgeAndre Weissflog2025-02-101-1/+1
* | github ci: add deploy-c3 step to bindings.ymlAndre Weissflog2025-02-101-0/+21