aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1155 from floooh/bind_msaa_imagesAndre Weissflog2024-11-193-58/+146
|\ \ \ | |/ / |/| |
| * | update changelog (https://github.com/floooh/sokol/pull/1155)Andre Weissflog2024-11-191-0/+19
| * | sokol_gfx.h gl: disable multisampled textures on macOS+GLAndre Weissflog2024-11-171-5/+7
| * | sokol_gfx.h gl: fix wrong cast in glTexImage*Multisample() callsAndre Weissflog2024-11-171-2/+2
| * | sokol_gfx.h wgpu: fix for msaa texture bindingsAndre Weissflog2024-11-171-4/+6
| * | sokol_gfx.h webgl2: ifdef-out any msaa texture codeAndre Weissflog2024-11-171-19/+42
| * | sokol_gfx.h glcore: allow multisampled texture bindingsAndre Weissflog2024-11-172-18/+55
| * | sokol_gfx.h d3d11: allow binding msaa textures, don't allow msaa cubemaps in ...Andre Weissflog2024-11-171-34/+35
| * | sokol_gfx.h mtl: allow binding multisampled texturedAndre Weissflog2024-11-161-2/+6
|/ /
* | sokol_gfx.h d3d11: don't clear D3D11 device state in sg_reset_state_cache() (...Andre Weissflog2024-11-151-2/+1
* | sokol_app.h win32: check GetCursorPos result in WM_NCLBUTTONDOWN handler, see...Andre Weissflog2024-11-151-4/+5
* | Merge pull request #1151 from mcha-forks/mochaa/sg-linkageAndre Weissflog2024-11-141-1/+1
|\ \
| * | sokol_gfx.h: fix _sg_u128 linkage visibilityZephyr Lykos2024-11-141-1/+1
|/ /
* | changelog: fix PR linkAndre Weissflog2024-11-131-1/+1
* | sokol_nuklear.h: wrap sokol_app.h mouse cursor calls into SOKOL_NUKLEAR_NO_SO...Andre Weissflog2024-11-131-0/+2
* | update changelog (https://github.com/floooh/sokol/pull/1150)Andre Weissflog2024-11-131-0/+8
* | sokoL_nuklear.h: move sokol-app cursor update from event handler to snk_render()Andre Weissflog2024-11-131-19/+21
* | sokol_nuklear.h: enable setting mouse cursorzeozeozeo2024-11-131-0/+25
* | mention sokol-shdc regression fix in changelogAndre Weissflog2024-11-091-0/+6
* | sokol_gfx.h: fix a couple of validation message typosAndre Weissflog2024-11-091-5/+5
* | fix minor changelog typoAndre Weissflog2024-11-081-1/+1
* | sokol_gfx_imgui.h: fix Dear ImGui conflicting ID warning (fixes #1144)Andre Weissflog2024-11-071-0/+2
* | Merge pull request #1111 from floooh/issue1037_bindings_cleanupbindings-cleanupAndre Weissflog2024-11-0714-6068/+9187
|\ \
| * | changelog fixAndre Weissflog2024-11-061-1/+1
| * | update changelog and readme (https://github.com/floooh/sokol/pull/1111)Andre Weissflog2024-11-062-3/+93
| * | sokoL_gfx.h: fix some commentsAndre Weissflog2024-11-051-1/+2
| * | sokol_gfx.h: update documentation, wip (bindings cleanup)Andre Weissflog2024-11-031-41/+99
| * | sokol_gfx.h: documentation update wip (bindings cleanup)Andre Weissflog2024-11-021-6/+7
| * | sokol_gfx.h: documentation update wip (bindings cleanup)Andre Weissflog2024-11-021-67/+120
| * | sokol_gfx.h: update documentation, wip (bindings cleanup)Andre Weissflog2024-10-311-39/+83
| * | sokoL_gfx.h gl: fix regression when GLSL compiler removes an unused vertex at...Andre Weissflog2024-10-291-3/+10
| * | sokol_gfx.h mtl: bind uniform buffers once in sg_begin_pass, not per sg_apply...Andre Weissflog2024-10-281-27/+20
| * | sokol_gfx.h: validate correct uniform binding range, and better validation me...Andre Weissflog2024-10-281-16/+20
| * | sokol_gfx.h: minor code cleanupAndre Weissflog2024-10-281-3/+3
| * | sokol_gfx.h: remove outdated commentAndre Weissflog2024-10-281-1/+1
| * | sokol_gfx.h: fix new unused arg warningAndre Weissflog2024-10-261-0/+1
| * | sokol_gfx_imgui.h: update and fix bindings panelAndre Weissflog2024-10-261-6/+13
| * | sokol_gfx.h: fix a misleading vertex buffer validation messageAndre Weissflog2024-10-261-5/+7
| * | sokol_gfx.h: fix binding to allow shared binding structs and gapsAndre Weissflog2024-10-261-19/+13
| * | sokol_gfx.h: error check for required bindings and uniformsAndre Weissflog2024-10-261-13/+38
| * | sokol_gfx.h: turn GL_VERTEX_ATTRIBUTE_NOT_FOUND_IN_SHADER into a warningAndre Weissflog2024-10-261-1/+1
| * | sokol_gfx.h: remove sg_shader_uniform.offsetAndre Weissflog2024-10-262-3/+2
| * | sokol_gfx.h: fix comment for sg_glsl_shader_uniform.offsetAndre Weissflog2024-10-251-1/+1
| * | Merge branch 'master' into issue1037_bindings_cleanupAndre Weissflog2024-10-256-19/+57
| |\ \
| * | | cleanup bindings generation scriptsAndre Weissflog2024-10-253-11/+2
| * | | sokol_gl.h: remove obsolete commentAndre Weissflog2024-10-251-1/+0
| * | | gen_rust.py: update sg_apply_uniforms parameter type mappingAndre Weissflog2024-10-201-1/+1
| * | | sokol_gfx.h validation layer: remove a redundant comparison >= 0Andre Weissflog2024-10-171-2/+2
| * | | update sokol-gfx testsAndre Weissflog2024-10-171-96/+86
| * | | sokol_gfx.h: minor naming cleanup and fixed unused warnings in release modeAndre Weissflog2024-10-171-42/+41