Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 03:29:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 250307] graphics/mesa-dri: iris_dri.so is missing
Message-ID:  <bug-250307-7141-UH4JuJ1FmR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250307-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250307-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250307

--- Comment #6 from Jan Beich <jbeich@FreeBSD.org> ---
For example, i965 compat profile doesn't have GL_ARB_direct_state_access
required by yuzu. To demonstrate a glitch it causes try the following:

  $ pkg install yuzu-qt5 mesa-dri
  $ fetch https://github.com/FlagBrew/2048/releases/download/1.0.0-1/2048.n=
ro
  $ export HOME=3D/tmp # use default config e.g., homebrew needs ASYNC disa=
bled

  $ yuzu 2048.nro
  <Game has launched but screen remains black>

  $ MESA_LOADER_DRIVER_OVERRIDE=3Diris yuzu 2048.nro
  <Game board is rendered properly>

  $ MESA_GL_VERSION_OVERRIDE=3D4.6COMPAT yuzu 2048.nro
  <Game board is rendered properly>

https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-20.2.0/src/mesa/driver=
s/dri/i965/intel_screen.c#L2440

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250307-7141-UH4JuJ1FmR>