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

2014-08-06 Thread Manuel A. Fernandez Montecelo
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=82268


On Sat, May 24, 2014 at 09:37:01PM +0200, Christian Svensson wrote:
> Package: mesa
> Version: 10.1.2
> Severity: wishlist
> Tags: upstream patch
> 
> Dear Maintainer,
> 
> This trivial patch adds support for or1k.

> 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 0x3f80
>  #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


As the first line says, forwarded upstream.  Hope that helps.


Cheers.
--
Manuel A. Fernandez Montecelo 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140806222637.ga28...@lugh.itsari.org



Processed: Re: Bug#749172: mesa: Add support for the OpenRISC architecture (or1k)

2014-08-06 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=82268
Bug #749172 [mesa] mesa: Add support for the OpenRISC architecture (or1k)
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=82268'.

-- 
749172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b749172.14073640071755.transcr...@bugs.debian.org



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

2014-05-24 Thread Christian Svensson
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 0x3f80
 #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