Go to file
Stephan Kulow e5a7d19cc0 Accepting request 335448 from X11:XOrg
- Update to 11.0.2
  * This is a emergency release which covers the final dEQP
    regressions introduced in the 11.0 development cycle.

- update upstream status:
  * remove n_i965-Remove-early-release-of-DRI2-miptree.patch
  * add U_i965-Remove-early-release-of-DRI2-miptree.patch

- Update to 11.0.1
  * i965/vec4: Fix saturation errors when coalescing registers
  * i965/vec4_nir: Load constants as integers
  * meta: Abort meta pbo path if TexSubImage need signed unsigned 
    conversion
  * docs: add sha256 checksums for 11.0.0
  * Update version to 11.0.1
  * docs: add release notes for 11.0.1
  * mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default 
    framebuffer.
  * t_dd_dmatmp: Make "count" actually be the count
  * t_dd_dmatmp: Clean up improper code formatting from previous 
    patch
  * t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
  * t_dd_dmatmp: Pull out common 'count -= count & 3' code
  * t_dd_dmatmp: Use addition instead of subtraction in loop 
    bounds
  * st/mesa: avoid integer overflows with buffers >= 512MB
  * nv50, nvc0: fix max texture buffer size to 128M elements
  * freedreno/a3xx: fix blending of L8 format
  * nv50,nvc0: detect underlying resource changes and update tic
  * nv50,nvc0: flush texture cache in presence of coherent bufs
  * radeonsi: load fmask ptr relative to the resources array
  * nir: Fix a bunch of ralloc parenting errors
  * i965/vec4: Don't reswizzle hardware registers
  * configure.ac: Add support to enable read-only text segment on 
    x86.
  * gbm: convert gbm bo format to fourcc format on dma-buf import
  * mesa: fix errors when reading depth with glReadPixels
  * i965: fix textureGrad for cubemaps
  * mesa: Fix texture compression on big-endian systems

OBS-URL: https://build.opensuse.org/request/show/335448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=251
2015-10-17 14:36:05 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
baselibs.conf - specfile/baselibs.conf: Manually provide d3d library (bnc#918294) 2015-02-23 16:04:26 +00:00
manual-pages.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
mesa-11.0.2.tar.xz - Update to 11.0.2 2015-10-01 13:03:35 +00:00
mesa-11.0.2.tar.xz.sig - Update to 11.0.2 2015-10-01 13:03:35 +00:00
Mesa-rpmlintrc Accepting request 106291 from home:jengelh:branches:X11:XOrg 2012-02-21 10:57:47 +00:00
Mesa.changes - Update to 11.0.2 2015-10-01 13:03:35 +00:00
Mesa.keyring Accepting request 330614 from home:mimi_vx:branches:X11:XOrg 2015-09-14 07:39:44 +00:00
Mesa.spec - Update to 11.0.2 2015-10-01 13:03:35 +00:00
n_Fixed-build-against-wayland-1.2.1.patch - rewritten bogus patch 'n_Fixed-build-against-wayland-1.2.1.patch" 2015-06-23 14:56:59 +00:00
README.updates OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=5 2007-03-15 00:44:44 +00:00
u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch Accepting request 131614 from home:klausi123:X11 2012-08-27 09:57:08 +00:00
U_i965-Remove-early-release-of-DRI2-miptree.patch Accepting request 335001 from home:jirislaby:branches:X11:XOrg 2015-09-30 13:48:33 +00:00
u_mesa-8.0-llvmpipe-shmget.patch - updated to latest available version of 2013-09-16 13:16:25 +00:00
u_mesa-8.0.1-fix-16bpp.patch - updated to latest available version of 2013-09-16 13:16:25 +00:00

DRI Driver update mechanism
---------------------------

If any corresponding DRI driver is found in "/usr/lib/dri/updates/"
it will be favored over the one in "/usr/lib/dri/" and will be used
for 32/64 bit applications.

On 32/64 bit biarch platforms additionally a corresponding DRI driver
in "/usr/lib64/dri/updates/" will be favored over the one in 
"/usr/lib64/dri/" and will be used for 64bit applications.