Mark Thompson

Results 6 comments of Mark Thompson

The intent of this is to connect to the memory_region stuff in the i915 kernel DRM driver, right? Given that it won't apply to anything other than i915, maybe that...

The main problem here is that DRI3 is not supportable with legacy Xlib because it can't pass file descriptors - XCB is required. For XCB to work we would add...

Applying this is fine with me. On the original version I did wonder whether there are better fourccs for the 10/16-bit versions - I copied XV30/XV48 from libdrm, but I...

This is directly controlled by the calling application - all of the `vaGetDisplay*()` functions take an argument defining the device. If you wanted this to work, I think you would...

Please look at how the current API works. The user application /must/ open a specific device to use (DRM device, X11 / Wayland / Android display) and pass that to...

Rather than modifying an old version of the file, wouldn't it be cleaner to import a new version of the upstream file which has this fixed? ()