[Mesa-dev] [Bug 99119] swr_fence_work.cpp(42): error: argument of type "std::nullptr_t" is incompatible with parameter of type "unsigned long"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 17 07:39:44 UTC 2016


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

            Bug ID: 99119
           Summary: swr_fence_work.cpp(42): error: argument of type
                    "std::nullptr_t" is incompatible with parameter of
                    type "unsigned long"
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/swr
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: vlee at freedesktop.org
        QA Contact: mesa-dev at lists.freedesktop.org
                CC: bruce.cherniak at intel.com

mesa: 6493b4f4dded6e622630d22f6bc2c779fb73d467 (master 13.1.0-devel)

Build error with Intel C++ Compiler.

swr_fence_work.cpp(42): error: argument of type "std::nullptr_t" is
incompatible with parameter of type "unsigned long"
        p_atomic_set(&fence->work.head.next, nullptr);
        ^


commit 79b66ec05e2745e5d19838dcfd83f905afa82b6c
Author: Bruce Cherniak <bruce.cherniak at intel.com>
Date:   Mon Dec 12 19:24:59 2016 -0600

    swr: Implement fence attached work queues for deferred deletion.

    Work can now be added to fences and triggered by fence completion. This
    allows for deferred resource deletion, and other asynchronous tasks.

    Reviewed-by: George Kyriazis <george.kyriazis at intel.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161217/c9012ef1/attachment.html>


More information about the mesa-dev mailing list