Revisions of Mesa

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 152)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125182 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 151)
- remove buildrequire on vim, it creates a pretty big cycle for
  no (obvious) benefit (forwarded request 125181 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 124854 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 150)
- enabled build of XvMC/VDPAU state trackers for Nouveau, R300,
  R600, Softpipe (Software implementation)

- u_remove-os-abi-tag.patch 
  * Remove OS ABI tag from libGL, so it is no longer preferred over
    libGLs without OS ABI tag (bnc#765294, fdo#26663)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 124239 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 149)
- let libGL1-Mesa require Mesa, since that package includes the DRI
  drivers (including the "swrast" DRI driver for software rendering)
  (bnc#765241)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122971 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 148)
- Add u_mesa-8.0.1-fix-16bpp.patch (Fedora): fix 16bpp mode under
  llvmpipe.

- added configure options "--enable-gbm --enable-glx-tls" (required
  for glamor support)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122431 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 147)
- libxatracker is also not built on ppc*.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121655 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 146)
- Trivial change to Version 8.0.3; tarball from here:
  http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-8.0.3.tar.gz
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121187 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 145)
- fix build on platforms without gallium (s390 & arm)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116730 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 144)
Added upstream patches from Master to resolve build issues with llvm 3.1. (forwarded request 115850 from tittiatcoke)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 110727 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 143)
-- Updated software rasterizer to use llvmpipe the advanced,
-  multithreaded,software rasterizer if availaible for that
-  archetecture (ie. X86/X86-64).

- Adjust baselibs.conf for OSMesa soname change

- 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)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 107704 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 142)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106837 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 141)
- Switch software rasterizer to llvmpipe (gallium driver now)
  * Performance improvement especially on multicore system.
- minimal specfile cleanup

- only require drm_intel on intel.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106690 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 140)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 105524 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 139)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94687 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 138)
- add automake as buildrequire to avoid implicit dependency
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 92937 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 137)
- Update to Mesa 7.11.1 
  * U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff included
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 136)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 86879 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 135)
- Update Mesa-llvm-3.0.patch again to fix compilation 

- Update Mesa-llvm-3.0.patch for new llvm snapshot
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 84159 from Egbert Eich's avatar Egbert Eich (eeich) (revision 134)
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)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 133)
Autobuild autoformatter for 82188
Displaying revisions 361 - 380 of 512
openSUSE Build Service is sponsored by