libdrm/libdrm.changes

310 lines
11 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon May 31 22:08:35 CEST 2010 - sndirsch@suse.de
- intel: Use the correct size when allocating reloc_target_info
array. Thomas tracked down this error with kdm and commit b509640
(bnc #608149)
-------------------------------------------------------------------
Fri Apr 9 09:40:21 CEST 2010 - sndirsch@suse.de
- libdrm 2.4.20
* /usr/include/drm/ --> /usr/include/libdrm/
* /usr/include/intel_bufmgr.h --> /usr/include/libdrm
-------------------------------------------------------------------
Thu Mar 18 07:26:44 UTC 2010 - coolo@novell.com
- fix typo in description
-------------------------------------------------------------------
Wed Mar 17 21:38:43 CET 2010 - ro@suse.de
- update to 2.4.19 for Mesa-7.8
* added nouveau driver
* added kms wrapper library driver
-------------------------------------------------------------------
Sun Feb 28 18:51:47 CET 2010 - sndirsch@suse.de
- update to libdrm 2.4.18, which also obsoletes
* intel-Account-for-potential-pinned-buffers-hogging-f.patch
* intel-Handle-resetting-of-input-params-after-EINTR-d.patch
-------------------------------------------------------------------
Wed Feb 17 16:25:36 CET 2010 - sndirsch@suse.de
- intel-Account-for-potential-pinned-buffers-hogging-f.patch
* intel: Account for potential pinned buffers hogging fences
(bfo #25911)
- intel-Handle-resetting-of-input-params-after-EINTR-d.patch
* intel: Handle resetting of input params after EINTR during
SET_TILING (bfo #25475, bfo #25554)
-------------------------------------------------------------------
Wed Jan 6 03:44:44 CET 2010 - sndirsch@suse.de
- update to libdrm 2.4.17, which is part of Intel 2009Q4 release
-------------------------------------------------------------------
Tue Dec 15 21:25:54 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Fri Dec 4 21:49:42 CET 2009 - sndirsch@suse.de
- update to libdrm 2.4.16
* "Here's the 2.4.16 release of libdrm. There are a lot of
changes this time, in particular we dropped the orphaned
driver code from Linux and BSD and this release is now
really just libdrm. Going forward, the drm header files
we ship in libdrm will be a straight copy from the linux
kernel header files. Once a feature is merged into the
drm-next branch of Dave's kernel tree the header files can
be copied from $kernel_src/usr/include/drm into libdrm and
userspace support for the new functionality can be added."
-------------------------------------------------------------------
Fri Dec 4 21:46:53 CET 2009 - sndirsch@suse.de
- readded modeprint, modetest for intel driver
-------------------------------------------------------------------
Tue Dec 1 22:52:13 CET 2009 - sndirsch@suse.de
- libdrm 2.4.15_2009-12-01_8ffd2e1
* update to git commit 8ffd2e1 (2009-12-01); required for
xf86-video-intel 2.10 RC1
- adjusted enable_test_tools.diff
-------------------------------------------------------------------
Thu Nov 5 00:51:29 CET 2009 - ro@suse.de
- add "--enable-radeon-experimental-api --enable-udev"
to configure arguments and package libdrm_radeon as well
-------------------------------------------------------------------
Thu Oct 29 11:54:08 CET 2009 - sndirsch@suse.de
- enable_test_tools.diff
* enabled build of test tools (dristat, drmstat, modeprint,
modeset)
-------------------------------------------------------------------
Wed Oct 28 16:34:52 UTC 2009 - crrodriguez@opensuse.org
- libdrm-devel requires glibc-devel.
-------------------------------------------------------------------
Tue Sep 29 20:56:36 CEST 2009 - sndirsch@suse.de
- libdrm 2.4.14
* intel: adds support for G41, B43 and Ironlake
-------------------------------------------------------------------
Sat May 16 03:05:19 CEST 2009 - sndirsch@suse.de
- libdrm 2.4.11
* Two releases in one, so twice the usual tiny amount of changes.
Both of the new libdrm_intel interfaces enable KMS fixes in the
Intel 2D driver.
- enabled build of Nouveau's experimental API
-------------------------------------------------------------------
Sat Apr 18 13:52:48 CEST 2009 - sndirsch@suse.de
- libdrm 2.4.9
* Aka, the "kick jbarnes" release. Not only did I push the
broken speedup patch but I flubbed the version bump, so we get
to go from 2.4.7 to 2.4.9. Yay for me.
-------------------------------------------------------------------
Fri Apr 10 12:38:59 CEST 2009 - sndirsch@suse.de
- libdrm 2.4.7
* quick follow on release to 2.4.6 to fix an embarrasing
build problem in the test suite when libudev is not available.
- obsoletes libdrm-commit-1faab66.diff
-------------------------------------------------------------------
Tue Apr 7 21:50:09 CEST 2009 - sndirsch@suse.de
- libdrm 2.4.6
* various fixes
- libdrm-commit-1faab66.diff
* fixes build of 2.4.6
-------------------------------------------------------------------
Wed Feb 25 16:01:27 CET 2009 - sndirsch@suse.de
- libdrm 2.4.5
-------------------------------------------------------------------
Fri Jan 23 15:06:47 CET 2009 - sndirsch@suse.de
- Provides/Obsolete: libdrm23, i.e. get rid of confusing SLE10
packages (bnc #468796)
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Fri Oct 31 05:46:01 CET 2008 - sndirsch@suse.de
- libdrm 2.4.1
* New libdrm release to fix the symbol name collision between
Mesa 7.2 and libdrm_intel. Also includes a fix for deadlock
in non-GEM 2D, and support for aperture size checking in GEM.
* Changes since commit a59ea02
- intel: Rename dri_ and intel_ symbols to drm_intel_.
- intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.
- nv50: symlink nv50_grctx.h to linux-core...
- nv50: move context-related tables a separate header file
- drm: missing init_mm symbol, compatibility fix
- i915: Since FreeBSD doesn't have gem support yet, don't
advertise it.
- radeon: fix error in busmaster enable logic
- radeon: fix some fallout from the busmaster disable cleanup
- drm/i915: fix ioremap of a user address for non-root
(CVE-2008-3831)
- intel: Also total child_size of the target_bos. Partial fix
#17964.
- [FreeBSD] We should use dev2unit() rather than minor()
- [FreeBSD] This check isn't correct and causes at least mga
to lockup.
-------------------------------------------------------------------
Tue Oct 21 16:23:20 CEST 2008 - sndirsch@suse.de
- update to git commit a59ea02 (=2.4.1, Intel-2008-Q3-RC5)
* avoid deadlock in intel_bufmgr_fake.
* ioctl is not defined to return -errno. Don't count on ioctl
returning -errno; use errno directly.
-------------------------------------------------------------------
Sun Oct 19 22:27:00 CEST 2008 - sndirsch@suse.de
- libdrm 2.4.0 finally available
-------------------------------------------------------------------
Thu Oct 9 09:27:47 CEST 2008 - sndirsch@suse.de
- updated to git commit ce40261, which is required by latest
xf86-video-intel driver (Intel-2008-Q3-RC3)
-------------------------------------------------------------------
Fri Sep 26 09:39:09 CEST 2008 - sndirsch@suse.de
- updated to git commit 2db8e0c, which is required by latest
xf86-video-intel driver (Intel-2008-Q3-RC2)
-------------------------------------------------------------------
Wed Sep 24 11:52:52 CEST 2008 - sndirsch@suse.de
- updated to git commit 973c634, which is required by latest
xf86-video-intel driver (Intel-2008-Q3-RC1)
-------------------------------------------------------------------
Sun Aug 17 12:33:38 CEST 2008 - sndirsch@suse.de
- updated to 2.4.0 prerelease (git commit a5381ca)
-------------------------------------------------------------------
Fri Jul 4 22:16:39 CEST 2008 - sndirsch@suse.de
- updated to release 2.3.1
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Thu Dec 27 05:13:17 CET 2007 - crrodriguez@suse.de
- fix library-without-ldconfig-postun warning
- libdrm.la had an empty dependency_libs, removed.
-------------------------------------------------------------------
Sat Dec 2 20:39:53 CET 2006 - sndirsch@suse.de
- updated to 2.3.0 (required by X.Org (Server) 7.2 RC3)
-------------------------------------------------------------------
Fri Jul 28 14:42:41 CEST 2006 - sndirsch@suse.de
- use "-fno-strict-aliasing"
-------------------------------------------------------------------
Thu Jul 27 11:31:48 CEST 2006 - sndirsch@suse.de
- use $RPM_OPT_FLAGS
-------------------------------------------------------------------
Wed Jun 28 08:06:51 CEST 2006 - sndirsch@suse.de
- updated to 2.0.2
* various bugfixes in libdrm
-------------------------------------------------------------------
Wed Jun 21 22:14:29 CEST 2006 - sndirsch@suse.de
- updated to current CVS (2006-06-21)
-------------------------------------------------------------------
Sat Apr 15 20:28:06 CEST 2006 - sndirsch@suse.de
- updated to 2.0.1
* various bugfixes in libdrm
-------------------------------------------------------------------
Sat Feb 4 14:45:10 CET 2006 - aj@suse.de
- xorg-x11-devel is not needed for build.
-------------------------------------------------------------------
Wed Jan 25 21:37:25 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Dec 23 20:02:15 CET 2005 - mls@suse.de
- Require main package in devel subpackage
-------------------------------------------------------------------
Wed Nov 30 22:33:20 CET 2005 - sndirsch@suse.de
- update to 2.0 branch (2005-11-30)
-------------------------------------------------------------------
Tue Nov 1 17:35:43 CET 2005 - sndirsch@suse.de
- updated to 1.0.5 (version Bump for new via header)
-------------------------------------------------------------------
Sat Oct 29 18:05:45 CEST 2005 - sndirsch@suse.de
- call ldconfig in %post
-------------------------------------------------------------------
Tue Oct 25 05:03:47 CEST 2005 - sndirsch@suse.de
- updated to CVS 051025 (required for Mesa 6.4)
-------------------------------------------------------------------
Tue Oct 4 20:04:46 CEST 2005 - sndirsch@suse.de
- added libdrm.so to filelist
-------------------------------------------------------------------
Sun Oct 2 18:30:17 CEST 2005 - sndirsch@suse.de
- created package