Revisions of libdrm

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 578816 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 134)
- Remove unneeded defattr stanza

- Remove pthread-stubs dependency

- Remove unneeded autotool dependencies

- Update to version 2.4.90:
   + Add meson build system
   + always define HAVE_FREEDRENO_KGSL
   + always define HAVE_CAIRO
   + always define HAVE_VALGRIND
   + amdgpu: Update deadlock test to not assert on ECANCELED
   + amdgpu: Fix segfault in deadlock test.
   + amdgpu: fix 32bit VA manager max address
   + amdgpu: use the high VA range if possible v2
   + amdgpu: fix high VA mask
   + amdgpu: fix inefficient vamgr algorithm
   + amdgpu: clean up non list code path for vamgr v2
   + amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address space
   + amdgpu: Don't print error message if parse_one_line returned -EAGAIN
   + amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize
   + amdgpu: Symlink .editorconfig to tests/amdgpu
   + amdgpu: Disable deadlock test suite by default for SI ASICs
   + amdgpu: Disable VM test suite by default for SI ASICs
   + amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check
   + amdgpu: fix not to add amdgpu.ids when building without amdgpu
   + android: Move gralloc handle struct to libdrm
   + android: Add version variable to gralloc_handle_t
   + android: Mark gralloc_handle_t magic variable as const
   + android: Remove member name from gralloc_handle_t
   + android: Change gralloc_handle_t members to be fixed width
   + autotools: Include meson.build files in tarball
   + configure: remove unused HAVE_CUNIT define
   + configure: remove unused HAVE_INSTALL_TESTS define
   + configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS
   + drm: Fix 32-bit drmSyncobjWait.
   + exynos/tests: use #ifdef for never-defined token
   + fix return value for syncobj wait
   + freedreno: clamp priority based on # of rings
   + headers: sync up amdgpu_drm.h with drm-next
   + intel: Add more Coffeelake PCI IDs
   + meson: fix the install path of amdgpu.ids
   + meson: set proper pkg-config version for libdrm_freedreno
   + meson: set the minimum version correctly
   + meson: fix libdrm_nouveau pkgconfig include directories
   + meson: include headers in root directory in ext_libdrm
   + meson: cleanup whitespace
   + meson: add missing HAVE_RADEON
   + meson: sort HAVE_* defines
   + meson,configure: remove unused HAVE_OMAP define
   + meson,configure: remove unused HAVE_TEGRA define
   + meson,configure: remove unused HAVE_FREEDRENO define
   + meson,configure: remove unused HAVE_ETNAVIV define
   + meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON}
   + meson,configure: turn undefined preprocessor tokens warnings into errors
   + meson,configure: add warning when using undefined preprocessor tokens
   + modetest: Fix to check return value of asprintf()
   + remove unnecessary double-semicolon
   + README: Add note about meson
   + test/amdgpu: fix compiler warnings
   + tests/amdgpu: add bo eviction test
   + tests/amdgpu: add missing config.h include
   + tests/amdgpu: add parentheses to make operation priority explicit
   + tests/amdgpu: drop unused variables
   + tests/amdgpu: execute write linear on all the available rings
   + tests/amdgpu: execute const fill on all the available rings
   + tests/amdgpu: execute copy linear on all the available rings
   + tests/etnaviv: drop unused `return 0`
   + tests/util: fix signed/unsigned comparisons
   + tests/util: drop unused parameters
   + xf86drmHash: remove always-false #if guards
   + xf86atomic: fix -Wundef warning

- Remove upstreamed patch U_intel-Add-more-Coffeelake-PCI-IDs.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 565786 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 133)
- U_intel-Add-more-Coffeelake-PCI-IDs.patch
  * Add more Coffeelake PCI IDs (request by Intel)

- Update to version 2.4.89:
  libdrm release with leasing and syncobj api updates, updated amdgpu marketing
  ids, amdgpu tests, updated uapi headers & etnaviv updates.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 498488 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 125)
- Update to version 2.4.81
  * Export drmDevicesEqual
  * configure: Fix the <sys/sysmacros.h> check
  * Fix stray caller of drmCompareDevices
  * amdgpu/: concisely && consistently check null ptrs in canonical form
  * amdgpu: Use the canonical form in branch predicate
  * Add pl111 as a KMS driver for utils.
  * Add the DPI encoder/connector types to KMS utils.
  * amdgpu: add raven family id
  * modetest: fix printing of fourcc on BE machines
  * amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC
  * amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC
  * amdgpu: add the interface of waiting multiple fences
  * amdgpu: add a test for amdgpu_cs_wait_fences
  * amdgpu: add missing extern "C" headers
  * freedreno: fix double-free on exit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 452384 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 121)
- enabled build of manual pages (bnc#1021810)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 440391 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 119)
- update to 2.4.73
  * headers: Add README file
  * xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo
- update to 2.4.72
   * amdgpu: check parameters in amdgpu_query_gpu_info
   * intel: Export raw GEM mmap interfaces
   * intel: Migrate handle/name lookups from linear lists to hashtables
   * intel: Look prime handle up in handle hash table
   * Silence runtime complaints on platform devices
   * amdgpu: add the function to get the marketing name (v4)
   * intel: Add uthash.h to Makefile.sources.
   * amdgpu: Add amdgpu_asic_id.h to Makefile.sources.
   * freedreno: Add fd_ringbuffer_flush2 to symbol check.
   * headers: Sync drm{,_mode}.h with the kernel
   * Add drmModePageFlipTarget
   * intel: Add new symbols to intel-symbol-check
   * intel: Allow some codenames in INTEL_DEVID_OVERRIDE
   * add libsync.h helper
   * freedreno: sync uapi header
   * freedreno: add fence fd support
   * Return an -ENODEV from drmGetDevice() when no device was found.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 391952 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 116)
- update to 2.4.68
  * bugfixes 
- removed no longer needed patch
  u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
  (https://lists.freedesktop.org/archives/dri-devel/2016-April/105283.html)
Displaying revisions 41 - 60 of 175
openSUSE Build Service is sponsored by