summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-06-28vrend: Add a new mode for virgl fuzzer testDawn Han1-4/+56
2023-06-15fuzzer: Ensure strict prototypes of all functionsCorentin Noël2-21/+21
2023-06-07tests: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2023-06-07tests: fix -Wpointer-to-int-castMarc-André Lureau1-1/+1
2023-06-02virgl: introduce virgl_renderer_resource_get_info_ext()Sergio Lopez1-0/+65
2023-02-13tests: fix win32 compilationMarc-André Lureau6-5/+32
2023-02-13tests: fix direct leak spotted by ASANMarc-André Lureau1-2/+5
2022-12-16virgl: replace uint64_t queue_id with uint32_t ring_idxRyan Neph1-1/+1
2022-11-09remove venus fuzzerYiwei Zhang2-102/+0
2022-05-18virgl: pass uint64_t fence_id to write_context_fenceRyan Neph1-1/+1
2022-05-18fuzzer: mark unused parameters to silence compiler warningsRyan Neph1-3/+6
2022-05-02drm: Add fuzzer supportRob Clark2-0/+130
2022-04-12strbuf: Make it possible to create a fixed sized buffer from allocated memoryGert Wollny1-0/+18
2022-04-04meson: fix builds with percetto tracingRyan Neph1-7/+32
2022-03-07vrend: Check GL errorsAkihiko Odaki1-1/+1
2021-12-14vrend: propperly check whether the shader image range is correctGert Wollny1-0/+14
2021-12-14vrend: Add test to resource OOB write and fix itGert Wollny1-0/+43
2021-12-14vrend: clear memory when allocating a host-backed memory resourceGert Wollny1-0/+51
2021-11-23shader: Link shader commandAntonio Caggiano3-0/+22
2021-10-07mesa: update to the latest os_misc.hChia-I Wu2-2/+1
2021-10-07mesa: update to the latest p_config.hChia-I Wu1-1/+1
2021-07-14tests/fuzzer: fix eglInitialize() leak suppressionRyan Neph1-8/+0
2021-07-08tests/fuzzer: add virgl_venus_fuzzerChia-I Wu2-0/+102
2021-06-28tests/fuzzer: fix fuzzer for release buildsChia-I Wu1-8/+17
2021-06-21vrend: align GBM format for BGR* resources to host API internal formatRyan Neph1-0/+1
2021-02-11tests: add test_virgl_fenceChia-I Wu2-0/+312
2021-02-11tests: respect VRENDTEST_USE_EGL_GLESChia-I Wu4-0/+8
2020-09-03tests: add some init/cleanup/reset testsChia-I Wu1-0/+53
2020-09-03vrend: rename EGL/GBM sourcesChia-I Wu1-1/+1
2020-06-02build: Drop autotoolsElie Tournier2-89/+0
2020-05-08tests: silence warningsChia-I Wu2-4/+4
2020-02-07tests: Add test to check heap overflow with atomic buffer objectGert Wollny1-0/+249
2020-02-05Remove hardcoded "-fsanitize=address"David Riley2-3/+2
2020-01-31tests/fuzzer: link against libvirglrendererGert Wollny1-1/+1
2020-01-23test: Add fuzzer test to check illegal CS shader executionGert Wollny1-0/+37
2020-01-23tests/fuzzer: Add test that triggers a double freeGert Wollny1-0/+23
2020-01-17tests: Fix color value test for big/low endianGert Wollny1-5/+11
2019-12-27meson: set visibility flag when compiler supports itGert Wollny2-3/+3
2019-10-10tests: Add trigger for overflow in texture data uploadGert Wollny1-0/+41
2019-10-10tests: Add test to trigger transfer IOV overflowGert Wollny1-0/+42
2019-10-10tests: Make it possible to set the test verbosity from the environmentGert Wollny1-1/+1
2019-10-10tests: vrend_transfer put some limits on the texture sizesGert Wollny1-5/+19
2019-10-10tests: Add numbers to the test comments to make it easier to locate failing t...Gert Wollny1-73/+73
2019-10-10tests: Fix cubemap tests to take care that width == high for tests that shoul...Gert Wollny1-10/+10
2019-10-10tests: Add test that trigger the fuzzer bugsGert Wollny3-1/+619
2019-09-26build: Add meson buildGert Wollny2-0/+105
2019-08-07virgl/gbm: support more formatsGurchetan Singh1-1/+2
2019-07-17vrend: Correctly handle FakeMSAA texturesGert Wollny2-15/+15
2019-07-12tests: remove dummy initializationEmil Velikov1-2/+2
2019-06-06vrend: reject bad strides in check_iov_boundsChia-I Wu1-39/+15