Displaying 4 results from an estimated 4 matches for "glamor_fd_from_pixmap".
2018 Aug 07
0
[ANNOUNCE] xorg-server 1.20.1
...Laurent Carlier (1):
meson: Add configuration of listening on tcp, unix and local
Lukas F. Hartmann (1):
glamor_init: clamp GLSL to 120 if platform doesn't have instanced arrays
Lyude Paul (5):
modesetting: Also disable CRTC in drmmode_output_disable()
glamor: Unbreak glamor_fd_from_pixmap()
randr: Scream when creating a shared pixmap fails
modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()
meson: ensure the libc has RPC functions when secure-rpc is enabled
Matt Turner (1):
xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alpha
Michał Gó...
2014 Jun 21
0
[PATCH 2/2] present: build only when glamor is enabled
nouveau_present_flip_exec references glamor_fd_from_pixmap,
which do not exist when glamor is disabled
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
src/nouveau_present.c | 2 +-
src/nouveau_present.h | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/nouveau_present.c b/src/nouveau_present.c
index b294...
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
...glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocation
dri3: Enable DRI3 version 1.2
Mario Kleiner (2):
glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.
modesetting: Fix page flipping under DRI 3.2.
Michel Dänzer (2):
glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fd
randr: Initialize RROuptutRec::nonDesktop
Nicolai Hähnle (4):
os: move xf86PrivsElevated here
os: use PrivsElevated instead of a manual check
xfree86: replace all uses of xf86PrivsElevated with PrivsElevated
glx: honor LIBGL_DRIVERS_PATH when...
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
...plify includes in radeon_{dri3,present}.c
Add xorg_list_for_each_entry_safe fallback in radeon_list.h
Initialize boolean variable before calling xf86GetOptValBool
DRI3: Use open hook instead of open_client
Always include misync.h before other misync headers
glamor: Add glamor_fd_from_pixmap define for standalone glamor tree
dri3: Use screen->CreatePixmap instead of fbCreatePixmap directly
EXA: Return NULL from radeon_get_pixmap_bo if there is no driver private
configure.ac: Check for misyncshm.h again
Adapt radeon_sync.c for misyncshm.h vs misync.h as well...