search for: gbm_bo_use_linear

Displaying 4 results from an estimated 4 matches for "gbm_bo_use_linear".

2015 Nov 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.0
...Use own thunk function instead of shadowUpdatePackedWeak Alex Deucher (6): amdgpu: add the xf86-video-amdgpu driver fixup README add new bonaire pci id add some new tonga pci ids Add fiji support add fiji pci id Brian Paterni (1): over both usagesitional group GBM_BO_USE_LINEAR Darren Powell (1): Add Option "TearFree" to manpage Dave Airlie (1): Adopt for new X server dirty tracking APIs. Emil Velikov (1): Do not link amdgpu_drv.so against libpciaccess Jammy Zhou (7): Remove throttling from amdgpu_dri2_copy_region2 Use gbm_bo_ge...
2019 Feb 14
2
[Bug 109631] New: Moving gbm bo from GART to VRAM does not wait for rendering
...nouveau at lists.freedesktop.org Reporter: vincent.vanlaer at skynet.be QA Contact: xorg-team at lists.x.org A way to demonstrate this is with the following situation. This assumes that one has opened DRM and EGL devices. - create a gbm surface with gbm_surface_create and usage GBM_BO_USE_LINEAR - create an EGLSurface from the gbm surface with eglCreatePlatformWindowSurfaceEXT - render something to it using GLES - get the resulting buffer using gbm_bo_lock_front_buffer - attach it to the hardware cursor using drmModeSetCursor - the cursor is not displayed During these steps the following...
2023 Oct 25
0
[ANNOUNCE] xwayland 23.2.2
...o typically spawn Xwayland rootless) must now pass this option to get the same behaviour as 23.2.x. Finally, Xwayland now uses libbsd-overlay instead of libbsd. Jeffy Chen (1): glamor: xv: Fix invalid accessing of plane attributes for NV12 Jos? Exp?sito (1): xwayland/glamor/gbm: Set GBM_BO_USE_LINEAR if only LINEAR modifier is supported Konstantin (1): glamor: fixes GL_INVALID_ENUM errors on ES if there is no quads Michel D?nzer (1): xwayland/present: Handle NULL window_priv in xwl_present_cleanup Olivier Fourdan (3): xwayland: Add an option to enable EI portal support...
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
Hi, This is a proof of concept of GPU forwarding for Linux guest on Linux host. I'd like to get comments and suggestions from community before I put more time on it. To summarize what it is: 1. It's a solution to bring GPU acceleration for Linux vm guest on Linux host. It could works with different GPU although the current proof of concept only works with Intel GPU. 2. The basic idea