Skip to content
Snippets Groups Projects
  1. Apr 23, 2024
  2. Jul 21, 2022
  3. Feb 19, 2022
  4. Feb 03, 2021
  5. Jan 31, 2021
  6. Mar 31, 2017
  7. Mar 29, 2017
  8. Mar 28, 2017
    • Aaron Plattner's avatar
      Skip shmblend if SHM pixmaps aren't supported · 44e64eec
      Aaron Plattner authored and Emma Anholt's avatar Emma Anholt committed
      
      Some drivers don't support SHM pixmaps, but rendercheck doesn't care
      and tries to use them anyway. This causes the test to abort:
      
       Beginning SHM blend test from a8
       X Error of failed request:  BadImplementation (server does not implement operation)
         Major opcode of failed request:  130 (MIT-SHM)
         Minor opcode of failed request:  5 (X_ShmCreatePixmap)
         Serial number of failed request:  805
         Current serial number in output stream:  811
       X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)
         Major opcode of failed request:  139 (RENDER)
         Minor opcode of failed request:  4 (RenderCreatePicture)
         Resource id in failed request:  0x3200215
         Serial number of failed request:  806
         Current serial number in output stream:  811
      
      Fix this by skipping the shmblend tests if the extension is missing or
      doesn't support pixmaps.
      
      Signed-off-by: Aaron Plattner's avatarAaron Plattner <aplattner@nvidia.com>
      Reviewed-by: default avatarEric Anholt <eric@anholt.net>
      44e64eec
  9. Jan 26, 2017
  10. Mar 14, 2016
  11. Feb 08, 2016
  12. Jun 11, 2015
  13. Jun 04, 2015
  14. Jun 13, 2014
    • Emma Anholt's avatar
      Add test for a rendering bug in libreoffice. · e1f078ad
      Emma Anholt authored
      After changing the get/putimage code in glamor, we found a render
      regression that was surprisingly not caught by rendercheck.
      
      v2: Add a variant with using the GC to invert the bits that were put,
          which reproduces the problem on master.
      e1f078ad
  15. Apr 22, 2014
  16. Jan 21, 2014
  17. May 07, 2013
Loading