-------------------------------------------------------------------
Wed Aug 14 14:00:17 UTC 2013 - sndirsch@suse.com

- U_intel-0x041E.patch
  * adds support for Haswell ID 0x041E (bnc#834116)

-------------------------------------------------------------------
Thu Jan 17 13:37:11 UTC 2013 - sndirsch@suse.com

- 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 Nov  8 11:01:05 UTC 2012 - sndirsch@suse.com

- update to release 2.4.40
  * The reason is we need to use the radeon stencil mipmap
    allocator for combined depth-stencil buffers in Mesa. 

-------------------------------------------------------------------
Thu Oct 18 12:16:32 CEST 2012 - tiwai@suse.de

- Update to version 2.4.39 for supporting Haswell graphics
  (FATE#313712)
  * taken from 12.2/FACTORY but without package splits
  * u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch:
    Fix compilation on systems that don't provide O_CLOEXEC.
    Patch suggestion by Thomas Klausner <wiz%NetBSD.org@localhost>.
    See also http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html

-------------------------------------------------------------------
Tue Dec  6 19:22:41 UTC 2011 - sndirsch@suse.com

- libdrm 2.4.27
  * 2.4.27 is part of Intel 2011Q4 graphics package together with
    Mesa 7.11.2 and xf86-video-intel 2.17.0. It contains API
    changes required by Mesa and misc fixes.  

-------------------------------------------------------------------
Tue Aug  2 12:34:56 UTC 2011 - sndirsch@novell.com

- resolve build cylce by requiring libpciacces0-devel instead of
  xorg-x11-devel (libpciaccess0 is now a seperate package with own
  sources)

-------------------------------------------------------------------
Mon Jul 18 16:29:13 UTC 2011 - sndirsch@novell.com

- libdrm 2.4.26
  *  required for latest intel X driver with Ivybridge support
- adjusted enable_test_tools.diff
- obsoletes intel-Export-CONSTANT_BUFFER-addressing-mode.patch
- added xorg-x11-devel to buildrequires due to new dependancy to
  libpciaccess (aware: build cycle to be expected!)

-------------------------------------------------------------------
Wed Jun 29 16:59:26 UTC 2011 - eich@suse.de

- do_not_call_openbyname_if_busid_is_given.diff:
  Do not call drmOpenByName() when BusID is specified. If
  drmOpenByBusid() fails it is likely that the chipset under
  this BusID is not supported by the drm driver.

-------------------------------------------------------------------
Wed Jan  5 02:04:42 UTC 2011 - sndirsch@novell.com

- intel-Export-CONSTANT_BUFFER-addressing-mode.patch
  * intel: Export CONSTANT_BUFFER addressing mode

-------------------------------------------------------------------
Sun Dec 12 03:16:45 UTC 2010 - sndirsch@novell.com

- libdrm 2.4.23
  * drm: don't do the create the node ourselves if we have udev.
  * intel: Reorder need_fence vs fenced_command to avoid fences on
    gen4
  * tests: Update for ENOENT returns from unknown handles

-------------------------------------------------------------------
Sun Dec  5 12:51:05 UTC 2010 - sndirsch@novell.com

- updated to git master commit #af3d282 (2010-12-03, still 2.4.22) 
- obsoletes intel-initialize-bufmgr.bo_mrb_exec-unconditionally.patch

-------------------------------------------------------------------
Mon Nov  8 09:43:16 UTC 2010 - sndirsch@novell.com

- intel-initialize-bufmgr.bo_mrb_exec-unconditionally.patch
  * no longer require kernels without BLT ring support (which came
    not before 2.6.37rc1 for SandyBridge)

-------------------------------------------------------------------
Sat Nov  6 00:32:48 UTC 2010 - sndirsch@novell.com

- updated to git master commit #a52e61b (2010-11-02, still 2.4.22) 

-------------------------------------------------------------------
Tue Nov  2 14:18:18 UTC 2010 - sndirsch@novell.com

- updated to git master commit #d0a4f2e (2010-10-31, still 2.4.22)

-------------------------------------------------------------------
Fri Oct  8 01:38:51 UTC 2010 - sndirsch@novell.com

- Update to libdrm 2.4.22 (required for intel driver 2.13.0)
  * intel: Suppress the error return from setting domains after
    mapping.
  * Purge macro NEED_REPLIES
  * drm mode: Return -errno on drmIoctl() failure
  * Copy headers from kernel drm-core-next
  * libdrm: Fix PCI domain domain support
  * nouveau: accept both 0.0.16 and 1.x.x
  * Free the property blob along the error path.
  * Avoid use of c++ reserved keyword "virtual" when using a C++
    compiler.
  * modetest: add edp and TV connector names to the connector name
    array
  * modetest: align fb pitch to 64 bytes
  * modetest: Fix drawing routines to use stride.
  * nouveau: fix thinko in drm version check
  * nouveau: fix drm version check some more
  * intel: Replace open-coded drmIoctl with calls to drmIoctl()
- %configure 
  * removed obsolete option --enable-radeon-experimental-api
  * added option --enable-vmwgfx-experimental-api

-------------------------------------------------------------------
Tue Jul 13 14:52:03 UTC 2010 - mhopf@novell.com

- Update to libdrm 2.4.21 (fate #310133)
  * required for intel driver 2.12.0
  * added nouveau driver
  * added kms wrapper library driver
- Update to git #726210f
  * various tiling related fixes for intel
- adjusted enable_test_tools.diff

-------------------------------------------------------------------
Wed Mar 31 13:08:13 UTC 2010 - mhopf@novell.com

- libdrm-intel-d1308f4+85fb3e5+e6c136c+04f90a4-getXXX-retry.diff
  * Fix xserver crashes due to race conditions in getResources & co.
    (bnc #590596, 590596, 590596)
- libdrm-intel-fdcde59-Account-for-potential-pinned-buffers-hogging.patch
  * Fix potential kernel oopses

-------------------------------------------------------------------
Wed Feb 17 12:06:32 CET 2010 - sndirsch@suse.de

- libdrm-commit-4f0f871.diff
  * fixes a bug in the intel support which was causing dramatic
    failures with at least version 2.10 of the xf86-video-intel
    driver (bfo #25475, bfo #25554, bnc #579489)

-------------------------------------------------------------------
Wed Jan  6 03:49:51 CET 2010 - sndirsch@suse.de

- update to libdrm 2.4.17, which is part of Intel 2009Q4 release 

-------------------------------------------------------------------
Fri Dec 11 04:17:41 CET 2009 - sndirsch@suse.de

- libdrm 2.4.16; changes since 2.4.15_2009-12-01_8ffd2e1:
  * intel: Remove the extra reference while validating the reloc
    tree
  * intel: Make bo_reference() inline for internal use.
  * intel: Review use of errno.
  * intel: Repeat execbuffer after EINTR
  * intel: Check and propagate errors from building reloc-tree
  * intel: Free memory before inserting bo into cache.
  * Enable experimental APIs for distcheck
  * Bump to 2.4.16 for release 

-------------------------------------------------------------------
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

-------------------------------------------------------------------
Wed Nov 18 01:47:17 CET 2009 - sndirsch@suse.de

- This libdrm package update is part of the X stack update for
  SLE11-SP1 (FATE #307236) 

-------------------------------------------------------------------
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 

