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
path:
root
/
tests
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
update sokol-gfx tests
Andre Weissflog
2024-10-17
1
-96
/
+86
*
sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)
Andre Weissflog
2024-09-02
2
-24
/
+4
*
sokol_gl.h: don't skip rendering completely in case of errors, plus:
Andre Weissflog
2024-08-26
1
-2
/
+11
*
ETC2 pixel format cleanup:
Andre Weissflog
2024-05-10
1
-2
/
+4
*
replace SOKOL_GLCORE33 with SOKOL_GLCORE
Andre Weissflog
2024-03-10
1
-2
/
+2
*
fix tests
Andre Weissflog
2024-02-12
4
-291
/
+303
*
Merge branch 'master' into issue904-pass-cleanup
Andre Weissflog
2024-02-10
1
-1
/
+1
|
\
|
*
Typo fixes.
Bruce Mitchener
2024-02-08
1
-1
/
+1
*
|
fix tests
Andre Weissflog
2024-01-28
1
-10
/
+0
|
/
*
Fix strict-prototype warnings.
Bruce Mitchener
2024-01-20
1
-2
/
+2
*
sokol_gfx_test.c: more tests for sg_query_row_pitch() and sg_query_surface_pi...
Andre Weissflog
2024-01-05
1
-0
/
+21
*
sokol_gfx.h: query bytes-per-pixel, row- and surface-pitch wip
Andre Weissflog
2024-01-04
1
-0
/
+87
*
Merge branch 'master' into sgfx-wgpu
Andre Weissflog
2023-10-03
2
-14
/
+111
|
\
|
*
sokol_fetch_test.c: add more tests for cancelling requests
Andre Weissflog
2023-09-19
1
-14
/
+63
|
*
sokol_args.h: support key-only args (see documentation for details) fixes #876
Andre Weissflog
2023-09-18
1
-0
/
+48
*
|
fix sokol-gfx tests
Andre Weissflog
2023-09-06
1
-10
/
+10
*
|
sokol_gfx tests: add sampler-desc validation tests
Andre Weissflog
2023-09-04
1
-1
/
+87
*
|
sg_sampler_type renaming fixes
Andre Weissflog
2023-08-31
1
-8
/
+8
|
/
*
fix sokol_gfx_test.c (create pass without color attachments is now allowed
Andre Weissflog
2023-07-02
1
-20
/
+14
*
fix tests
Andre Weissflog
2023-06-24
3
-25
/
+66
*
add sampler tests to sokol_gfx_test.c
Andre Weissflog
2023-06-24
1
-15
/
+208
*
fix sokol_gfx_test.c
Andre Weissflog
2023-06-24
1
-42
/
+55
*
sokol-gfx-test: add sg_make_pass validation tests
Andre Weissflog
2023-05-16
1
-1
/
+665
*
sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_target
Andre Weissflog
2023-05-15
1
-18
/
+18
*
add sokol-gfx validation tests for buffer and image creation
Andre Weissflog
2023-05-15
1
-13
/
+298
*
update sokol-gfx tests
Andre Weissflog
2023-05-15
1
-14
/
+14
*
Remove GLES2/WebGL1 support. (#821)
Andre Weissflog
2023-04-30
1
-4
/
+0
*
fix sokol_spine.h tests (caused by different spine runtime defaults
Andre Weissflog
2023-03-18
1
-6
/
+6
*
sokol_gfx.h: implement sg_query_pass_desc()
Andre Weissflog
2023-02-19
1
-0
/
+44
*
sokol_gfx.h: implement sg_query_pipeline_desc()
Andre Weissflog
2023-02-19
1
-3
/
+77
*
sokol_gfx.h: implement sg_query_shader_desc()
Andre Weissflog
2023-02-19
1
-0
/
+57
*
sokol_gfx.h: implement sg_query_image_desc()
Andre Weissflog
2023-02-19
1
-0
/
+70
*
sokol_gfx.h: implement sg_query_buffer_desc()
Andre Weissflog
2023-02-19
1
-68
/
+114
*
fix tests
Andre Weissflog
2023-02-11
1
-1
/
+1
*
sokol_gfx.h: reroute validation layer messages as regular logging errors
Andre Weissflog
2023-02-06
1
-4
/
+21
*
fix sokol_spine_test.c
Andre Weissflog
2023-01-30
1
-1
/
+1
*
fix tests
Andre Weissflog
2023-01-29
1
-23
/
+23
*
remove uwp support from tests
Andre Weissflog
2023-01-28
1
-1
/
+1
*
sokol_gfx.h: remove hard asserts when creating pass with invalid image
Andre Weissflog
2022-11-23
1
-0
/
+39
*
more sokol-gfx tests around resource creation/destruction
Andre Weissflog
2022-11-22
1
-9
/
+262
*
sokol_gfx.h: wip clean up resource creation/destruction
Andre Weissflog
2022-11-21
1
-0
/
+17
*
rewrite testing build files to use cmake presets
Andre Weissflog
2022-11-19
1
-9
/
+0
*
fix sokol_gl_test.c and sokol_debugtext_test.c
Andre Weissflog
2022-11-14
2
-33
/
+108
*
fix sokol_gl_test.c
Andre Weissflog
2022-11-12
1
-48
/
+48
*
sokol_gfx.h: remove _sg.commit_listeners.upper shrinking, isn't actually all ...
Andre Weissflog
2022-11-08
1
-3
/
+3
*
sokol_gfx_test.c: add commit listener tests
Andre Weissflog
2022-11-07
1
-0
/
+187
*
fix sokol_fetch_test.c
Andre Weissflog
2022-11-05
1
-52
/
+45
*
sokol_spine.h: finish docs and some logging tweaks
Andre Weissflog
2022-11-02
1
-2
/
+2
*
sokol_spine.h: fix unused warning on gcc
Andre Weissflog
2022-11-01
1
-1
/
+3
*
sokol_spine_test.c: fix a GCC compile error
Andre Weissflog
2022-10-31
1
-3
/
+3
[next]