[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#749172: marked as done (mesa: Add support for the OpenRISC architecture (or1k))



Your message dated Fri, 12 Sep 2014 16:33:47 +0200
with message-id <CACiKqBcaNnO1sBuzRfYeHchpeB1J4CQfHzb7U++pF_+i=93YyA@mail.gmail.com>
and subject line Close bug #749172
has caused the Debian Bug report #749172,
regarding mesa: Add support for the OpenRISC architecture (or1k)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
749172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749172
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mesa
Version: 10.1.2
Severity: wishlist
Tags: upstream patch

Dear Maintainer,

This trivial patch adds support for or1k.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur mesa-10.1.2.orig/src/mesa/main/compiler.h mesa-10.1.2/src/mesa/main/compiler.h
--- mesa-10.1.2.orig/src/mesa/main/compiler.h	2014-05-24 15:28:50.770131989 +0200
+++ mesa-10.1.2/src/mesa/main/compiler.h	2014-05-24 15:28:54.838152937 +0200
@@ -329,7 +329,7 @@
     defined(__arm__) || defined(__aarch64__) || \
     defined(__sh__) || defined(__m32r__) || \
     (defined(__sun) && defined(_IEEE_754)) || \
-    defined(__alpha__)
+    defined(__alpha__) || defined(__or1k__)
 #define USE_IEEE
 #define IEEE_ONE 0x3f800000
 #endif
Binary files mesa-10.1.2.orig/src/mesa/main/.compiler.h.swp and mesa-10.1.2/src/mesa/main/.compiler.h.swp differ

--- End Message ---
--- Begin Message ---
Version: 10.3.0~rc3-1

This bug was closed upstream with commit:

commit 50d5fc192b1558de048447498c876ff28a3433e6
Author: Matt Turner <mattst88@gmail.com>
Date:   Wed Aug 6 16:13:26 2014 -0700

    mesa: Drop USE_IEEE define.

    I think OpenVMS was the only platform that Mesa ran on that used a
    non-IEEE representation for floats. We removed OpenVMS support a while
    back, and this should alleviate the need to continue updating the
    this-platform-uses-IEEE list.

    The one bit of this patch that needs review is the IS_INF_OR_NAN,
    because I'm not sure if MSVC supports isfinite.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82268
    Reviewed-by: Brian Paul <brianp@vmware.com>

--- End Message ---

Reply to: