Accepting request 140285 from home:tobijk:X11:XOrg

Update to version 2.4.40:
Note:
 + New manpages
 + vmwgfx is no longer experimental and is always build

OBS-URL: https://build.opensuse.org/request/show/140285
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=125
This commit is contained in:
2012-12-07 10:41:01 +00:00
committed by Git OBS Bridge
parent 6eaee64a54
commit ca015473a2
4 changed files with 36 additions and 5 deletions

View File

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