Accepting request 333986 from home:pluskalm:branches:X11:XOrg
- Update to 11.0.1 OBS-URL: https://build.opensuse.org/request/show/333986 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=474
This commit is contained in:
parent
c018408402
commit
769a43d2d9
35
Mesa.changes
35
Mesa.changes
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 26 20:06:50 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 15:40:22 UTC 2015 - jslaby@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 11.0.0
|
||||
%define _version 11.0.1
|
||||
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
|
||||
%define gallium_loader 1
|
||||
%else
|
||||
@ -37,7 +37,7 @@
|
||||
%define with_nine 1
|
||||
%endif
|
||||
Name: Mesa
|
||||
Version: 11.0.0
|
||||
Version: 11.0.1
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32
|
||||
size 7257112
|
Binary file not shown.
3
mesa-11.0.1.tar.xz
Normal file
3
mesa-11.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43d0dfcd1f1e36f07f8228cd76d90175d3fc74c1ed25d7071794a100a98ef2a6
|
||||
size 7261440
|
BIN
mesa-11.0.1.tar.xz.sig
Normal file
BIN
mesa-11.0.1.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user