aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
* fix tests (forgot an sg_shutdown in sokol_debugtext_test)Andre Weissflog2025-12-071-1/+2
|
* integrate vulkan backend into test_linux.shAndre Weissflog2025-12-061-0/+3
|
* Add test for escape char in keyCloud Wu2025-10-171-6/+6
|
* fix sokol-gfx testsAndre Weissflog2025-09-271-2/+2
|
* sokol_gfx.h: fix dummy backend and testsAndre Weissflog2025-09-221-12/+47
|
* sokol_gfx.h: check dynamic max-pass-attachment limitsAndre Weissflog2025-09-201-0/+42
|
* sokol_gfx.h: finer-grained error messages on binding-limit violation, plus ↵Andre Weissflog2025-09-201-0/+132
| | | | new tests
* fix sokol_gfx_tests.c and sokol_gl_tests.cAndre Weissflog2025-09-142-18/+18
|
* sokol_gfx.h: fix tests for viewsAndre Weissflog2025-07-302-858/+270
|
* sokol_gfx.h: fix dummy backend and testsAndre Weissflog2025-06-021-4/+3
|
* fix testsAndre Weissflog2025-05-291-8/+8
|
* sokol_gfx.h: safe internal resource refs wipAndre Weissflog2025-05-291-0/+89
|
* fix testsAndre Weissflog2025-05-102-138/+135
|
* sokol_gfx_test.c: more buffer creation testsAndre Weissflog2025-03-011-0/+68
|
* fix sokol_gfx_test.cAndre Weissflog2025-03-011-7/+5
|
* fix tests (sokol_gfx.h pvrtc removal)Andre Weissflog2025-02-091-4/+0
|
* add -Wextra-semi to CI tests and fix resulting warningsAndre Weissflog2025-01-301-1/+1
|
* sokol_gfx.h: add granular sg_query_buffer_X() and sg_query_image_X() functionsAndre Weissflog2024-12-161-0/+26
|
* update sokol-gfx testsAndre Weissflog2024-10-171-96/+86
|
* 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
| | | | | - more detailed error tracking - two new functions to query number of recorded vertices and commands
* ETC2 pixel format cleanup:Andre Weissflog2024-05-101-2/+4
| | | | | - renamed SG_PIXELFORMAT_ETC2_RG11[SN] to SG_PIXELFORMAT_EAC_RG11[SN] - new formats SG_PIXELFORMAT_EAC_R11[SN]
* 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
| | | | | Need to specify `(void)` as the empty arg list in C rather than just `()`.
* sokol_gfx_test.c: more tests for sg_query_row_pitch() and ↵Andre Weissflog2024-01-051-0/+21
| | | | sg_query_surface_pitch()
* 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
| | | | | | | | | | | | | notable changes: - depth/stencil images are now regular gl textures - SG_PIXELFORMAT_DEPTH now resolves to GL_DEPTH_COMPONENT32F - sg_gl_context_desc and sg_desc.gl removed - in sg_begin_pass() only use glClearBuffer functions - in sg_end_pass() MSAA resolve now does glInvalidateFramebuffer() on the MSAA buffer - sg_features: instancing, multiple_render_targets, msaa_render_targets, imagetype_3d, imagetype_array removed - sapp_desc.gl_force_gles2 removed - sapp_gles2() function removed - any GLES3-to-GLES2 fallbacks removed
* 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
|