libdrm-devel-32bit-2.4.76-1.2>t  DH`pYYGnƣ; Mz EJhIy\ meۢВ$.7 @m+Y5=+ jKzA~9֑tn? &9^x` ޺4d5b95e07002b870953949adff80571017dfb799naY9Y7j ?jd  \$( A[w}     4Haz   (8h9h:hGgHh Ih Xh(Yh0\hH]h\^hbhciRdieifiliuiviwixiClibdrm-devel-32bit2.4.761.2Libraries, includes and more to develop libdrm applicationslibdrm is a library for accessing the Direct Rendering Manager on Linux, BSD and other operating systems that support the ioctl interface, and for chipsets with DRM memory manager, support for tracking relocations and buffers. libdrm is a low-level library, typically used by graphics drivers such as the Mesa DRI and X drivers. This package contains the development headers for the library found in libdrm2.Y= 2.4.74 (fate#321223)- latest libdrm version for sle12 (fate #315643-315645, 319159-319161, 319618) - update to 2.4.67 * fixes for amdgpu * adds KabyLake PCIids * Fix memory leak with drmModeGetConnectorCurrent() - Disable valgrind support for all architectures if not explicitely enabled by a macro (boo#963979).- util-macros-devel package not available on sle12, xorg-macros m4/pc files are still in xorg-x11-proto-devel on sle12. - bring changelog in chronological order for sle12- Update to version 2.4.66: This is mainly for introducing a new nouveau API. Lots of other changes as well.- Update to version 2.4.65 * bugfixes- Add libdrm_amdgpu1 as a requirement for libdrm-devel- Update to version 2.4.64: + amdgpu: - Improve amdgpu_vamgr_init. - Add flag to support 32bit VA address v4. - Make vamgr per device v2. + tests/amdgpu: - Include config.h first. - Remove unused local variable 'i'. + freedreno/msm: - Reorg ringbuffer struct. - Fix issue where same bo is on multiple rings. - Dump out submit info on error. + freedreno: - Add fd_pipe_wait_timeout(). - Update freedreno-symbol-check. + tests: modetest: Accept connector names in addition to connector IDs. + libdrm: - Remove gratuitous blank lines. - Make indentation consistent. - Use url to tarball as source.- update baselibs.conf for AMDGPU- update to version 2.4.6.3 * This release adds AMDGPU driver, adds new AMD OLAND PCIids- Disable valgrind support if not available- Update to version 2.4.62 * This release introduces the atomic and blob APIs, adds support for new devices (AMD Bonaire) and a new flag for coherent BOs in nouveau.- Update to version 2.4.61 * Release to fix regression in nouveau in 2.4.60, but brings lots of android changes and other fixes. - deprecates reverse applied patches * U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch * U_nouveau-make-nouveau-importing-global-buffers-comple.patch- U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch U_nouveau-make-nouveau-importing-global-buffers-comple.patch * reverse apply these patches in order to fix a regression in 2.4.60 triggered by new legacy tray in GNOME 3.16.0 (fdo#89842)- Build package libdrm_freedreno1 also on aarch64- Update to version 2.4.60: + bugfixes and cleanup + exynos improvements- Fix include directories- Add subpackage libdrm_tegra0 for Nvidia Tegra chips- Update to version 2.4.59: * bugfixes * more Intel Skylake support- Update to version 2.4.58: Build fixes for 32bit Systems.- Update to version 2.4.57: + Intel Userptr support. + Android build support. + New "SI" and "CIK" PCI IDs for the libdrm Radeon graphics driver code. + DMA-BUF import/export helpers were added to libdrm's Freedreno driver support.- Update to version 2.4.56: Libdrm 2.4.56 has been released. It fixes MSAA for the Radeon Hawaii GPU. - Remove upstreamed patch: u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch- Update to version 2.4.55: + exynos: do not build fimg2d_test when building without libkms support. + radeon: Add missing header includes. + exynos: fix scaling factor computation in g2d_copy_with_scale + exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input + exynos: fix coordinate computation in g2d_copy + intel: Add new userptr ioctl + intel: Sync typo fix from the kernel sources. + intel: Sync the command parser version parameter from kernel + freedreno: add chip-id property + freedreno: sync kernel header + drm: Add universal plane capability bit and plane type enums + exynos: prime: use drmPrime*() helpers + exynos_fimg2d_test: fix drmModeRmFB + eyxnos: install exynos tests if HAVE_INSTALL_TESTS - Drop upstreamed patches: + libdrm-implicit-defs.diff (Patch1)- Enable valgrind support for armv6l and ppc64le- Fix typos in package description- Update to version 2.4.54: + Use signed location for drmModeSetPlane + nouveau: safen up nouveau_device list usage against concurrent access + amend previous commit to actually compile + modetest: add cursor support + freedreno: add missing fxn prototype + radeon: add Mullins chip family + radeon: add Mullins pci ids + Mark functions printf-like where possible + intel: Fix some format strings + libdrm: Remove extraneous parameter + tests: Use drmFreeVersion() instead of drmFree() + intel/chv: Add Cherryview PCI IDs- Update to version 2.4.53: + drm: Implement drmCheckModesettingSupported() for FreeBSD + Enable libkms by default on DragonFly + freedreno: do not leak drmVersion + freedreno: fix license + freedreno: some msm-ring reset/flush fixes + freedreno: simplify device creation + freedreno: fix null ptr in error path + freedreno/kgsl: don't even bother trying CREATE_FD + freedreno: zero out unused field + modeprint: pretty print connector names + radeon: sync with radeon_drm.h from kernel headers - Remove upstream patch: Patch3: U_freedreno_license_fix.patch- u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch: * No longer hardcode path for drm.h include in qxl_drm.h, i.e. handle it the same as in other _drm.h files; change required for KMS support in xf86-video-qxl (bnc#870501)- removed exynos/freedreno files licensed under GPL to make our legal department happy (bnc#860595)- Update to version 2.4.52 + intel: squash unused variable 'bo_gem' + intel: Handle malloc fails in context create + intel: Merge latest i915_drm.h + drm: Initialize or valgrind-clear modesetting ioctl arguments. + intel: Track whether a buffer is idle to avoid trips to the kernel. + tests/kmstest: support exynos + Mark debug_print with __attribute__ ((format(__printf__, 1, 0))) + intel: Create a new drm_intel_bo offset64 field. + freedreno: add fd_device_new_dup() + modetest: add the possibility to select the refresh frequency for a mode- Make libdrm-devel depend on libdrm_freedreno1 on arm- Add subpackage for freedreno (Qualcomm Adreno)- Update to version 2.4.51: + radeon: avoid possible divide by 0 in surface manager + radeon: fix sumo2 pci id + intel/test_decode: Allow gen8 to be infered from the batch filenames + freedreno: add bo cache + freedreno/kgsl: fix crash introduced w/ bo-cache + freedreno: allow IB to different ringbuffer- Update to version 2.4.50: + intel: Track known prime buffers for re-use + radeon: Update unaligned offset for 2D->1D tiling transition on SI - Droped U_update-unaligned-offset-for-2D-1D-tiling-transition-on-SI.patch, included in this release- Update to version 2.4.49: + intel: Use memset instead of VG_CLEAR + radeon: implement 2D tiling for CIK + radeon: handle P16 pipe configs for Hawaii + radeon: fix mipmap level 0 and 1 alignment for SI and CIK + radeon: don't overallocate stencil by 4 on SI and CIK + libdrm/mode: Update the encoder and connector defines - Added U_update-unaligned-offset-for-2D-1D-tiling-transition-on-SI.patch: fdo#71983, resolves crasing on radeon SI chips wth 2.4.49- Update to version 2.4.48: + radeon: add hawaii chip family + radeon: add hawaii pci ids + intel/bdw: Add broadwell chipset IDs + intel/bdw: Handle gen8 bufmgr_init + intel/bdw: Add gen8 to the decode init + intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps + Revert "intel: Add support for GPU reset status query ioctl" + intel: Add support for GPU reset status query ioctl + intel: Add support for GPU reset status query ioctl + libdrm: bump to 2.4.48 + Add DRM_MODE_PAGE_FLIP_ASYNC define + intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c. + intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c. + intel/bdw/aub: Update AUB trace block writes for 48-bit addressing. + nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8- updated to re-uploaded 2.4.47 tarball with correct checksums- Update to version 2.4.47: + libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC + modetest fixes + radeon: add berlin pci ids + intel: Update package name and description in libdrm_intel.pc + freedreno fixes + radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK + radeon: fix pitch alignment for non-power-of-two mipmaps on SI + drm: Synchronize the stereo 3D mode flags from the kernel headers + drm: Sync the DRM_SET_CLIENT_CAP ioctl definition + drm: Introduce a drmSetClientCap() wrapper + intel: Set bo size from lseek if kernel supports it - Droped U_radeon-pad-CS-to-8-DW.patch, included in this release- Added U_radeon-pad-CS-to-8-DW.patch from upstream -- aligns the IB to 8 DWs. r6xx also require at least 4 DW alignment to avoid a hw bug.- buildrequire valgrind on the arch list that valgrind builds on- Update to version 2.4.46: + radeon: add CIK chip families + radeon: add Bonaire pci ids + radeon: add kabini pci ids + intel/aub: Sync the AUB defines with mesa's + intel/aub: Return early if we disable aub dumps + intel/aub: Implement a way to specify the output .aub filename + drm: add hotspot cursor interface support. + radeon: correct RADEON_GEM_WAIT_IDLE use + freedreno: add handle and name tracking + freedreno: add some asserts + freedreno: also remove from name table on bo delete + intel: Fix Haswell GT3 names. + intel: Adding more reserved PCI IDs for Haswell. + modetest: Make RGB565 pwetty too- Update to version 2.4.45: The main motivation for this release is the changes in the radeon surface allocator, which helps fix multisample textures on the Radeon Cayman family chipsets. + radeon: add new SI pci ids + radeon: add new richland pci ids + radeon: add HAINAN family + radeon: add HAINAN pci ids + drm: add qxl drm header file + radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition + freedreno: add gpu-id property + Add exynos_fimg2d_test to .gitignore + freedreno: add synchronization between mesa and ddx + intel: Add support for VEBOX ring (v2)- Update to version 2.4.44: New release for radeonsi tiling support + drm: Fix error message in drmWaitVBlank + intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding + radeon: update radeon_drm.h to kernel last API additions v2 + radeon: add si tiling support v5 + intel: Fix Haswell CRW PCI IDs. + kms: Make libkms.h usable in C++ + kms: Return a negative error code in kms_bo_create() + Remove unused header xf86mm.h. + makefiles: Add missing headers. + freedreno: add shifted reloc + modetest: Fix pitches, somewhat + modetest: Add support for all 16/32 bpp RGB formats + modetest: Print possible_crtcs for planes + modetest: Reduce the length of the connector type string + modetest: Pass format_info to fill_tiles functions + modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering- Update to version 2.4.43: + radeon: add pci ids for Richland APUs + intel_chipset: Merge intel-gpu-tools chipsets + tests: allow tests programs to be installed + tests: allow tests programs to be installed (cumulative patch) + intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS + libdrm/exynos: add test application for 2d gpu. + radeonsi: make sure tile_split field are not garbage + intel/aub: Actually run BLT batches on the blit ring. + nouveau: return error from pushbuf_validate + nouveau: add a way to override single pushbuffer memory limits + freedreno: add freedreno DRM + intel_chipset: Use parens around macro arguments + intel_chipset: Fix up VLV confusion- Remove unneeded dependency on libkms-devel- disable valgrind support for aarch64- Update to version 2.4.42: + radeon: add OLAND family + radeon: add OLAND pci ids + man: fix manpage build instructions + intel: add more VLV PCI IDs + nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc + libdrm: remove DISTCHECK_CONFIGURE_FLAGS + configure.ac: bump version to 2.4.42 for release + radeon: Fix 1D tiling layout on SI. + man: Fix typo and use $() for make expressions- Update to version 2.4.41: + radeon: add new SI pci id + nouveau: disallow pushbuf BOs in multiple memory types + nouveau: expose channel engine selection on kepler chipsets + intel: Remove the fence count contributions when clearing relocs + man: convert manpages to XML instead of plain troff + man: add drm.7 overview page + man: add drm-kms overview page + man: add drm-memory overview page + intel: Fix missing ETIME on BSD operating systems + drm/radeon: track global bo name and always return the same + man: disable man page building until David saves us all + libdrm_nouveau.pc: don't include I${includedir}/nouveau + libkms: fix memory leak in error path + libkms: return -EINVAL on fstat error- 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- Require libdrm_omap1-32bit only on ARM- 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 . See also http://mail-index.netbsd.org/pkgsrc-changes/2012/08/13/msg076887.html- let libdrm-devel require libkms-devel- Update to version 2.4.39: + radeon: add prime import/export support + intel: Use VG_CLEAR on the context destroy ioctl as well. + radeon: fix allocation of MSAA surfaces on r600-r700 + radeon: align r600 msaa buffers to a multiple of macrotile size * num samples + tests/modetest: Add a forgotten return, needed for opensuse buildservice + omap: include omap_drm.h independently- Update to version 2.4.38: + Bugfix release- Update to version 2.4.37: + Put the proper context APIs in place. - Add a patch to build 2.4.37 successfully! + Added N_0001-Add-a-forgotten-return-needed-for-opensuse-buildserv.patch- build omap support only on %arm platform- Update to version 2.4.36: + packaging changes: - nouveau.h was moved out from its subdirectory (upstream change) - lidrm_nouveau version bumped to 2 - Removed --enable-nouveau-experimental-api from configure it is now stable and will build without it + new in this release: - Context API and wait render timeout API added to libdrm for Intel- Disable valgrind support for armv5 since valgrind only supports armv7- U_intel-add-Ivy-Bridge-GT2-server-variant.patch * intel: add Ivy Bridge GT2 server variant (bnc#769209)- enable omapdrm support- back to libdrm 2.4.33, since 2.4.34 currentlz requires Mesa git master changes for nouveau Mesa driver build- update to version 2.4.34, see NEWS for detail, here follows packaging changes only. + nouveau.h was moved out from its subdirectory (upstream change) + lidrm_nouveau version bumped to 2. + remove obsolete configure options. + Fix many more "implicit declarations" and "undefined references"- Update to version 2.4.33: + intel: add some PCI IDs for Haswell + omap: add omapdrm support + radeon: add TN surface support - Changes from version 2.4.32: + Add valgrind support + Make drm/drm_fourcc.h portable to non-linux platforms + intel: - Add support for (possibly) unsynchronized maps - Add .aub file output support - Add support for overriding the PCI ID via an environment variable - Add decode for gen7 3DSTATE_WM, HIER_DEPTH_BUFFER - Add per-dword decode of gen7 3DPRIMITIVE + radeon: fix pitch alignment for scanout buffer + radeon_cs_setup_bo: Fix accounting if caller specified write and read domains + Build system improvements - Add pkgconfig(valgrind) BuildRequires to build valgrind support.- fix build on arm- don't package libdrm-intel on ppc, ppc64. As there is not intel cards- Update to new upstream release 2.4.31 * radeon: add surface allocator helper v10 * intel: add sprite ioctl defines and struct for i915 sprite code - Remove autoreconf call for now, there are no patches that would necessitate this - Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags - Package shlibs separately according to policy - Package description updates- Update to libdrm-2.4.30 * required for lastest Mesa- add libtool as explicit buildrequire to avoid implicit dependency from prjconf- Update to libdrm 2.4.27 * required for latest intel driver ...- cross-build fix: move testing to %check section- Update to libdrm 2.6.26 - obsoletes intel-Export-CONSTANT_BUFFER-addressing-mode.patch - a bunch of fixes - new Intel API for use by mesa- install the binaries of dristat, drmstat, drmmodeprint and drmmodetest instead of the useless libtool wrappers ...- removed patch: enable_test_tools.diff. - Building and installing dristat and drmstat can be done from the spec file. Same is true for installing drmmodeprint and drmmodetest.- intel-Export-CONSTANT_BUFFER-addressing-mode.patch * intel: Export CONSTANT_BUFFER addressing mode- removed revert-09b1062.diff; due to Mesa 7.10-pre update no longer required/useful- 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- updated to git master commit #af3d282 (2010-12-03, still 2.4.22) - obsoletes intel-initialize-bufmgr.bo_mrb_exec-unconditionally.patch- intel-initialize-bufmgr.bo_mrb_exec-unconditionally.patch * no longer require kernels without BLT ring support (2.6.34 an before). (bnc #651989, bnc #651501)- updated to git master commit #a52e61b (2010-11-02, still 2.4.22)- updated to git master commit #d0a4f2e (2010-10-31, still 2.4.22) - revert-09b1062.diff (to fix Mesa's nouveau driver build) * Revert "nouveau: Let the user choose the push buffer size." This reverts commit 09b1062628f2cbddb3ebae20e7b3b8a0a93acebf.- libdrm 2.4.22 * nouveau: fix thinko in drm version check * nouveau: fix drm version check some more * intel: Replace open-coded drmIoctl with calls to drmIoctl()- updated to git master commit #7ec9a1e (2010-09-09, still 2.4.21)- updated to git master commit #23287f0 (still 2.4.21) - "--enable-nouveau-experimental-api" configure option appears to be obsolete meanwhile - enabled build of VMWare's experimental API- bnc #620037 * remove libdrm-204c76c.diff (reverse applied) - silence some RPMLINT warnings- updated to git master commit #726210f * various tiling related fixes for intel- libdrm 2.4.21 - obsoletes commit-3506173.diff - adjusted enable_test_tools.diff - libdrm-204c76c.diff (reverse applied) * old nouveau gallium driver in Mesa still requires nouveau_class.h in libdrm- intel: Use the correct size when allocating reloc_target_info array. Thomas tracked down this error with kdm and commit b509640 (bnc #608149)- libdrm 2.4.20 * /usr/include/drm/ --> /usr/include/libdrm/ * /usr/include/intel_bufmgr.h --> /usr/include/libdrm- fix typo in description- update to 2.4.19 for Mesa-7.8 * added nouveau driver * added kms wrapper library driver- 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- 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)- update to libdrm 2.4.17, which is part of Intel 2009Q4 release- add baselibs.conf as a source- 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."- readded modeprint, modetest for intel driver- 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- add "--enable-radeon-experimental-api --enable-udev" to configure arguments and package libdrm_radeon as well- enable_test_tools.diff * enabled build of test tools (dristat, drmstat, modeprint, modeset)- libdrm-devel requires glibc-devel.- libdrm 2.4.14 * intel: adds support for G41, B43 and Ironlake- 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- 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.- 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- libdrm 2.4.6 * various fixes - libdrm-commit-1faab66.diff * fixes build of 2.4.62.4.76-1.22.4.76-1.2libdrm.solibdrm_amdgpu.solibdrm_intel.solibdrm_nouveau.solibdrm_radeon.so/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/de491b80296eb3500c75fc80f0bc840c-libdrmcpiolzma5x86_64-suse-linux?] cr$x#̢o]ܛO}ٰ8ꀲ=@OGA[ۤX6NS_JC