From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92059] [radeonsi, apitrace] Missing textures and geometry in "Middle-earth: Shadow of Mordor" Date: Tue, 22 Sep 2015 05:46:49 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1426491782==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 9D4A86E4C9 for ; Mon, 21 Sep 2015 22:46:49 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1426491782== Content-Type: multipart/alternative; boundary="1442900809.F832A0.9280"; charset="UTF-8" --1442900809.F832A0.9280 Date: Tue, 22 Sep 2015 05:46:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=92059 --- Comment #10 from Ilia Mirkin --- (In reply to Timothy Arceri from comment #9) > (In reply to Ilia Mirkin from comment #7) > > (In reply to Kai from comment #5) > > > Also, the game seems to choke on the missing AoA functionality or at least > > > doesn't check whether it can use AoA: > > > > 0:9(23): error: GL_ARB_arrays_of_arrays required for defining arrays of arrays > > > > I guess line 9 is: out vec4 vControlPoint[][2]; > > > > Which should work without AoA. I wonder if this was recently broken by the > > AoA support patches... Or maybe it started out broken. > > It seems to me that this should fail, and is correctly doing so. From the > tessellation spec: > > [...] > > Is there something I'm missing? Quite right. I forgot about that little bit in the spec. So the issue here is that (a) AoA isn't supported in mesa, (b) even if it was, the shader doesn't enable it. Without that, you can't have plain per-vertex array outputs in TCS. You could force-enable it by setting force_glsl_extensions_warn=1 and MESA_EXTENSION_OVERRIDE=GL_ARB_arrays_of_arrays ... I think. -- You are receiving this mail because: You are the assignee for the bug. --1442900809.F832A0.9280 Date: Tue, 22 Sep 2015 05:46:49 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 10 on bug 92059 from
(In reply to Timothy Arceri from comment #9)
> (In reply to Ilia Mirkin from comment #7)
> > (In reply to Kai from comment #5)
> > > Also, the game seems to choke on the missing AoA functionality or at least
> > > doesn't check whether it can use AoA:
> > > > 0:9(23): error: GL_ARB_arrays_of_arrays required for defining arrays of arrays
> > 
> > I guess line 9 is: out vec4 vControlPoint[][2];
> > 
> > Which should work without AoA. I wonder if this was recently broken by the
> > AoA support patches... Or maybe it started out broken.
> 
> It seems to me that this should fail, and is correctly doing so. From the
> tessellation spec:
>
> [...]
> 
> Is there something I'm missing?

Quite right. I forgot about that little bit in the spec. So the issue here is
that (a) AoA isn't supported in mesa, (b) even if it was, the shader doesn't
enable it. Without that, you can't have plain per-vertex array outputs in TCS.

You could force-enable it by setting force_glsl_extensions_warn=1 and
MESA_EXTENSION_OVERRIDE=GL_ARB_arrays_of_arrays ... I think.


You are receiving this mail because:
  • You are the assignee for the bug.
--1442900809.F832A0.9280-- --===============1426491782== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1426491782==--