https://bugs.freedesktop.org/show_bug.cgi?id=100262

            Bug ID: 100262
           Summary: libswrAVX2.so Causes hang with QOpenGLWidget
           Product: Mesa
           Version: 13.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/swr
          Assignee: mesa-dev@lists.freedesktop.org
          Reporter: ch...@circlecvi.com
        QA Contact: mesa-dev@lists.freedesktop.org

Created attachment 130297
  --> https://bugs.freedesktop.org/attachment.cgi?id=130297&action=edit
Minimal Qt Project sample widget showing issue

Following is some Qt example code straight from their repository that runs
properly using Gallium llvmpipe driver, and Gallium swr driver on AVX enabled
machines (libswrAVX.so).

Running the same demo on AVX2 enabled machines (libswrAVX2.so) causes the
machine to hang at 100% CPU usage and never recovers. The library detects AVX2,
however GL calls in the paintEvent appear to be hanging the machine (IE no GL
calls, no issue)


Please see attached for the QOpenGlWidget example (Qt v5)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to