public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 119bafb39c948c42ed4fa3bce9168a45104ae1e7
Date: Sun, 18 Mar 2012 10:52:12 +0100	[thread overview]
Message-ID: <20120318095214.92A16200AF@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2248 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  119bafb39c948c42ed4fa3bce9168a45104ae1e7 (commit)
      from  71d9ccbdcf221b228b9491febc5e0269282adb49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 119bafb39c948c42ed4fa3bce9168a45104ae1e7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 18 07:53:49 2012 +0100

    mesa: Add WMB patch to build mesa on ARM.

-----------------------------------------------------------------------

Summary of changes:
 mesa/mesa.nm                             |    2 +-
 mesa/patches/mesa-7.11-generic-wmb.patch |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)
 create mode 100644 mesa/patches/mesa-7.11-generic-wmb.patch

Difference in files:
diff --git a/mesa/mesa.nm b/mesa/mesa.nm
index 31dafc6..b2212e9 100644
--- a/mesa/mesa.nm
+++ b/mesa/mesa.nm
@@ -5,7 +5,7 @@
 
 name       = mesa
 version    = 7.8.2
-release    = 2
+release    = 3
 
 groups     = Development/Tools
 url        = http://www.mesa3d.org
diff --git a/mesa/patches/mesa-7.11-generic-wmb.patch b/mesa/patches/mesa-7.11-generic-wmb.patch
new file mode 100644
index 0000000..618d836
--- /dev/null
+++ b/mesa/patches/mesa-7.11-generic-wmb.patch
@@ -0,0 +1,12 @@
+diff -up Mesa-7.11/src/mesa/drivers/dri/sis/sis_context.h.jx Mesa-7.11/src/mesa/drivers/dri/sis/sis_context.h
+--- Mesa-7.11/src/mesa/drivers/dri/sis/sis_context.h.jx	2010-12-14 16:43:15.000000000 -0500
++++ Mesa-7.11/src/mesa/drivers/dri/sis/sis_context.h	2011-09-09 11:47:56.454465358 -0400
+@@ -405,7 +405,7 @@ struct sis_context
+ #elif defined(__ia64__)
+ #define MMIO_WMB()	__asm __volatile("mf" : : : "memory")
+ #else
+-#error platform needs WMB
++#define MMIO_WMB()	__sync_synchronize()
+ #endif
+ 
+ #define mEndPrimitive()  \


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-03-18  9:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120318095214.92A16200AF@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox