1. ffcdf76 util: implement F16C using inline assembly on x86_64 by Marek Olšák · 4 years, 1 month ago
  2. 24b4a63 CI: Re-enable Panfrost T7xx CI by Daniel Stone · 4 years ago
  3. f0707e9 CI: Disable Panfrost T7xx CI by Daniel Stone · 4 years ago
  4. e3c7748 ci/bare-metal: Move the "POWER_GOOD not seen in time" check to the right time. by Eric Anholt · 4 years ago
  5. 1aac47d Revert F16C series (MR 6774) by Matt Turner · 4 years ago
  6. 87900af util: implement f16c - fast half<->float conversions by Marek Olšák · 4 years, 1 month ago
  7. d12cdc9 gallivm: fix pow(0, y) to be 0 by Dave Airlie · 4 years ago
  8. 1b39d74 ci: Enable remaining (non-rotate) mustpass CTS tests by Rob Clark · 4 years, 1 month ago
  9. 8abe3bb ci: cherry-pick deqp fix for config choosing by Rob Clark · 4 years, 1 month ago
  10. aee1c08 ci/deqp-runner: Allow overriding width/height/config by Rob Clark · 4 years, 1 month ago
  11. 6d4f33e turnip: initial implementation of VK_KHR_push_descriptor by Jonathan Marek · 4 years, 1 month ago
  12. d4d5382 panfrost: Add support for rbg16 formats by Boris Brezillon · 4 years, 1 month ago
  13. dfc1d54 CI: Re-enable Panfrost T7xx by Daniel Stone · 4 years ago
  14. f01656c CI: Temporarily disable Panfrost T7xx by Daniel Stone · 4 years ago
  15. e8c5f8b nir/lower_clip: Add i/o semantics for load/store intrinsics. by Eric Anholt · 4 years, 1 month ago
  16. 4ed9049 ci/freedreno: Add trace tests for glxgears, 0 A.D., and xonotic. by Eric Anholt · 4 years, 1 month ago
  17. 8538b7d ci/freedreno: Sort the traces in the .yml of expectations by Eric Anholt · 4 years, 1 month ago
  18. 4017116 ci: add dEQP-VK.info.device_extensions to the list of skipped tests by Samuel Pitoiset · 4 years ago
  19. 005d9d2 ci: adjust RadeonSI rules by Samuel Pitoiset · 4 years ago
  20. a1f46d7 ci: Use ignore_scheduled_pipelines anchor in .radeonsi-rules by Michel Dänzer · 4 years, 1 month ago
  21. 57bf4c2 nir,radeonsi: move ffma fusing to late optimizations for better codegen by Marek Olšák · 4 years, 1 month ago
  22. 50d3358 nir/algebraic: add late optimizations that optimize out mediump conversions (v3) by Marek Olšák · 4 years, 1 month ago
  23. 2f62a44 ci: do not build libdrm for vc4, reedreno and etnaviv by Christian Gmeiner · 4 years, 1 month ago
  24. 74f1c50 freedreno: Don't bypass fd_draw_vbo() in clear fallback by Rob Clark · 4 years, 1 month ago
  25. b0722cb6 gallivm: disable brilinear for lod bias and explicit lod. by Dave Airlie · 4 years, 1 month ago
  26. bd647f8 freedreno: Add another new sysmem flake. by Eric Anholt · 4 years, 1 month ago
  27. 0f61f01 ci/bare-metal: Allow wget of the kernel/dtb for kernel development. by Eric Anholt · 4 years, 5 months ago
  28. b4317fc ci/bare-metal: Update the kernel to msm-next-pgtables by Eric Anholt · 4 years, 1 month ago
  29. 88fc3e2 gitlab-ci: Enable unit test reports for lava traces jobs by Alexandros Frantzis · 4 years, 1 month ago
  30. d24ffd8 tracie: Produce JUnit XML results by Alexandros Frantzis · 4 years, 1 month ago
  31. dd47192 tracie: Make tests independent of environment by Alexandros Frantzis · 4 years, 1 month ago
  32. 171e94f mesa/st: enable EXT_color_buffer_half_float when formats supported by Tapani Pälli · 4 years, 1 month ago
  33. 11bd64b ci: Remove any existing results directory before running piglit by Michel Dänzer · 4 years, 1 month ago
  34. d853929 ci: Run deqp-gles3 and deqp-gles31 on RadeonSI by Tomeu Vizoso · 4 years, 2 months ago
  35. f852942 Revert "ac: generate FMA for inexact instructions for radeonsi" by Marek Olšák · 4 years, 1 month ago
  36. ac55b1a nir: get ffma support from NIR options for nir_lower_flrp by Marek Olšák · 4 years, 3 months ago
  37. fd2ee49 ci/bare-metal: Use python for handling fastboot booting and parsing by Eric Anholt · 4 years, 1 month ago
  38. 0453a46 ci/bare-metal: Fix capturing of serial output as job artifacts. by Eric Anholt · 4 years, 1 month ago
  39. 24f5f11 ci/bare-metal: Log why our run restarts when it does. by Eric Anholt · 4 years, 1 month ago
  40. 785d3ca ci/bare-metal: Include a timestamp in our serial reads. by Eric Anholt · 4 years, 1 month ago
  41. ff42b7e ci/bare-metal: Fix detection of "POWER_GOOD not seen in time" fails by Eric Anholt · 4 years, 1 month ago
  42. b7787ce ci/bare-metal: Use re.search() instead re.match() for our line matching. by Eric Anholt · 4 years, 1 month ago
  43. fdadbdb radv: remove descriptor_indexing fails from expected fails by Rhys Perry · 4 years, 1 month ago
  44. 5c0d34c ci: Enable KHR-GL30 CTS testing on freedreno a630. by Eric Anholt · 4 years, 1 month ago
  45. ef807a5 ci: Use the same VK-GL-CTS tree for GL/GLES as VK. by Eric Anholt · 4 years, 1 month ago
  46. eb02b31 ci: Bump vulkan CTS version to 1.2.3.2, and keep the GL CTS around. by Eric Anholt · 4 years, 1 month ago
  47. a6291b1 freedreno/ir3: rework setup_{input,output} to make struct varyings work by Jonathan Marek · 4 years, 2 months ago
  48. c694af4 freedreno/ir3: improve handling of aliased inputs by Jonathan Marek · 4 years, 2 months ago
  49. d3b652f ci: Switch to using gold as the linker. by Eric Anholt · 4 years, 2 months ago
  50. 2d1c607 ci: Make a missing device name correctly bail out of deqp-runner.sh. by Eric Anholt · 4 years, 2 months ago
  51. a280810 CI: Windows: Use separate config file for Docker by Daniel Stone · 4 years, 1 month ago
  52. 8684061 ci: Test the KHR-GL* CTS cases with softpipe. by Eric Anholt · 4 years, 1 month ago
  53. 7323062 ci: Mark the rest of compswap as flaky on freedreno. by Eric Anholt · 4 years, 1 month ago
  54. 2dbb872 gitlab-ci: Test the traces from bgfx by Rohan Garg · 4 years, 7 months ago
  55. 1fa43a4 freedreno: handle case of shadowing current render target by Rob Clark · 4 years, 2 months ago
  56. 2da1178 ci/bare-metal: Try rebooting chezas again if they get stuck during tftp. by Eric Anholt · 4 years, 2 months ago
  57. c27075e ci/bare-metal: Retry booting chezas instead of failing when !POWER_GOOD by Eric Anholt · 4 years, 2 months ago
  58. c636481 ci/bare-metal: Convert the main cros-servo boot code to python by Eric Anholt · 4 years, 2 months ago
  59. b437408 ci/bare-metal: Use a new serial buffer tool. by Eric Anholt · 4 years, 2 months ago
  60. 5922d57 glsl: Eliminate assigments to out-of-bounds elements of vector by Danylo Piliaiev · 4 years, 2 months ago
  61. e93979b ir_constant: Return zero on out-of-bounds vector accesses by Danylo Piliaiev · 4 years, 2 months ago
  62. fb525ad ci/freedreno: List more common flakes reported recently. by Eric Anholt · 4 years, 2 months ago
  63. c19b7fc ci/freedreno: Move our skips lists over to being known-flakes lists. by Eric Anholt · 4 years, 2 months ago
  64. 30da82c ci/deqp-runner: Add a post-deqp-run filter list for known flakes. by Eric Anholt · 4 years, 2 months ago
  65. 4bb59fc ci/deqp-runner: Drop unused "count" variable by Eric Anholt · 4 years, 2 months ago
  66. 32fd2ee ci/deqp-runner: Drop stale comment from deqp-runner.sh. by Eric Anholt · 4 years, 2 months ago
  67. b5d36e9 gitlab-ci: fix quoting of variables passed down to bare-metal runners by Eric Engestrom · 4 years, 2 months ago
  68. 72fac11 gitlab-ci: fix testing whether a variable with a given name is set or not by Eric Engestrom · 4 years, 2 months ago
  69. c1e6957 Revert "gitlab-ci: reuse container_post_build when building the test images" by Andres Gomez · 4 years, 2 months ago
  70. 6c9cf84 ci: Run deqp-gles2 on RadeonSI by Tomeu Vizoso · 4 years, 2 months ago
  71. b08fcab gitlab-ci: reorder container_post_build call for arm64_test image by Andres Gomez · 4 years, 2 months ago
  72. 40ab6d7 gitlab-ci: reuse container_post_build when building the test images by Andres Gomez · 4 years, 2 months ago
  73. c9c53da ci: Update kernel used in LAVA to 5.8-based drm-misc by Tomeu Vizoso · 4 years, 2 months ago
  74. 91cd7fe ci: Fix URL to imagediff page in traces dashboard by Tomeu Vizoso · 4 years, 2 months ago
  75. 9222174 ci: Test Panfrost with more traces by Tomeu Vizoso · 4 years, 2 months ago
  76. 7d5f4d3 ci: Split traces.yml file per driver by Tomeu Vizoso · 4 years, 2 months ago
  77. d8edf8e Revert "CI: Disable Panfrost T720/T760 CI" by Tomeu Vizoso · 4 years, 2 months ago
  78. 16f1d8b glsl: fix crashes on out of bound matrix access using constant index by Marcin Ślusarz · 4 years, 5 months ago
  79. 9ef192c CI: Disable Panfrost T720/T760 CI by Daniel Stone · 4 years, 2 months ago
  80. ac9c94f CI: Skip another flaky GS test on softpipe by Daniel Stone · 4 years, 2 months ago
  81. e513d8d CI: Skip flaky CS test on VirGL by Daniel Stone · 4 years, 2 months ago
  82. 3e447c1 CI: Disable Panfrost T860 and AMD Stoney tests by Daniel Stone · 4 years, 2 months ago
  83. f9e773b llvmpipe: enable GL 4.5 by Dave Airlie · 4 years, 3 months ago
  84. aeba69d drisw: Port the MIT-SHM check to XCB by Adam Jackson · 4 years, 2 months ago
  85. c9f4b14 Revert "CI: temp disable t720/t760 jobs." by Tomeu Vizoso · 4 years, 2 months ago
  86. fd265bb panfrost: Update CI expectations by Alyssa Rosenzweig · 4 years, 2 months ago
  87. e03622e panfrost: Set STRIDE_4BYTE_ALIGNED_ONLY by Alyssa Rosenzweig · 4 years, 2 months ago
  88. f1001a3 CI: temp disable t720/t760 jobs. by Dave Airlie · 4 years, 2 months ago
  89. 371f6f4 radv: Update CI expectations for the recent descriptor indexing regressions. by Bas Nieuwenhuizen · 4 years, 2 months ago
  90. dd003ab meson: bump required glvnd version by Eric Engestrom · 4 years, 9 months ago
  91. c4e0cae gallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS by Rob Clark · 4 years, 2 months ago
  92. 1541ef6 ci: Use a rootfs tarball for NFS root, instead of a ramdisk (for LAVA) by Tomeu Vizoso · 4 years, 2 months ago
  93. 0b24783 ci: Actually upload trace artifacts to MinIO for baremetal by Tomeu Vizoso · 4 years, 2 months ago
  94. a133f7d ci: Remove kernel module build that slipped in by Tomeu Vizoso · 4 years, 2 months ago
  95. 7633037 ci: Download traces from MinIO in baremetal runs by Tomeu Vizoso · 4 years, 2 months ago
  96. d4ca45e ci: Upload traces' reference and actual images to MinIO by Tomeu Vizoso · 4 years, 2 months ago
  97. 5afaec3 turnip: workaround for a630 d24_unorm_s8_uint fails by Jonathan Marek · 4 years, 4 months ago
  98. a956093 ci: Build-test Panfrost tools by Tomeu Vizoso · 4 years, 2 months ago
  99. cf8a8b7 ci: Set date in LAVA DUTs from NTP servers by Tomeu Vizoso · 4 years, 2 months ago
  100. 54394a4 ci: enable ACO tests by Rhys Perry · 4 years, 4 months ago