Path to this page:
Subject: CVS commit: pkgsrc/x11/libdrm
From: Thomas Klausner
Date: 2015-09-29 10:23:18
Message id: 20150929082318.E5D3A98@cvs.netbsd.org
Log Message:
Update to 2.4.65:
Alan Coopersmith (1):
Include <alloca.h> when needed before calling alloca
Christian König (2):
amdgpu: remove sequence mutex
amdgpu: serialize drmPrimeFDToHandle
Emil Velikov (20):
drm: add interface to get drm devices on the system v3
Move -lm link flag to LIBADD
vbltest: fix variable shadowing warning
modetest: fix shadowing warnings
intel: resolve shadowing warnings
intel: error out on has_error in exec2
intel: introduce to_bo_gem() helper
configure: enable -Wshadow when available
amdgpu: remove unneeded -Wno-switch-enum flag
modetest: annotate const data as such for good measure
libkms: use static const for good measure
radeon: cleanup bo/cs func tables
freedreno: annotate the device/bo/pipe/ringbuffer funcs as const data
tests/amdgpu: reference the correct variable for memcpy
tests/amdgpu: annotate the uvd message templates as const data
tests/amdgpu: annotate (most of) the vce templates as const data
tests/amdgpu: ensure tests work by using c99 initializers
nouveau: use designated initializers
intel: ignore missing-field-initializers warnings
configure: remove -Wno-missing-field-initializers
Hyungwon Hwang (2):
xf86drmMode: remove the trailing white spaces
modetest: remove the trailing white spaces
Jonathan Gray (1):
amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()
Jérôme Glisse (1):
drm: Add -lm to libdrm ldflags to fix build failure.
Mathias Tillman (1):
drm: fix the usage after free
Mauro Rossi (2):
amdgpu: add Makefile.sources
amdgpu: add Android build support
Michel Dänzer (1):
tests: Add -lm to LDADD for dristat
RafaÅ SapaÅa (1):
intel: Serialize drmPrimeFDToHandle with struct_mutex
Rob Clark (4):
freedreno: don't take ownership of the dmabuf fd on import
drm: make individual drm_server_info fxns optional
freedreno: add API to get drm fd from fd_device
Bump version for release
Thierry Reding (1):
omap: Initialize DMA BUF file descriptor to -1
Tvrtko Ursulin (1):
libdrm: Add framebuffer modifiers uapi
Varad Gautam (5):
freedreno: fix a bo cache segfault with imported bo's
freedreno: fill bo->fd when importing
freedreno: get bo size for imported dma-buf
freedreno: use drmPrime wrappers to import/export prime bo's
freedreno: serialize drmPrimeFDToHandle under table_lock
monk.liu (1):
amdgpu: fix missing deinit on vamgr_32
Files: