aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix Metal backend for sg_desc changesAndre Weissflog2020-04-151-4/+4
| * more sg_desc cleanup:Andre Weissflog2020-04-141-112/+84
| * wgpu: workaround for binding size with dynamic offsetsAndre Weissflog2020-04-111-2/+2
| * wgpu bugfixesAndre Weissflog2020-04-081-30/+49
| * wgpu: start with hacky BC compression support, but not yet supported in ChromeAndre Weissflog2020-04-062-1/+18
| * sokol_gl.h: fix subtle bug in the "merge draw call optimization"Andre Weissflog2020-04-051-4/+4
| * sokol_gfx.h wgpu: fixed for sg_desc changesAndre Weissflog2020-04-031-9/+9
| * sokol_gfx.h: fix sg_desc related changes for wgpuAndre Weissflog2020-04-011-8/+8
| * sokol_gfx.h: sg_desc related fixes in D3D11 backendAndre Weissflog2020-04-011-9/+9
| * sokol_gfx.h: wrap the backend specific parts of sg_desc in a sg_context_desc ...Andre Weissflog2020-04-011-21/+25
| * sokol_gfx.h: d3d11 fixes for sg_desc changesAndre Weissflog2020-03-311-10/+10
| * split backend-specific params in sg_desc into nested structsAndre Weissflog2020-03-311-71/+83
| * sokol_gfx.h wgpu: implement sg_apply_scissor_rect()Andre Weissflog2020-03-301-0/+21
| * sokol_gfx.h: add some _SOKOL_UNUSED for release modeAndre Weissflog2020-03-301-0/+2
| * sokol_gfx.h: fix the wgpu pixelformat capabilitiesAndre Weissflog2020-03-301-11/+3
| * sokol_fontstash.h: add wgpu shadersAndre Weissflog2020-03-291-1/+224
| * sokol_gl.h: add wgpu shader blobAndre Weissflog2020-03-291-2/+222
| * sokol_app.h: some wgpu naming cleanupAndre Weissflog2020-03-281-12/+10
| * sokol_gfx.h: some naming cleanupAndre Weissflog2020-03-281-9/+9
| * sokol_app.h: initial working WebGPU supportAndre Weissflog2020-03-271-14/+148
| * sokol_gfx.h: rename some wgpu items in sg_descAndre Weissflog2020-03-271-21/+21
| * sokol_app.h: more WebGPU impl workAndre Weissflog2020-03-251-4/+91
| * sokol_gfx.h: more emsc code path cleanupAndre Weissflog2020-03-251-12/+14
| * sokol_gfx.h: a bit of code cleanup in the emscripten code pathAndre Weissflog2020-03-251-69/+79
| * sokol_app.h: start adding WebGPU supportAndre Weissflog2020-03-242-43/+69
| * wgpu: inject native WebGPU buffers and texturesAndre Weissflog2020-03-221-41/+61
| * add a documentation blurb about sg_append_buffer() being 4-byte alignedAndre Weissflog2020-03-221-0/+8
| * wgpu: add a separate staging command encoder, and add sg_append_buffer()Andre Weissflog2020-03-211-63/+100
| * sokol_imgui.h: add wgpu shader bytecodeAndre Weissflog2020-03-191-2/+202
| * merge from masterAndre Weissflog2020-03-196-7/+28
| |\ | |/ |/|
* | sokol_args.h: fix misfiring assert in WASM code path (fixes #273)Andre Weissflog2020-03-031-1/+1
* | gh actions emsc: only build a GLES2-compatible sampleAndre Weissflog2020-02-281-2/+2
* | Merge pull request #268 from datalus/fix-gles2-failed-assertionAndre Weissflog2020-02-281-1/+1
|\ \
| * | fixing gles2 assertion on shader struct validationdatalus2020-02-271-1/+1
* | | gh actions emsc: also build GLES2 configsAndre Weissflog2020-02-281-0/+8
* | | Merge pull request #269 from caiiiycuk/patch-1Andre Weissflog2020-02-281-1/+1
|\ \ \ | |/ / |/| |
| * | sokol_app.h should be included before sokol_gfx.hAleksander Guryanov2020-02-281-1/+1
|/ /
* | Merge pull request #264 from iboB/warning-fixesAndre Weissflog2020-02-192-2/+3
|\ \
| * | sokol_app x11: mark unused variable properlyBorislav Stanimirov2020-02-181-1/+2
| * | sokol_imgui.h: fixed gcc 9 warning ignored-qualifiersBorislav Stanimirov2020-02-181-2/+2
| * | sokol_app.h x11: fixed unused variable warningBorislav Stanimirov2020-02-181-1/+1
|/ /
* | sokol_imgui.h: fix compilation with SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2020-02-021-2/+4
* | sokol_app.h macOS: add support for SAPP_MOUSEBUTTON_MIDDLE (needs testing)Andre Weissflog2020-02-021-0/+10
| * prepare sokol_imgui.h for wgpuAndre Weissflog2020-03-192-5/+9
| * sokol_gfx.h: add sg_sampler_type enumAndre Weissflog2020-03-161-4/+41
| * sokol_gfx.h wgpu: workaround missing alpha blend-statesAndre Weissflog2020-03-141-2/+3
| * wgpu: sg_update_image() implementedAndre Weissflog2020-03-141-102/+129
| * wgpu: prepare MSAA swapchain supportAndre Weissflog2020-03-101-16/+31
| * wgpu: fix texture usageAndre Weissflog2020-03-091-1/+3
| * wgpu: implement sg_apply_viewport()Andre Weissflog2020-03-091-1/+10