summaryrefslogtreecommitdiff
path: root/tests/test_virgl_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-02virgl: introduce virgl_renderer_resource_get_info_ext()Sergio Lopez1-0/+65
2023-02-13tests: fix win32 compilationMarc-André Lureau1-1/+7
2021-06-21vrend: align GBM format for BGR* resources to host API internal formatRyan Neph1-0/+1
2021-02-11tests: respect VRENDTEST_USE_EGL_GLESChia-I Wu1-0/+2
2020-09-03tests: add some init/cleanup/reset testsChia-I Wu1-0/+53
2019-08-07virgl/gbm: support more formatsGurchetan Singh1-1/+2
2019-06-04virglrenderer: kill off trailing whitespaceEmil Velikov1-1/+1
2018-10-09tests: Make it possible to run the unit tests with EGL_SURFACELESSGert Wollny1-8/+11
2018-07-24tests: Fix virgl_init_cbs_wrong_ver testAlexandros Frantzis1-1/+1
2018-02-14tests: Use ge instead of eq when testing version and capsJakob Bornecrantz1-4/+4
2016-02-10tests: make some functions static.Dave Airlie1-1/+1
2016-02-10tests: use checked fixtureMarc-André Lureau1-1/+1
2015-12-02tests: fix typo,Dave Airlie1-2/+2
2015-12-01tests: fix fourcc check (on intel at least)Marc-André Lureau1-1/+3
2015-03-03egl: overhaul the fourcc retrieval functionDave Airlie1-1/+1
2015-02-04tests: reorg init tests into one with a standard init sequenceDave Airlie1-99/+20
2015-02-04tests: start adding iov attach/detach testsDave Airlie1-1/+87
2015-02-04tests: test trying to recreate ctx 0, and destroy context no createdDave Airlie1-0/+27
2015-02-04tests: test for NULL caps returnDave Airlie1-0/+21
2015-02-04tests: add some tests for illegal attach/detachDave Airlie1-0/+77
2015-02-04tests: test trying to detach a resource we never attached.Dave Airlie1-0/+25
2015-02-04tests: add get_resource_info testsDave Airlie1-1/+87
2015-02-04tests: add capability retrival testsDave Airlie1-0/+43
2015-02-04tests: add license headersDave Airlie1-0/+29
2015-02-04tests: update ctx reset testDave Airlie1-4/+3
2015-02-04tests: start adding a reuseable test libraryDave Airlie1-22/+3
2015-02-04tests: add a test to call the reset hooks.Dave Airlie1-0/+20
2015-02-03tests: add test to leak context and make sure it gets destroyedDave Airlie1-0/+16
2015-02-03tests: test dangling resources.Dave Airlie1-0/+38
2015-02-03tests: create and bind a resource to a contextDave Airlie1-1/+37
2015-02-03tests: add simple test case to init a context and tear it downDave Airlie1-0/+17
2015-02-03tests: call cleanup interfaceDave Airlie1-0/+1
2015-02-03tests: add a basic EGL initialisation test.Dave Airlie1-7/+11
2015-02-03start adding unit test frameworkDave Airlie1-0/+77