search for: gbm_bo_creat

Displaying 2 results from an estimated 2 matches for "gbm_bo_creat".

Did you mean: gbm_bo_create
2019 Feb 26
0
[ANNOUNCE] xorg-server 1.20.4
...present/wnmd: Allow flipping if the window pixmap matches the toplevel's glx,xquartz: Fix make distcheck gitlab-ci: Run make distcheck in autotools build & test job Olivier Fourdan (3): present/wnmd: Fix use after free on CRTC removal xwayland: do not crash if `gbm_bo_create()` fails xwayland: handle case without any crtc Peter Harris (1): os: Fix GetTimeInMicros resolution Peter Hutterer (2): test: fix failing tests Xi: lock the input thread for any pointer barrier list manipulation git tag: xorg-server-1.20.4 https://xorg.freedesktop.org/...
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