mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 07:02:54 +00:00
Updated to version 10.2.1
A brief description of the changes in this release compares to 10.1.x series is available here: http://www.phoronix.com/scan.php?page=news_item&px=MTcwMDc
This commit is contained in:
parent
c69186ccf3
commit
7c77e314cb
4 changed files with 20 additions and 20 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
MesaLib-10.1.5.tar.bz2: 6928cb1a5b579f4432aeb1d8ce8d476e3692353b
|
||||
MesaLib-10.2.1.tar.bz2: fc3de0857784c82b77f42421d9e48bb0ad23d632
|
||||
|
|
13
mesa-10.2-evergreen-big-endian.patch
Normal file
13
mesa-10.2-evergreen-big-endian.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c
|
||||
index fabc52c..c276016 100644
|
||||
--- a/src/gallium/drivers/r600/r600_state_common.c
|
||||
+++ b/src/gallium/drivers/r600/r600_state_common.c
|
||||
@@ -2258,7 +2258,7 @@ uint32_t r600_translate_colorformat(enum chip_class chip, enum pipe_format forma
|
||||
|
||||
uint32_t r600_colorformat_endian_swap(uint32_t colorformat)
|
||||
{
|
||||
- if (R600_BIG_ENDIAN) {
|
||||
+ if (0 && R600_BIG_ENDIAN) {
|
||||
switch(colorformat) {
|
||||
/* 8-bit buffers. */
|
||||
case V_0280A0_COLOR_4_4:
|
|
@ -1,12 +0,0 @@
|
|||
diff -up mesa-20130610/src/gallium/drivers/r600/evergreen_state.c.jx mesa-20130610/src/gallium/drivers/r600/evergreen_state.c
|
||||
--- mesa-20130610/src/gallium/drivers/r600/evergreen_state.c.jx 2013-06-10 13:58:51.000000000 -0400
|
||||
+++ mesa-20130610/src/gallium/drivers/r600/evergreen_state.c 2013-06-17 10:24:14.687160428 -0400
|
||||
@@ -615,7 +615,7 @@ static uint32_t r600_translate_colorform
|
||||
|
||||
static uint32_t r600_colorformat_endian_swap(uint32_t colorformat)
|
||||
{
|
||||
- if (R600_BIG_ENDIAN) {
|
||||
+ if (0 && R600_BIG_ENDIAN) {
|
||||
switch(colorformat) {
|
||||
|
||||
/* 8-bit buffers. */
|
13
mesa.spec
13
mesa.spec
|
@ -22,11 +22,11 @@
|
|||
%define gallium_drivers "r300,r600,radeonsi,nouveau,svga,swrast"
|
||||
%endif
|
||||
|
||||
#define short_ver 10.1
|
||||
#define short_ver 10.2
|
||||
|
||||
Summary: OpenGL 3.x compatible 3D graphics library
|
||||
Name: mesa
|
||||
Version: 10.1.5
|
||||
Version: 10.2.1
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
|
@ -36,10 +36,10 @@ Source3: make-git-snapshot.sh
|
|||
Source5: mesa-driver-install
|
||||
Source6: XvMCConfig
|
||||
Source7: README.xvmc
|
||||
Patch1: GLX_INDIRECT_RENDERING_mesa9_1.patch
|
||||
Patch2: mesa-9.2-evergreen-big-endian.patch
|
||||
#Patch1: GLX_INDIRECT_RENDERING_mesa9_1.patch
|
||||
Patch2: mesa-10.2-evergreen-big-endian.patch
|
||||
Patch3: mesa-9.2-hardware-float.patch
|
||||
Patch4: gallium-targets-add-missing-library-dependencies.patch
|
||||
#Patch4: gallium-targets-add-missing-library-dependencies.patch
|
||||
|
||||
#Fedora
|
||||
#Patch16: mesa-9.2-no-useless-vdpau.patch
|
||||
|
@ -54,7 +54,7 @@ BuildRequires: makedepend
|
|||
BuildRequires: elfutils-devel
|
||||
BuildRequires: llvm-devel
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.52
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.54
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
%if %{with va}
|
||||
BuildRequires: pkgconfig(libva)
|
||||
|
@ -630,7 +630,6 @@ autoreconf -vfi
|
|||
%endif
|
||||
--with-gallium-drivers="%{gallium_drivers}" \
|
||||
--enable-gallium-llvm \
|
||||
--with-llvm-shared-libs \
|
||||
--enable-egl \
|
||||
--enable-gallium-egl \
|
||||
--enable-gallium-gbm \
|
||||
|
|
Loading…
Add table
Reference in a new issue