Re: [Mesa-dev] [1/2] loader: add loader_open_name(..)

2018-08-10 Thread Martin Fuzzey
Hi Christian, On 01/08/18 23:07, Christian Gmeiner wrote: Add an improved drmOpenWithType(..) clone which fixes some serious flaws. Some highlights: - using busid works only with PCI devices - open() w/o O_CLOEXEC - when build w/o udev - it creates a node: mkdir, chown(root), chmod, mknod

Re: [Mesa-dev] ANDROID: eglCreateImageKHR missing modifiers

2018-07-24 Thread Martin Fuzzey
Hi Thomasz, thanks for your reply On 21/07/18 04:27, Tomasz Figa wrote: As you noticed, this adds back the dependency on gralloc handle structure. Moreover, it actually adds a dependency on the handle having a binary format compatible with gralloc_gbm_handle_t. This is not something that we

[Mesa-dev] ANDROID: eglCreateImageKHR missing modifiers

2018-07-20 Thread Martin Fuzzey
Hi, I am testing mesa / etnaviv / gbm_gralloc under Android 8.1 on i.MX6 I discovered the screen capture function was not working (it was producing empty buffers). The reason for this seems to be that eglCreateImageKHR() with EGL_NATIVE_BUFFER_ANDROID does not import the modifier