Re: [Mesa-dev] [PATCH] Fixes assertion fail on startup in `glXCreateContextAttribsARB`.

2019-03-25 Thread Felix Schwarz

Am 25.03.19 um 00:06 schrieb zegen...@protonmail.com:
> To quote Uli Schlacher, who understands this stuff more than I do:

"Schlachter"

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

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

Felix
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] mesa-dev is failing to bounce some mails

2016-10-27 Thread Felix Schwarz

Am 27.10.2016 um 13:14 schrieb Emil Velikov:
> Skimming through the above they have arrived in timely manner over here.
> It might be worth checking if it's not something on your end - ISP
> and/or local infra.

Seems like a fdo issue to me:
,---
Received: from gabe.freedesktop.org (localhost [127.0.0.1])
by gabe.freedesktop.org (Postfix) with ESMTP id 5074C6EC00;
Thu, 27 Oct 2016 08:53:56 + (UTC)
[...]
Received: from smtp4.mundo-r.com (smtp3.mundo-r.com [212.51.32.191])
 by gabe.freedesktop.org (Postfix) with ESMTP id 61F6D6E8AE
 for ; Wed, 26 Oct 2016 15:31:05 + (UTC)
[...]

From: Andres Gomez 
To: mesa-dev@lists.freedesktop.org
Date: Wed, 26 Oct 2016 18:30:50 +0300
Message-Id: <20161026153051.22181-8-ago...@igalia.com>
Subject: [Mesa-dev] [PATCH 7/8] Revert "glsl: allow layout qualifier
overrides with ARB_shading_language_420pack"
`---

Felix


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Problem with RX 480 on Alien: Isolation and Dota 2

2016-09-13 Thread Felix Schwarz

Am 13.09.2016 um 05:15 schrieb Edward O'Callaghan:
> Perhaps someone else can chime in to confirm and/or you can file a bug
> with Fedora for a version bump also.

Fedora currently does not ship LLVM 3.9 (not even in rawhide) but there is a
bug about the bump: https://bugzilla.redhat.com/show_bug.cgi?id=1354096

After that is fixed llvm might be upgraded in the stable branches but I won't
count on it (though mentioning problems with the RX 480 might help).

There are a few COPR repos for F24 which ship LLVM 3.9 but I did not use any
of them recently (only griever's but that one isn't fully up-to-date right now).

Felix
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [RFC] r600g: evergreen/cayman tessellation support

2015-11-30 Thread Felix Schwarz

Am 30.11.2015 um 10:51 schrieb Marek Olšák:
>> Currently tested hw:
>> working: CAYMAN, REDWOOD, BARTS, TURKS
>> hangs on any tessellation: CAYMAN
>> hangs differently at least with heaven: SUMO
>
> You listed CAYMAN twice, so does it hang or not?

Based on the comments from patch 53 I'm guessing that it hangs on Caicos:
> From: Dave Airlie 
> 
> This enables tessellation for evergreen/cayman,
> 
> This will need changes before committing depending
> on what hw works etc.
> Currently known broken are SUMO/CAICOS
> working are CAYMAN/REDWOOD/BARTS/TURKS.

Felix
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH v3] r600g: Fix special negative immediate constants when using ABS modifier.

2015-10-29 Thread Felix Schwarz
Am 29.10.2015 um 10:24 schrieb Ivan Kalvachev:
> Configuring smtp server is too much hassle for a single patch and I
> would like to avoid writing my email credentials if possible.
> If I'm about to send more patches, then I guess I would have to do that.

You might want to look into "git imap-send" and/or "git format-patch --stdout"
so git can generate emails which you can send with an email client like
thunderbird. That way you also get a nice way to "preview" the
messages/patches you are going to send.

Felix

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] gallium: add MULTISAMPLE_Z_RESOLVE cap

2015-01-19 Thread Felix Schwarz

Am 17.01.2015 um 14:44 schrieb Axel Davy:
 diff --git a/src/gallium/include/pipe/p_defines.h 
 b/src/gallium/include/pipe/p_defines.h
 index 6c5703a..351f3c2 100644
 --- a/src/gallium/include/pipe/p_defines.h
 +++ b/src/gallium/include/pipe/p_defines.h
 @@ -573,6 +573,7 @@ enum pipe_cap {
 PIPE_CAP_SAMPLER_VIEW_TARGET = 110,
 PIPE_CAP_CLIP_HALFZ = 111,
 PIPE_CAP_VERTEXID_NOBASE,
 +   PIPE_CAP_MULTISAMPLE_Z_RESOLVE,
  };
  
  #define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1  0)

just curious: Is there a specific reason why some enum items don't get numbers?

Felix


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev