aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)Andre Weissflog2024-09-022-24/+4
* sokol_gl.h: don't skip rendering completely in case of errors, plus:Andre Weissflog2024-08-261-2/+11
* ETC2 pixel format cleanup:Andre Weissflog2024-05-101-2/+4
* replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-2/+2
* fix testsAndre Weissflog2024-02-124-291/+303
* Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-101-1/+1
|\
| * Typo fixes.Bruce Mitchener2024-02-081-1/+1
* | fix testsAndre Weissflog2024-01-281-10/+0
|/
* Fix strict-prototype warnings.Bruce Mitchener2024-01-201-2/+2
* sokol_gfx_test.c: more tests for sg_query_row_pitch() and sg_query_surface_pi...Andre Weissflog2024-01-051-0/+21
* sokol_gfx.h: query bytes-per-pixel, row- and surface-pitch wipAndre Weissflog2024-01-041-0/+87
* Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-10-032-14/+111
|\
| * sokol_fetch_test.c: add more tests for cancelling requestsAndre Weissflog2023-09-191-14/+63
| * sokol_args.h: support key-only args (see documentation for details) fixes #876Andre Weissflog2023-09-181-0/+48
* | fix sokol-gfx testsAndre Weissflog2023-09-061-10/+10
* | sokol_gfx tests: add sampler-desc validation testsAndre Weissflog2023-09-041-1/+87
* | sg_sampler_type renaming fixesAndre Weissflog2023-08-311-8/+8
|/
* fix sokol_gfx_test.c (create pass without color attachments is now allowedAndre Weissflog2023-07-021-20/+14
* fix testsAndre Weissflog2023-06-243-25/+66
* add sampler tests to sokol_gfx_test.cAndre Weissflog2023-06-241-15/+208
* fix sokol_gfx_test.cAndre Weissflog2023-06-241-42/+55
* sokol-gfx-test: add sg_make_pass validation testsAndre Weissflog2023-05-161-1/+665
* sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_targetAndre Weissflog2023-05-151-18/+18
* add sokol-gfx validation tests for buffer and image creationAndre Weissflog2023-05-151-13/+298
* update sokol-gfx testsAndre Weissflog2023-05-151-14/+14
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-4/+0
* fix sokol_spine.h tests (caused by different spine runtime defaultsAndre Weissflog2023-03-181-6/+6
* sokol_gfx.h: implement sg_query_pass_desc()Andre Weissflog2023-02-191-0/+44
* sokol_gfx.h: implement sg_query_pipeline_desc()Andre Weissflog2023-02-191-3/+77
* sokol_gfx.h: implement sg_query_shader_desc()Andre Weissflog2023-02-191-0/+57
* sokol_gfx.h: implement sg_query_image_desc()Andre Weissflog2023-02-191-0/+70
* sokol_gfx.h: implement sg_query_buffer_desc()Andre Weissflog2023-02-191-68/+114
* fix testsAndre Weissflog2023-02-111-1/+1
* sokol_gfx.h: reroute validation layer messages as regular logging errorsAndre Weissflog2023-02-061-4/+21
* fix sokol_spine_test.cAndre Weissflog2023-01-301-1/+1
* fix testsAndre Weissflog2023-01-291-23/+23
* remove uwp support from testsAndre Weissflog2023-01-281-1/+1
* sokol_gfx.h: remove hard asserts when creating pass with invalid imageAndre Weissflog2022-11-231-0/+39
* more sokol-gfx tests around resource creation/destructionAndre Weissflog2022-11-221-9/+262
* sokol_gfx.h: wip clean up resource creation/destructionAndre Weissflog2022-11-211-0/+17
* rewrite testing build files to use cmake presetsAndre Weissflog2022-11-191-9/+0
* fix sokol_gl_test.c and sokol_debugtext_test.cAndre Weissflog2022-11-142-33/+108
* fix sokol_gl_test.cAndre Weissflog2022-11-121-48/+48
* sokol_gfx.h: remove _sg.commit_listeners.upper shrinking, isn't actually all ...Andre Weissflog2022-11-081-3/+3
* sokol_gfx_test.c: add commit listener testsAndre Weissflog2022-11-071-0/+187
* fix sokol_fetch_test.cAndre Weissflog2022-11-051-52/+45
* sokol_spine.h: finish docs and some logging tweaksAndre Weissflog2022-11-021-2/+2
* sokol_spine.h: fix unused warning on gccAndre Weissflog2022-11-011-1/+3
* sokol_spine_test.c: fix a GCC compile errorAndre Weissflog2022-10-311-3/+3
* sokol_spine_test.c: fix all the tests using embedded stringsAndre Weissflog2022-10-311-26/+26