aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/sokol_gfx_test.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-141-16/+16
|
* sokol_gfx.h: fix tests for viewsAndre Weissflog2025-07-301-845/+251
|
* 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-101-130/+127
|
* 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
|
* 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-021-23/+3
|
* 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]
* fix testsAndre Weissflog2024-02-121-288/+288
|
* 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
|/
* 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
|
* 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
|
* 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
|
* 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
|
* sokol_gfx.h: reroute validation layer messages as regular logging errorsAndre Weissflog2023-02-061-4/+21
|
* sokol_gfx.h: remove hard asserts when creating pass with invalid imageAndre Weissflog2022-11-231-0/+39
| | | | | | Trying to create a pass with invalid images (and disabled validation layer) now creates a pass in FAILED resource state, instead of asserting.
* 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
|
* sokol_gfx.h: remove _sg.commit_listeners.upper shrinking, isn't actually all ↵Andre Weissflog2022-11-081-3/+3
| | | | that useful
* sokol_gfx_test.c: add commit listener testsAndre Weissflog2022-11-071-0/+187
|
* sokol_gfx.h: sg_query_buffer_will_overflow() tweaks:Andre Weissflog2022-07-031-0/+16
| | | | | | - rename from sg_query_will_buffer_overflow() - add test - update changelog
* Move tests over from sokol-samples (#666)Andre Weissflog2022-05-231-0/+822
This is mainly so that CI works as expected for Github PRs. Also fixes a couple of uncritical warnings in sokol_app.h, sokol_audio.h and sokol_imgui.h