[Bug 225415] graphics/mesa-dri: update to 18.0.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 27 21:19:34 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225415

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #191719|0                           |1
        is obsolete|                            |
                 CC|                            |x11 at FreeBSD.org
 Attachment #191881|                            |maintainer-approval?(x11 at Fr
              Flags|                            |eeBSD.org)

--- Comment #20 from Jan Beich <jbeich at FreeBSD.org> ---
Created attachment 191881
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191881&action=edit
release

https://lists.freedesktop.org/archives/mesa-announce/2018-March/000412.html

- Let's start maintainer timeout countdown
- No upstream code changes since rc5
- Reordered struct initializers, see

  -const struct _umtx_time tmo = { ._clockid = CLOCK_MONOTONIC, ._flags =
UMTX_ABSTIME, ._timeout = *timeout };
  +const struct _umtx_time tmo = { ._timeout = *timeout, ._flags =
UMTX_ABSTIME, ._clockid = CLOCK_MONOTONIC };

to pacify GCC

  In file included from ../../src/util/simple_mtx.h:27:0,
                   from ../../src/mesa/main/mtypes.h:49,
                   from glsl/main.cpp:36:
  ../../src/util/futex.h: In function 'int futex_wait(uint32_t*, int32_t,
timespec*)':
  ../../src/util/futex.h:54:113: sorry, unimplemented: non-trivial designated
initializers not supported
         const struct _umtx_time tmo = { ._clockid = CLOCK_MONOTONIC, ._flags =
UMTX_ABSTIME, ._timeout = *timeout };
                                                                               
                                   ^
  ../../src/util/futex.h:54:113: sorry, unimplemented: non-trivial designated
initializers not supported

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-x11 mailing list