All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu
@ 2015-11-18 20:34 bugzilla-daemon
  2015-11-18 21:45 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2015-11-18 20:34 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 761 bytes --]

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

            Bug ID: 92999
           Summary: [APITRACE] Shadow of Mordor missing fonts in menu
           Product: Mesa
           Version: 11.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: egore@gmx.de
        QA Contact: dri-devel@lists.freedesktop.org

Shadows of Mordor is missing several fonts in the menu. An APITRACE can be
found at:
https://drive.google.com/file/d/0BxAIK4wsKm_YS1dWT0FGd2hVX00/view?usp=sharing

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

[-- Attachment #1.2: Type: text/html, Size: 2154 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu
  2015-11-18 20:34 [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu bugzilla-daemon
@ 2015-11-18 21:45 ` bugzilla-daemon
  2015-11-18 21:47 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2015-11-18 21:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 728 bytes --]

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

--- Comment #1 from Christoph Brill <egore@gmx.de> ---
Created attachment 119919
  --> https://bugs.freedesktop.org/attachment.cgi?id=119919&action=edit
Simple test program showing a shader compilation error

The shaders generated seem to be a source of the trouble. The compiler dislikes
the following part of the shader:

int bits = ...;
const uint mask = 0xFFFFFFFFu >> (32 - bits);

It complains:
"error: initializer of const variable `mask' must be a constant expression"

Attached is a simple test program to check for this error. Compile and link
using "g++ const_init.cpp -lGL -lSDL2 -lGLEW"

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

[-- Attachment #1.2: Type: text/html, Size: 1716 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu
  2015-11-18 20:34 [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu bugzilla-daemon
  2015-11-18 21:45 ` bugzilla-daemon
@ 2015-11-18 21:47 ` bugzilla-daemon
  2017-03-12 11:11 ` bugzilla-daemon
  2019-07-04  1:27 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2015-11-18 21:47 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 972 bytes --]

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

--- Comment #2 from Ilia Mirkin <imirkin@alum.mit.edu> ---
(In reply to Christoph Brill from comment #1)
> Created attachment 119919 [details]
> Simple test program showing a shader compilation error
> 
> The shaders generated seem to be a source of the trouble. The compiler
> dislikes the following part of the shader:
> 
> int bits = ...;
> const uint mask = 0xFFFFFFFFu >> (32 - bits);
> 
> It complains:
> "error: initializer of const variable `mask' must be a constant expression"
> 
> Attached is a simple test program to check for this error. Compile and link
> using "g++ const_init.cpp -lGL -lSDL2 -lGLEW"

You think that's bad? How about the 'offest' typo? :) You need to force GL4 in
order to do the trace. Might want to also have a copy of r600g that enables
ARB_gpu_shader5 (which will remove the need for those wrong overrides).

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

[-- Attachment #1.2: Type: text/html, Size: 2135 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu
  2015-11-18 20:34 [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu bugzilla-daemon
  2015-11-18 21:45 ` bugzilla-daemon
  2015-11-18 21:47 ` bugzilla-daemon
@ 2017-03-12 11:11 ` bugzilla-daemon
  2019-07-04  1:27 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-03-12 11:11 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 507 bytes --]

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

Vedran Miletić <vedran@miletic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |77449


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=77449
[Bug 77449] Tracker bug for all bugs related to Steam titles
-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1562 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu
  2015-11-18 20:34 [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-03-12 11:11 ` bugzilla-daemon
@ 2019-07-04  1:27 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-07-04  1:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 525 bytes --]

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

Timothy Arceri <t_arceri@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #3 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Not a mesa bug closing.

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

[-- Attachment #1.2: Type: text/html, Size: 2035 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-04  1:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 20:34 [Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu bugzilla-daemon
2015-11-18 21:45 ` bugzilla-daemon
2015-11-18 21:47 ` bugzilla-daemon
2017-03-12 11:11 ` bugzilla-daemon
2019-07-04  1:27 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.