aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_gfx.h: wgpu backend pass cleanup fixesAndre Weissflog2024-02-041-37/+14
| * sokol_gfx.h: rename sg_context_desc to sg_environmentAndre Weissflog2024-02-042-37/+41
| * sokol_gfx.h metal: move current pass attributes from metal backend up into ge...Andre Weissflog2024-02-031-104/+113
| * sokol_gfx.h wgpu: fix _sg_wgpu_begin_pass()Andre Weissflog2024-02-021-27/+18
| * sokol_app.h d3d11: fix _sg_d3d11_begin_pass()Andre Weissflog2024-02-021-52/+31
| * sokol_gfx.h: add swapchain validation for sg_begin_pass()Andre Weissflog2024-02-011-2/+67
| * sokol_gfx.h: fix _sg_dummy_begin_pass()Andre Weissflog2024-01-311-4/+4
| * sokol_glue.h: add new helper function sapp_sgswapchain()Andre Weissflog2024-01-311-7/+21
| * sokol_gfx.h: remove sg_begin_default_pass and fix metal backend for those cha...Andre Weissflog2024-01-311-117/+101
| * sokol_gfx.h d3d11: pass cleanup d3d11 fixesAndre Weissflog2024-01-301-3/+3
| * sokol_gfx.h: new sg_begin_pass() signature, shorten some namesAndre Weissflog2024-01-301-209/+240
| * sokol_gfx.h d3d11: rename sg_pass to sg_attachmentsAndre Weissflog2024-01-291-58/+58
| * sokol_gfx.h wgpu: rename sg_pass to sg_attachmentsAndre Weissflog2024-01-291-51/+51
| * sokol_gfx.h: rename sg_pass to sg_attachmentsAndre Weissflog2024-01-291-38/+38
| * sokol_gfx.h: rename sg_pass to sg_attachments (plus gl changes)Andre Weissflog2024-01-291-469/+468
| * fix testsAndre Weissflog2024-01-281-10/+0
| * sokol_gfx.h: remove obsolete _SG_DEFAULT_CONTEXT_POOL_SIZEAndre Weissflog2024-01-281-1/+0
| * sokol_gfx_imgui.h: remove obsolete ctx_idAndre Weissflog2024-01-281-1/+0
| * sokol_gfx.h: get rid of contextsAndre Weissflog2024-01-281-491/+125
|/
* Merge branch 'staminajim-metal-vertex-buffer-offset'Andre Weissflog2024-01-272-15/+18
|\
| * update changelogAndre Weissflog2024-01-271-0/+9
| * sokol_gfx.h metal: remove duplicate assert and unused state cache itemsAndre Weissflog2024-01-271-11/+0
| * Merge branch 'metal-vertex-buffer-offset' of https://github.com/staminajim/so...Andre Weissflog2024-01-271-5/+10
|/|
| * Merge commit 'f58a78539e6a972700579ee72cb3f2d66f07088f' into metal-vertex-buf...James Van-As2024-01-2629-3130/+5593
| |\
| * | Don't rebind vertex buffers in Metal if only the offset index has changed #979James Van-As2024-01-261-5/+9
* | | Merge pull request #975 from floooh/issue972-event-bubble-controlAndre Weissflog2024-01-273-93/+84
|\ \ \ | |_|/ |/| |
| * | sokol_app.h: minor comment fixAndre Weissflog2024-01-271-1/+1
| * | update readmeAndre Weissflog2024-01-271-1/+1
| * | update changelogAndre Weissflog2024-01-271-1/+17
| * | sokol_app.h: add doc section about html5 event bubbling behaviour and controlAndre Weissflog2024-01-271-0/+36
| * | sokol_app.h: remove outdated documentationAndre Weissflog2024-01-271-10/+4
| * | sokol-app.h emsc: add event bubbling control for key and char eventsAndre Weissflog2024-01-271-73/+16
| * | sokol_app.h: remove sapp_desc.html5_bubble_key_eventsAndre Weissflog2024-01-241-1/+0
| * | sokol_app.h emsc: optional event bubbling wipAndre Weissflog2024-01-241-8/+11
* | | remove dead link from readmeAndre Weissflog2024-01-241-2/+0
|/ /
* | sokol_app.h: move _SAPP_CLEAR_ARC_STRUCT below _SAPP_APPLE definition (fixes ...Andre Weissflog2024-01-241-11/+12
* | update changelogAndre Weissflog2024-01-231-0/+7
* | Merge branch 'Comanx-master'Andre Weissflog2024-01-231-2/+2
|\ \
| * | Change getRawX to getX on the AndroidChangAn Lee2024-01-231-2/+2
|/ /
* | sokol_gfx.h wgpu: remove an outdated commentAndre Weissflog2024-01-221-3/+0
* | Merge pull request #971 from waywardmonkeys/missing-webgpu-referenceAndre Weissflog2024-01-221-1/+1
|\ \
| * | README: Add missing WebGPU reference.Bruce Mitchener2024-01-211-1/+1
|/ /
* | sokol_app.h wgpu: fix for a breaking webgpu.h API change in emsdk 3.1.52Andre Weissflog2024-01-202-1/+9
* | CI tests: enable -Wstrict-prototypes for gcc and clangAndre Weissflog2024-01-201-1/+1
* | Merge pull request #970 from waywardmonkeys/fix-strict-prototype-warningsAndre Weissflog2024-01-203-10/+10
|\ \
| * | Fix strict-prototype warnings.Bruce Mitchener2024-01-203-10/+10
|/ /
* | gh actions: fix zig version in bindings generationAndre Weissflog2024-01-181-2/+0
* | Merge branch 'WANNABY-compressed_formats_pr'Andre Weissflog2024-01-183-1/+129
|\ \
| * | update changelogAndre Weissflog2024-01-181-0/+14
| * | minor coding style fixesAndre Weissflog2024-01-181-8/+6