index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fix Metal backend for sg_desc changes
Andre Weissflog
2020-04-15
1
-4
/
+4
|
*
more sg_desc cleanup:
Andre Weissflog
2020-04-14
1
-112
/
+84
|
*
wgpu: workaround for binding size with dynamic offsets
Andre Weissflog
2020-04-11
1
-2
/
+2
|
*
wgpu bugfixes
Andre Weissflog
2020-04-08
1
-30
/
+49
|
*
wgpu: start with hacky BC compression support, but not yet supported in Chrome
Andre Weissflog
2020-04-06
2
-1
/
+18
|
*
sokol_gl.h: fix subtle bug in the "merge draw call optimization"
Andre Weissflog
2020-04-05
1
-4
/
+4
|
*
sokol_gfx.h wgpu: fixed for sg_desc changes
Andre Weissflog
2020-04-03
1
-9
/
+9
|
*
sokol_gfx.h: fix sg_desc related changes for wgpu
Andre Weissflog
2020-04-01
1
-8
/
+8
|
*
sokol_gfx.h: sg_desc related fixes in D3D11 backend
Andre Weissflog
2020-04-01
1
-9
/
+9
|
*
sokol_gfx.h: wrap the backend specific parts of sg_desc in a sg_context_desc ...
Andre Weissflog
2020-04-01
1
-21
/
+25
|
*
sokol_gfx.h: d3d11 fixes for sg_desc changes
Andre Weissflog
2020-03-31
1
-10
/
+10
|
*
split backend-specific params in sg_desc into nested structs
Andre Weissflog
2020-03-31
1
-71
/
+83
|
*
sokol_gfx.h wgpu: implement sg_apply_scissor_rect()
Andre Weissflog
2020-03-30
1
-0
/
+21
|
*
sokol_gfx.h: add some _SOKOL_UNUSED for release mode
Andre Weissflog
2020-03-30
1
-0
/
+2
|
*
sokol_gfx.h: fix the wgpu pixelformat capabilities
Andre Weissflog
2020-03-30
1
-11
/
+3
|
*
sokol_fontstash.h: add wgpu shaders
Andre Weissflog
2020-03-29
1
-1
/
+224
|
*
sokol_gl.h: add wgpu shader blob
Andre Weissflog
2020-03-29
1
-2
/
+222
|
*
sokol_app.h: some wgpu naming cleanup
Andre Weissflog
2020-03-28
1
-12
/
+10
|
*
sokol_gfx.h: some naming cleanup
Andre Weissflog
2020-03-28
1
-9
/
+9
|
*
sokol_app.h: initial working WebGPU support
Andre Weissflog
2020-03-27
1
-14
/
+148
|
*
sokol_gfx.h: rename some wgpu items in sg_desc
Andre Weissflog
2020-03-27
1
-21
/
+21
|
*
sokol_app.h: more WebGPU impl work
Andre Weissflog
2020-03-25
1
-4
/
+91
|
*
sokol_gfx.h: more emsc code path cleanup
Andre Weissflog
2020-03-25
1
-12
/
+14
|
*
sokol_gfx.h: a bit of code cleanup in the emscripten code path
Andre Weissflog
2020-03-25
1
-69
/
+79
|
*
sokol_app.h: start adding WebGPU support
Andre Weissflog
2020-03-24
2
-43
/
+69
|
*
wgpu: inject native WebGPU buffers and textures
Andre Weissflog
2020-03-22
1
-41
/
+61
|
*
add a documentation blurb about sg_append_buffer() being 4-byte aligned
Andre Weissflog
2020-03-22
1
-0
/
+8
|
*
wgpu: add a separate staging command encoder, and add sg_append_buffer()
Andre Weissflog
2020-03-21
1
-63
/
+100
|
*
sokol_imgui.h: add wgpu shader bytecode
Andre Weissflog
2020-03-19
1
-2
/
+202
|
*
merge from master
Andre Weissflog
2020-03-19
6
-7
/
+28
|
|
\
|
|
/
|
/
|
*
|
sokol_args.h: fix misfiring assert in WASM code path (fixes #273)
Andre Weissflog
2020-03-03
1
-1
/
+1
*
|
gh actions emsc: only build a GLES2-compatible sample
Andre Weissflog
2020-02-28
1
-2
/
+2
*
|
Merge pull request #268 from datalus/fix-gles2-failed-assertion
Andre Weissflog
2020-02-28
1
-1
/
+1
|
\
\
|
*
|
fixing gles2 assertion on shader struct validation
datalus
2020-02-27
1
-1
/
+1
*
|
|
gh actions emsc: also build GLES2 configs
Andre Weissflog
2020-02-28
1
-0
/
+8
*
|
|
Merge pull request #269 from caiiiycuk/patch-1
Andre Weissflog
2020-02-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sokol_app.h should be included before sokol_gfx.h
Aleksander Guryanov
2020-02-28
1
-1
/
+1
|
/
/
*
|
Merge pull request #264 from iboB/warning-fixes
Andre Weissflog
2020-02-19
2
-2
/
+3
|
\
\
|
*
|
sokol_app x11: mark unused variable properly
Borislav Stanimirov
2020-02-18
1
-1
/
+2
|
*
|
sokol_imgui.h: fixed gcc 9 warning ignored-qualifiers
Borislav Stanimirov
2020-02-18
1
-2
/
+2
|
*
|
sokol_app.h x11: fixed unused variable warning
Borislav Stanimirov
2020-02-18
1
-1
/
+1
|
/
/
*
|
sokol_imgui.h: fix compilation with SOKOL_IMGUI_NO_SOKOL_APP
Andre Weissflog
2020-02-02
1
-2
/
+4
*
|
sokol_app.h macOS: add support for SAPP_MOUSEBUTTON_MIDDLE (needs testing)
Andre Weissflog
2020-02-02
1
-0
/
+10
|
*
prepare sokol_imgui.h for wgpu
Andre Weissflog
2020-03-19
2
-5
/
+9
|
*
sokol_gfx.h: add sg_sampler_type enum
Andre Weissflog
2020-03-16
1
-4
/
+41
|
*
sokol_gfx.h wgpu: workaround missing alpha blend-states
Andre Weissflog
2020-03-14
1
-2
/
+3
|
*
wgpu: sg_update_image() implemented
Andre Weissflog
2020-03-14
1
-102
/
+129
|
*
wgpu: prepare MSAA swapchain support
Andre Weissflog
2020-03-10
1
-16
/
+31
|
*
wgpu: fix texture usage
Andre Weissflog
2020-03-09
1
-1
/
+3
|
*
wgpu: implement sg_apply_viewport()
Andre Weissflog
2020-03-09
1
-1
/
+10
[prev]
[next]