1. 87b346a fuzzer: Add a libFuzzer based fuzzer. by David Riley · 6 years ago
  2. 5057fb9 tests: Fix virgl_init_cbs_wrong_ver test by Alexandros Frantzis · 6 years ago
  3. 4b8a839 test_virgl_transfer.c: Fix warnings by Gert Wollny · 6 years ago
  4. c3a2058 testvirgl_encode.c: Fix warnings by Gert Wollny · 6 years ago
  5. 5c8e958 testvirgl.c: Fix warnings by Gert Wollny · 6 years ago
  6. b03d30e tests: Use ge instead of eq when testing version and caps by Jakob Bornecrantz · 6 years ago
  7. 3cd2caa tests: refactor caps getting code out. by Dave Airlie · 6 years ago
  8. 8007cc0 tests: Check if multisample is available before running tests by Elie Tournier · 6 years ago
  9. a4fbf0d tests: Check if geometry shaders are available before running tests by Elie Tournier · 6 years ago
  10. 332b82e tests: make some functions static. by Dave Airlie · 8 years ago
  11. e1eef9a tests: use checked fixture by Marc-André Lureau · 8 years ago
  12. 83faf22 tests: reset last fence before using it by Marc-André Lureau · 8 years ago
  13. c6da602 tests: fix typo, by Dave Airlie · 9 years ago
  14. 8a3dcd4 tests: fix fourcc check (on intel at least) by Marc-André Lureau · 9 years ago
  15. 85602b3 renderer: fix regression in shader binding by Dave Airlie · 9 years ago
  16. 7268863 virglrenderer: fix make distcheck by Dave Airlie · 9 years ago
  17. 81b741a virgl/shaders: handle large shaders. by Dave Airlie · 9 years ago
  18. 88c47ce tests: align more encoder with mesa by Dave Airlie · 9 years ago
  19. 0163418 tests: align viewports/scissor encoding with mesa. by Dave Airlie · 9 years ago
  20. 3263d93 virglrenderer: add some more code liceneses by Dave Airlie · 9 years ago
  21. c098cd8 tests: add a test that engages transform feedback by Dave Airlie · 9 years ago
  22. 9259bc7 renderer: handle transform feedback 2 and 3 extensions by Dave Airlie · 9 years ago
  23. 0ff22a0 renderer: ABI break: overhaul viewport/scissor state by Dave Airlie · 9 years ago
  24. ebcc110 tests: make buffer size larger for bad stride test by Dave Airlie · 9 years ago
  25. 621629e tests: add 2d array bad layer stride by Dave Airlie · 9 years ago
  26. 53ab094 tests: use a box with height to test stride validation by Dave Airlie · 9 years ago
  27. a423879 tests: don't pass a bad stride in validation tests by Dave Airlie · 9 years ago
  28. 9307246 tests: add bad stride test by Dave Airlie · 9 years ago
  29. 5fd9368 tests: don't pass a stride to bad level test by Dave Airlie · 9 years ago
  30. ee10a18 tests: add transfer test with a bad level. by Dave Airlie · 9 years ago
  31. 22f2944 tests: don't pass a layer stride on the transfer tests by Dave Airlie · 9 years ago
  32. 1f9ab04 tests: do some tests for layer stride with bad texture types by Dave Airlie · 9 years ago
  33. a6a0b09 tests: drop unused test by Dave Airlie · 9 years ago
  34. 5f7031e tests: add mipmap tests to resource creation by Dave Airlie · 9 years ago
  35. 9006de3 tests: more inline transfer tests by Dave Airlie · 9 years ago
  36. 44d4cf4 tests: add option to test harness for large buffer by Dave Airlie · 9 years ago
  37. 60ee9c4 tests: allocate cmd buf to correct size by Dave Airlie · 9 years ago
  38. c6fd7d5 tests: add flush callback to test large transfers by Dave Airlie · 9 years ago
  39. 0528355 tests: add overlapping id test by Dave Airlie · 9 years ago
  40. 5109a1f tests: add new transfer tests by Dave Airlie · 9 years ago
  41. 88b48d0 tests: add transfer test with bad offset by Dave Airlie · 9 years ago
  42. 5783d84 egl: overhaul the fourcc retrieval function by Dave Airlie · 9 years ago
  43. ac99dd0 tests: check cursor resource creation by Marc-André Lureau · 9 years ago
  44. c3fc63f tests: add simple geom shader tests by Dave Airlie · 9 years ago
  45. 4a6383f build: make distcheck work by Dave Airlie · 9 years ago
  46. 7234a2e tests: use proper handle for surface by Dave Airlie · 9 years ago
  47. ee3abc1 tests: destory vbo in simple rendering test by Dave Airlie · 9 years ago
  48. f66acaf tests: add check of bad iov write by Marc-André Lureau · 9 years ago
  49. 9ae41c2 tests: add virgl_test_transfer_1d by Marc-André Lureau · 9 years ago
  50. 0d033a1 tests: add testvirgl_create_backed_simple_1d_res by Marc-André Lureau · 9 years ago
  51. b76bbe4 tests: add simple rendering test by Dave Airlie · 9 years ago
  52. 91ec75a tests: allow passing shader strings directly. by Dave Airlie · 9 years ago
  53. fcaeadc tests: add fence handling by Dave Airlie · 9 years ago
  54. bdb49d5 tests: modify some test utility functions by Dave Airlie · 9 years ago
  55. 1c29fc4 build: add DEFINES to test build by Dave Airlie · 9 years ago
  56. 27666d8 tests: add a simple blitter test by Dave Airlie · 9 years ago
  57. 50ccab6 tests: add a simple backed resource creation utility by Dave Airlie · 9 years ago
  58. 31c561d tests: add a cmdbuf test that verifies a clear on a buffer. by Dave Airlie · 9 years ago
  59. 94946a6 tests: add framework to create a context with a command buffer. by Dave Airlie · 9 years ago
  60. 688017b tests: start adding encoder code to test harness by Dave Airlie · 9 years ago
  61. 9fcf1e0 build-sys: add git.mk by Marc-André Lureau · 9 years ago
  62. 49e125a tests: add more valgrind.suppressions by Marc-André Lureau · 9 years ago
  63. 6b04d57 tests: add more transfer box tests by Dave Airlie · 9 years ago
  64. 67fb0de tests: test return value from transfer functions by Dave Airlie · 9 years ago
  65. fe4d670 tests: reorg init tests into one with a standard init sequence by Dave Airlie · 9 years ago
  66. 99ae4f7 tests: add initial transfer API tests by Dave Airlie · 9 years ago
  67. 7104e97 tests: start adding iov attach/detach tests by Dave Airlie · 9 years ago
  68. eedc194 tests: test trying to recreate ctx 0, and destroy context no created by Dave Airlie · 9 years ago
  69. f4954eb tests: test for NULL caps return by Dave Airlie · 9 years ago
  70. 159dafe tests: add some tests for illegal attach/detach by Dave Airlie · 9 years ago
  71. 0e19ae8 tests: test trying to detach a resource we never attached. by Dave Airlie · 9 years ago
  72. e4e889d tests: add get_resource_info tests by Dave Airlie · 9 years ago
  73. c396c1a tests: test sampler view buffer binding by Dave Airlie · 9 years ago
  74. 259fd7e tests: add capability retrival tests by Dave Airlie · 9 years ago
  75. 38685b3 tests: test flags combinations. by Dave Airlie · 9 years ago
  76. fdc64af tests: overhaul resource tests. by Dave Airlie · 9 years ago
  77. abedc60 tests: add resource buffer with depth and samples by Dave Airlie · 9 years ago
  78. 3ec5982 tests: add buffer with height by Dave Airlie · 9 years ago
  79. 2c32b28 tests: add simple buffer test by Dave Airlie · 9 years ago
  80. 051bf2d tests: add array tests to resource test by Dave Airlie · 9 years ago
  81. ae6a662 tests: add initial resource tests by Dave Airlie · 9 years ago
  82. 4240d2e tests: add simple 2d resource creation helper by Dave Airlie · 9 years ago
  83. f7f37ee tests: add simple ctx init/fini handlers by Dave Airlie · 9 years ago
  84. c61fbd0 tests: add license headers by Dave Airlie · 9 years ago
  85. 4e69e3f tests: update ctx reset test by Dave Airlie · 9 years ago
  86. 8e391a0 tests: start adding a reuseable test library by Dave Airlie · 9 years ago
  87. 797dfc0 valgrind: make the egl suppression more general by Dave Airlie · 9 years ago
  88. d44ec6a tests: add a test to call the reset hooks. by Dave Airlie · 9 years ago
  89. d081aba tests: add test to leak context and make sure it gets destroyed by Dave Airlie · 9 years ago
  90. ff4d88a tests: test dangling resources. by Dave Airlie · 9 years ago
  91. 4920fc6 tests: create and bind a resource to a context by Dave Airlie · 9 years ago
  92. 4de668a tests: add simple test case to init a context and tear it down by Dave Airlie · 9 years ago
  93. f38615b tests: call cleanup interface by Dave Airlie · 9 years ago
  94. 681480f tests: add valgrind supression for gbm bug by Dave Airlie · 9 years ago
  95. ea204d5 tests: add a basic EGL initialisation test. by Dave Airlie · 9 years ago
  96. 6d93aeb start adding unit test framework by Dave Airlie · 9 years ago