aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tvos build fixesTomas Andrle2025-10-221-0/+8
| * | ignore macos finder metadataTomas Andrle2025-10-221-0/+1
* | | Merge pull request #1363 from floooh/sokol-gfx-gl-feature-definesAndre Weissflog2025-10-232-10/+33
|\ \ \
| * | | update changelog (https://github.com/floooh/sokol/pull/1363)Andre Weissflog2025-10-231-0/+7
| * | | sokol_gfx.h gl: fix static GL feature detection definesAndre Weissflog2025-10-231-10/+26
|/ / /
* | | Merge pull request #1362 from floooh/issue1348/wgpu-updatesAndre Weissflog2025-10-232-9/+12
|\ \ \ | |/ / |/| |
| * | update changelog (https://github.com/floooh/sokol/pull/1362)Andre Weissflog2025-10-231-0/+8
| * | sokol_gfx.h wgpu: remove viewport clipping, no longer neededAndre Weissflog2025-10-231-9/+4
|/ /
* | Merge branch 'bryanjeal-bugs/sokol-spine-blend-mode-1360'Andre Weissflog2025-10-212-4/+12
|\ \
| * | update changelog (https://github.com/floooh/sokol/pull/1361)Andre Weissflog2025-10-211-0/+6
| * | Reverts fix for sokol_gfx validation issue and applies @floooh suggestion ins...Bryan2025-10-211-2/+1
| * | Fixes issue with sokol_gfx validation when pma is reused.Bryan2025-10-211-0/+3
| * | [sokol_spine] Fixes issue with rendering slots that use multiply blendBryan2025-10-201-4/+4
|/ /
* | update changelog (https://github.com/floooh/sokol/pull/1358)Andre Weissflog2025-10-201-0/+7
* | Merge pull request #1358 from CrackedPixel/add-psvita-backendAndre Weissflog2025-10-201-0/+143
|\ \
| * | added psvita backendCrackedPixel2025-10-191-0/+143
* | | add Soluna and Deep Future to project list in readmeAndre Weissflog2025-10-201-2/+6
* | | sokol_gfx_imgui.h: add DEARIMGUI_VERSION to the capabilities windowAndre Weissflog2025-10-201-1/+2
* | | update changelog (https://github.com/floooh/sokol/issues/1353)Andre Weissflog2025-10-201-0/+10
* | | Add test for escape char in keyCloud Wu2025-10-171-6/+6
* | | escape only on valCloud Wu2025-10-171-1/+1
* | | Revert "Restore raw key if value is empty, See #1353"Cloud Wu2025-10-171-11/+0
* | | Restore raw key if value is empty, See #1353Cloud Wu2025-10-171-0/+11
|/ /
* | sokol_imgui.h: add a couple of asserts to _simgui_bind_texture_sampler()Andre Weissflog2025-10-151-0/+3
* | Merge pull request #1347 from floooh/issue1345/ext-gl-loader-fixAndre Weissflog2025-10-103-15/+38
|\ \
| * | fix last changelog entry date dohAndre Weissflog2025-10-101-1/+1
| * | update changelog (https://github.com/floooh/sokol/pull/1347)Andre Weissflog2025-10-101-0/+9
| * | sokol_gfx.h gl: fix missing _SOKOL_GL_HAS_* defines when SOKOL_EXTERNAL_GL_LO...Andre Weissflog2025-10-101-15/+28
| * | sokol_gfx_imgui.h: add missing sg_features.gl_texture_views flagAndre Weissflog2025-10-101-0/+1
|/ /
| * sokol_gfx.h vk: fix remaining sync-validation errorsAndre Weissflog2025-11-181-41/+18
| * sokol_gfx.h vk: fix syncval errors for offscreen renderingAndre Weissflog2025-11-181-4/+12
| * sokol_gfx.h vk: fix syncval errors for swapchain depth bufferAndre Weissflog2025-11-181-11/+5
| * sokol_gfx.h vk: fix color attachment syncval errorAndre Weissflog2025-11-181-4/+4
| * sokol_gfx.h vk: split swapchain barrier helper func into begin/end-passAndre Weissflog2025-11-181-15/+52
| * sokol_gfx.h vk: use generic VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMALAndre Weissflog2025-11-181-2/+1
| * sokol_gfx.h vk: replace deprecated access bitsAndre Weissflog2025-11-181-5/+4
| * sokol_gfx.h vk: replace deprecated transfer stage bitAndre Weissflog2025-11-181-2/+2
| * sokol_gfx.h vk: replace deprecated vertex-input-bit stageAndre Weissflog2025-11-181-2/+2
| * sokol_gfx.h vk: replace deprecated top-/bottom-of-pipe stagesAndre Weissflog2025-11-181-9/+5
| * sokol_gfx/app.h vk: deprecated vkGetPhysicalDeviceFeatures => ...Features2Andre Weissflog2025-11-182-26/+28
| * sokol_gfx_imgui.h: add vulkan specific itemsAndre Weissflog2025-11-171-0/+29
| * sokol_gfx.h vk: initial vulkan frame statsAndre Weissflog2025-11-171-1/+30
| * sokol_app.h vk: remove redundant device extensionsAndre Weissflog2025-11-171-3/+0
| * sokol_app.h vk: clarify swapchain depth/msaa surface re-creationAndre Weissflog2025-11-171-2/+2
| * sokol_gfx.h vk: fix sg_apply_viewportAndre Weissflog2025-11-161-9/+19
| * sokol_gfx/app.h vk: fix unused warnings in release buildsAndre Weissflog2025-11-152-17/+17
| * sokol_app.h vk: reduce Vulkan API version requirement to 1.3Andre Weissflog2025-11-151-2/+2
| * sokol_gfx.h vk: fix _sg_vk_staging_stream_image_dataAndre Weissflog2025-11-151-0/+1
| * sokol_gfx.h vk: _sg_vk_staging_stream_image_data()Andre Weissflog2025-11-151-32/+73
| * sokol_fontstash.h: add embedded vulkan-spirv shaderAndre Weissflog2025-11-152-2/+221