SHA256
1
0
forked from pool/Mesa
Commit Graph

739 Commits

Author SHA256 Message Date
73b68acd16 Accepting request 110475 from home:jengelh:branches:X11:XOrg
- Adjust baselibs.conf for OSMesa soname change

OBS-URL: https://build.opensuse.org/request/show/110475
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=204
2012-03-21 20:07:18 +00:00
548acc1f09 - U_gallium-rtasm-properly-detect-SSE-and-SSE2.patch
* gallium/rtasm: properly detect SSE and SSE2;  this should fix
    crashes on ancient processors. (bnc#728737)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=203
2012-03-21 15:12:39 +00:00
Stephan Kulow
4f8fc226b7 Accepting request 107704 from X11:XOrg
- fix baselibs.conf after update of libOSMesa
- do not put the date in generated code, this breaks build-compare
  for little to no gain as we know the build date from rpm header

OBS-URL: https://build.opensuse.org/request/show/107704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=142
2012-03-06 13:05:31 +00:00
8a3b9c9994 Accepting request 107639 from home:coolo:branches:openSUSE:Factory
- fix baselibs.conf after update of libOSMesa
- do not put the date in generated code, this breaks build-compare
  for little to no gain as we know the build date from rpm header

OBS-URL: https://build.opensuse.org/request/show/107639
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=201
2012-03-01 13:56:33 +00:00
Stephan Kulow
b0bfd07a40 Accepting request 106837 from X11:XOrg
- Switch software rasterizer to llvmpipe (gallium driver now)
  * Performance improvement especially on multicore system.
- minimal specfile cleanup

- only require drm_intel on intel.

OBS-URL: https://build.opensuse.org/request/show/106837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=141
2012-02-25 06:30:43 +00:00
0384a19027 - Switch software rasterizer to llvmpipe (gallium driver now)
* Performance improvement especially on multicore system.
- minimal specfile cleanup

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=199
2012-02-24 15:13:15 +00:00
ee6f072f60 Accepting request 106820 from home:msmeissn:branches:X11:XOrg
no intel drm chipsets on PowerPC

OBS-URL: https://build.opensuse.org/request/show/106820
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=198
2012-02-24 15:08:05 +00:00
Stephan Kulow
a967367cbf Accepting request 106690 from X11:XOrg
- Update to Mesa 8.0.1
  * Removed all DRI drivers that did not support DRI2. 
    Specifically, i810, mach64, mga, r128, savage, sis, tdfx, and
    unichrome were removed.
  * Removed all remnants of paletted texture support. As required
    by desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
    to a color (e.g., RGBA) texture. However, the data cannot be
    stored internally as color-index.
  * Removed support for GL_APPLE_client_storage extension.
  * Removed the classic Mesa r300 and r600 drivers, which are
    superseded by the gallium drivers for this hardware.
  * Removed the dead Gallium i965, cell and failover drivers,
    which were either broken and with nobody in sight to fix
    the situation or deprecated.
- obsoletes u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
  (git commit #63a6fd6603574c1c01324fbeb0863e39d3864c16)
- obsoletes U_Mesa-7.11-llvm3.patch
- obsoletes Mesa-llvm-3.0.patch
- disabled u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
  for now (obsolete as well?)
- use --enable-shared-dricore, saves ~33 MB

- readded build of non-gallium nouveau driver ("nouveau_vieux") to
  support again older NVIDIA GPUs

- fix requires of devel package in moving the %package before the
  other packages that have custom versions.
  %version in rpm is tricky - it's the _last_ version before the 
  macro, not the main one.

OBS-URL: https://build.opensuse.org/request/show/106690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=140
2012-02-24 11:05:52 +00:00
14047b1d59 - Update to Mesa 8.0.1
* Removed all DRI drivers that did not support DRI2. 
    Specifically, i810, mach64, mga, r128, savage, sis, tdfx, and
    unichrome were removed.
  * Removed all remnants of paletted texture support. As required
    by desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
    to a color (e.g., RGBA) texture. However, the data cannot be
    stored internally as color-index.
  * Removed support for GL_APPLE_client_storage extension.
  * Removed the classic Mesa r300 and r600 drivers, which are
    superseded by the gallium drivers for this hardware.
  * Removed the dead Gallium i965, cell and failover drivers,
    which were either broken and with nobody in sight to fix
    the situation or deprecated.
- obsoletes u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
  (git commit #63a6fd6603574c1c01324fbeb0863e39d3864c16)
- obsoletes U_Mesa-7.11-llvm3.patch
- obsoletes Mesa-llvm-3.0.patch
- disabled u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
  for now (obsolete as well?)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=196
2012-02-23 13:38:22 +00:00
37470a5241 Accepting request 106492 from home:jengelh:branches:X11:XOrg
- use --enable-shared-dricore, saves ~33 MB

OBS-URL: https://build.opensuse.org/request/show/106492
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=195
2012-02-22 15:27:37 +00:00
29e6d6702c - readded build of non-gallium nouveau driver ("nouveau_vieux") to
support again older NVIDIA GPUs

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=194
2012-02-22 14:21:14 +00:00
228d28d76c Accepting request 106364 from home:coolo:branches:openSUSE:Factory
- fix requires of devel package in moving the %package before the
  other packages that have custom versions.
  %version in rpm is tricky - it's the _last_ version before the 
  macro, not the main one.

OBS-URL: https://build.opensuse.org/request/show/106364
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=193
2012-02-21 23:59:17 +00:00
2510997112 - added irrelevant white spaces
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=192
2012-02-21 11:52:23 +00:00
2c716bd7b2 Accepting request 106291 from home:jengelh:branches:X11:XOrg
Let's try this one

OBS-URL: https://build.opensuse.org/request/show/106291
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=191
2012-02-21 10:57:47 +00:00
Stephan Kulow
ec78c9d44e Accepting request 105524 from X11:XOrg
- Update dependencies according to configure.ac,
  use pkgconfig symbols
- Parallel build with %_smp_mflags
- Remove redundant tags/sections

- fixed buildreqs due to splitted xorg-x11-libs

OBS-URL: https://build.opensuse.org/request/show/105524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=139
2012-02-17 11:06:00 +00:00
a6a2541c1c OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=189 2012-02-16 15:19:01 +00:00
ae5c8dcaaf Accepting request 104198 from home:jengelh:branches:X11:XOrg
Dependencies update

OBS-URL: https://build.opensuse.org/request/show/104198
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=188
2012-02-13 10:05:48 +00:00
bb2a4a58b4 - fixed buildreqs due to splitted xorg-x11-libs
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=187
2012-02-09 20:16:37 +00:00
Stephan Kulow
7332dd2194 Accepting request 94687 from X11:XOrg
- add automake as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/94687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=138
2011-12-12 15:57:46 +00:00
93835e1813 Accepting request 94676 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94676
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=185
2011-12-01 11:25:10 +00:00
Stephan Kulow
78be25aa60 Accepting request 92937 from X11:XOrg
- Update to Mesa 7.11.1 
  * U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff included

OBS-URL: https://build.opensuse.org/request/show/92937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=137
2011-11-22 16:48:42 +00:00
f6cf6a8a64 Accepting request 92000 from home:vlj:branches:X11:XOrg
- Update to Mesa 7.11.1 
  * U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff included

OBS-URL: https://build.opensuse.org/request/show/92000
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=183
2011-11-18 10:37:18 +00:00
Lars Vogdt
5fe1d1613e Accepting request 86879 from X11:XOrg
- Update Mesa-llvm-3.0.patch again to fix compilation 

- Update Mesa-llvm-3.0.patch for new llvm snapshot

OBS-URL: https://build.opensuse.org/request/show/86879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=135
2011-10-06 12:57:16 +00:00
8c3807c87d Accepting request 86846 from home:namtrac:branches:X11:XOrg
Fix compilation with latest llvm, tested against Factory, please forward to Factory.

OBS-URL: https://build.opensuse.org/request/show/86846
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=181
2011-10-06 03:44:16 +00:00
e7ee92aa85 Accepting request 85530 from home:namtrac:bugfix
- Update Mesa-llvm-3.0.patch for new llvm snapshot 

This will break Factory compilation until new llvm is accepted into Factory

OBS-URL: https://build.opensuse.org/request/show/85530
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=180
2011-09-30 15:53:39 +00:00
Sascha Peilicke
06aa01e0c3 Accepting request 84159 from X11:XOrg
Enable build of OpenGL-ES

With this patch, I can build and run KWin on top of OpenGL-ES on Intel and Radeon hardware. (forwarded request 82603 from vizzzion)

OBS-URL: https://build.opensuse.org/request/show/84159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=134
2011-09-22 08:39:29 +00:00
866726d3e7 Accepting request 82603 from home:vizzzion:branches:X11:XOrg
Enable build of OpenGL-ES

With this patch, I can build and run KWin on top of OpenGL-ES on Intel and Radeon hardware.

OBS-URL: https://build.opensuse.org/request/show/82603
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=178
2011-09-21 12:13:27 +00:00
Lars Vogdt
6b343dd70a Autobuild autoformatter for 82188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=133
2011-09-19 13:26:10 +00:00
OBS User buildservice-autocommit
4714a7a92f Updating link to change in openSUSE:Factory/Mesa revision 133.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=80c7d2833e1d4d62b6728ef8a29a1e8c
2011-09-19 13:26:10 +00:00
Lars Vogdt
3fc7440f94 Accepting request 82188 from X11:XOrg
- Fix build with newest llvm, fdo#40754
- Fix build with Factory

OBS-URL: https://build.opensuse.org/request/show/82188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=132
2011-09-19 13:26:02 +00:00
fb03699413 Accepting request 82165 from home:namtrac:bugfix
- Fix build with newest llvm, fdo#40754

- Fix build with Factory

OBS-URL: https://build.opensuse.org/request/show/82165
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=176
2011-09-15 06:53:21 +00:00
0f6d2289e8 - revert previous change since it actually *broke* the build with
Factory

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=175
2011-09-12 23:49:39 +00:00
6724c881ec Accepting request 81907 from home:namtrac:bugfix
- Fix build with Factory too

OBS-URL: https://build.opensuse.org/request/show/81907
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=174
2011-09-12 14:54:55 +00:00
Sascha Peilicke
04cbf3b89b Autobuild autoformatter for 81830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=131
2011-09-12 08:22:20 +00:00
OBS User buildservice-autocommit
ecefc239af Updating link to change in openSUSE:Factory/Mesa revision 131.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=6b20a730cb530f73b4f40eae854ffb11
2011-09-12 08:22:20 +00:00
Sascha Peilicke
f361f9949d Accepting request 81830 from X11:XOrg
- Fix openSUSE 11.3 11.4 build

- Update to Mesa 7.11 final

OBS-URL: https://build.opensuse.org/request/show/81830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=130
2011-09-12 08:22:13 +00:00
9166adff02 Accepting request 81704 from home:vlj:branches:X11:XOrg
- Fix openSUSE 11.3 11.4 build

OBS-URL: https://build.opensuse.org/request/show/81704
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=172
2011-09-09 15:37:55 +00:00
Sascha Peilicke
ebd4af359f Autobuild autoformatter for 80905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=129
2011-09-06 12:53:53 +00:00
OBS User buildservice-autocommit
ed50df71c1 Updating link to change in openSUSE:Factory/Mesa revision 129.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=fccb03a6ef8f96db008061322b813134
2011-09-06 12:53:53 +00:00
Sascha Peilicke
60debdbfed Accepting request 80905 from X11:XOrg
- llvm is only available for *x86* currently

OBS-URL: https://build.opensuse.org/request/show/80905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=128
2011-09-06 12:53:47 +00:00
1212c75b97 - Update to Mesa 7.11 final
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=170
2011-09-05 10:01:12 +00:00
197320cb09 Accepting request 80814 from home:msmeissn:branches:X11:XOrg
only *x86* has llvm, ppc hasnt

OBS-URL: https://build.opensuse.org/request/show/80814
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=169
2011-09-05 09:56:52 +00:00
Sascha Peilicke
dbf26007c4 Autobuild autoformatter for 80104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=127
2011-09-01 11:33:29 +00:00
OBS User buildservice-autocommit
2f2d2b1cab Updating link to change in openSUSE:Factory/Mesa revision 127.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=3f36ef3795abf88df14efa4310690dee
2011-09-01 11:33:29 +00:00
Sascha Peilicke
45e8f544e4 Accepting request 80104 from X11:XOrg
- add fix for bfo #28125 (DRI2 prevents indirect glx)

- Obsolete Mesa-nouveau3d (included in standard Mesa package now)
- Also nuke from baselibs.conf

- Update to Mesa 7.11-rc3
- U_Mesa-7.11-llvm3.patch: fix compatibility with llvm 3.0 (and pre-releases)
- gallium is now required for r300, r600
- nouveau is now built by default (except on < OS11.3)

OBS-URL: https://build.opensuse.org/request/show/80104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=126
2011-09-01 11:33:17 +00:00
7c05ab8d26 Accepting request 78404 from home:StefanBruens:branches:X11:XOrg
cherry pick of http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbc2fcf685d22ec9bc9465e1f731529979497eaa

patch is in Master, but not (yet) in 7.11 branch

OBS-URL: https://build.opensuse.org/request/show/78404
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=167
2011-08-10 08:38:45 +00:00
Matthias Hopf
da98bc047e Nuke double fdupes
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=166
2011-08-02 13:19:33 +00:00
Matthias Hopf
84058fd378 - Obsolete Mesa-nouveau3d (the package doesn't exist anymore)
- Also nuke from baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=165
2011-08-02 13:14:15 +00:00
Matthias Hopf
879b3c616e - Update to Mesa 7.11-rc3
- U_Mesa-7.11-llvm3.patch: fix compatibility with llvm 3.0 (and pre-releases)
- gallium is now required for r300, r600
- nouveau is now built by default (except on < OS11.3)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=164
2011-07-29 10:17:32 +00:00
Sascha Peilicke
0baef4f7d7 Autobuild autoformatter for 77352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=125
2011-07-29 07:08:02 +00:00