Accepting request 144513 from X11:XOrg
Update to version 2.4.40: Note: + New manpages + vmwgfx is no longer experimental and is always build (forwarded request 140285 from tobijk) OBS-URL: https://build.opensuse.org/request/show/144513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=72
This commit is contained in:
commit
1628d9e3e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2a132a65cc2fddfb4adac6fecc040bd0a065b77a928bd0d9ead8ef9c3aad16f
|
||||
size 213476
|
3
libdrm-2.4.40.tar.bz2
Normal file
3
libdrm-2.4.40.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c9d8104cff3c2a7310485989c70cf541e34660d271214c775c99621e1e33aeb
|
||||
size 216293
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 00:37:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to version 2.4.40:
|
||||
+ radeon: add some new SI pci ids
|
||||
+ radeon: fix unused-function warning
|
||||
+ intel: Fix "properly test for HAS_LLC"
|
||||
+ intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1
|
||||
+ configure.ac: Allow forcible disabling of Cairo support
|
||||
+ intel: properly test for HAS_LLC
|
||||
+ fix make distcheck
|
||||
+ vmwgfx: No longer experimental
|
||||
+ intel: add support for ValleyView
|
||||
+ libdrm: man page infrastructure and a few sample man pages
|
||||
+ intel: Mark bo's exported to prime as not reusable
|
||||
+ libkms: link against libdrm
|
||||
+ radeon: don't take the stencil-specific codepath for buffers without
|
||||
stencil
|
||||
+ radeon: don't force stencil tile split to 0
|
||||
+ radeon: fix stencil miptree allocation of combined ZS buffers on EG and
|
||||
SI
|
||||
+ radeon: fix tile_split of 128-bit surface formats with 8x MSAA
|
||||
+ radeon: Fix layout of linear aligned mipmaps on SI.
|
||||
+ radeon: Memory footprint of SI mipmap base level is padded to powers of
|
||||
two.
|
||||
+ radeon: Sampling pitch for non-mipmaps seems padded to slice alignment
|
||||
on SI.
|
||||
+ initialize width/height fields in drmModeCrtc
|
||||
+ omap: release lock also on error paths
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 09:45:10 UTC 2012 - idonmez@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libdrm
|
||||
Url: http://dri.freedesktop.org/
|
||||
Version: 2.4.39
|
||||
Version: 2.4.40
|
||||
Release: 0
|
||||
Provides: libdrm23 = %{version}
|
||||
Obsoletes: libdrm23 < %{version}
|
||||
@ -162,7 +162,7 @@ Group: System/Libraries
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
autoreconf -fi
|
||||
%configure --with-pic --enable-vmwgfx-experimental-api \
|
||||
%configure --with-pic \
|
||||
%ifarch %arm
|
||||
--enable-omap-experimental-api \
|
||||
%endif
|
||||
@ -229,6 +229,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_includedir/xf86drmMode.h
|
||||
%_libdir/libdrm*.so
|
||||
%_libdir/pkgconfig/libdrm*.pc
|
||||
%_mandir/man3/drm*
|
||||
|
||||
%files -n libdrm2
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user