| Summary: |
swr_fence_work.cpp(42): error: argument of type "std::nullptr_t" is incompatible with parameter of type "unsigned long" |
| Product: |
Mesa
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
Drivers/Gallium/swr | Assignee: |
Bruce Cherniak <bruce.cherniak> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
mesa-dev |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
bruce.cherniak
|
| Version: |
git | Keywords: |
bisected, regression |
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
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@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@intel.com>