aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_gfx.h: fix validation message typos, finish doc comment updatesAndre Weissflog2025-05-121-20/+37
| * sokol_gfx.h: fix outdated doc commentsAndre Weissflog2025-05-111-8/+7
| * sokol_gfx.h: doc comment update wip (storage images)Andre Weissflog2025-05-111-62/+215
| * sokol_gfx.h: sg_query_shader_desc() write storage image itemsAndre Weissflog2025-05-111-3/+16
| * sokol_gfx.h gl: use the former Emscripten glTexStorage workaround on all GLES...Andre Weissflog2025-05-101-4/+4
| * fix testsAndre Weissflog2025-05-102-138/+135
| * sokol_gfx.h: fix dummy backend, remove unused logitemAndre Weissflog2025-05-101-14/+22
| * gen_d.py: replace immutable with _immutable (reserved D keyword)Andre Weissflog2025-05-101-0/+1
| * Merge branch 'master' into issue1244/compute-ms2Andre Weissflog2025-05-085-11/+65
| |\ | |/ |/|
* | tweak last changelog itemAndre Weissflog2025-05-071-2/+2
* | update changelog (https://github.com/floooh/sokol/issues/1261)Andre Weissflog2025-05-071-0/+19
* | sokol_app.h win32: make GetRawInputData() more robust by first polling the re...Andre Weissflog2025-05-071-4/+39
* | ci: pin test-d job to zig 0.14.0 for nowAndre Weissflog2025-05-071-2/+2
* | Merge pull request #1262 from roig/fix-missalign-sokol-appAndre Weissflog2025-05-071-2/+2
|\ \
| * | Aligans not neededDaniel Guzman2025-05-071-1/+0
| * | Fix missalignment crash on windowsDaniel Guzman2025-05-071-2/+3
|/ /
* | Merge pull request #1254 from rahulsenna/masterAndre Weissflog2025-04-221-1/+1
|\ \
| * | Fixed a typo in sokol_gfx.hRahul Sinha2025-04-221-1/+1
|/ /
* | Merge pull request #1251 from Seb-degraff/patch-2Andre Weissflog2025-04-171-3/+3
|\ \
| * | Fixed a couple of typos in sokol_gfx.hSeb-degraff2025-04-171-3/+3
|/ /
* | Merge pull request #1249 from farism/masterAndre Weissflog2025-04-141-1/+1
|\ \
| * | update bindgen url for sokol-dunknown2025-04-131-1/+1
|/ /
| * sokol_gfx.h gl: fix build error in GLES3.1 pathAndre Weissflog2025-05-051-1/+1
| * sokol_gfx.h gl: fix gcc warningsAndre Weissflog2025-05-051-3/+3
| * sokol_gfx.h gl: fix build for WebGL2/macOSAndre Weissflog2025-05-051-1/+7
| * sokol_gfx.h gl: minor code cleanupAndre Weissflog2025-05-051-1/+2
| * sokol_gfx.h gl: fix pipeline state cache problem in compute passes with stora...Andre Weissflog2025-05-041-0/+5
| * sokol_gfx.h gl: issue glMemoryBarrier if neededAndre Weissflog2025-05-041-11/+20
| * sokol_gfx.h gl: apply storage images in sg_apply_pipelineAndre Weissflog2025-05-041-204/+260
| * sokol_gfx.h gl: storage image wipAndre Weissflog2025-05-041-12/+39
| * sokol_gfx.h: fix metal and wgpu buildsAndre Weissflog2025-05-031-9/+9
| * sokol_gfx.h d3d11: bind storage attachments in sg_apply_pipeline and sg_apply...Andre Weissflog2025-05-031-0/+27
| * sokol_gfx.h d3d11: fix _sg_d3d11_create_image() for storage attachment imagesAndre Weissflog2025-05-031-31/+50
| * sokol_app.h d3d11: request a feature level 11.1 d3d device (but allow fallbac...Andre Weissflog2025-05-031-7/+8
| * sokol_gfx.h d3d11: storage attachments wipAndre Weissflog2025-05-032-49/+114
| * sokol_gfx.h d3d11: fix buildAndre Weissflog2025-05-031-76/+100
| * sokol_gfx.h wgpu: clear storage attachments binding if not usedAndre Weissflog2025-05-021-0/+4
| * sokol_gfx.h wgpu: apply storage image bindings during sg_apply_pipeline()Andre Weissflog2025-05-021-15/+65
| * sokol_gfx.h wgpu: _sg_wgpu_create_shader(): create optional bindgrouplayout f...Andre Weissflog2025-05-021-0/+46
| * sokol_gfx.h wgpu: storage attachments wipAndre Weissflog2025-05-011-21/+67
| * sokol_gfx.h: validate that an attachment image isn't bound as texture in the ...Andre Weissflog2025-05-011-0/+25
| * sokol_gfx.h: don't require storage attachment slots to be continuousAndre Weissflog2025-04-291-18/+24
| * sokol_gfx_imgui.h: storage attachment supportAndre Weissflog2025-04-271-3/+22
| * sokol_gfx.h mtl: apply storage attachments sg_apply_pipelineAndre Weissflog2025-04-271-62/+107
| * sokol_gfx.h mtl: sg_make_attachments and sg_begin_pass with storage attachmentsAndre Weissflog2025-04-261-5/+63
| * sokol_gfx.h: storage attachments wipAndre Weissflog2025-04-241-52/+91
| * sokol_gfx.h: validate storage attachments and validation message cleanupAndre Weissflog2025-04-221-119/+170
| * sokol_gfx.h: sg_attachemnts_desc.storage_images[] => .storages[]Andre Weissflog2025-04-211-1/+1
| * sokol_gfx_imgui.h: add storage images to shader panelAndre Weissflog2025-04-211-22/+48
| * sokol_gfx.h: sg_make_shader with storage images wipAndre Weissflog2025-04-211-25/+90