Re: [Mesa-dev] Implementation of VK extensions for i965

2018-06-23 Thread Александр Бесчасный
l, we haven't > had any call for that.  We'll try to bump it up the priority list. > > --Jason > > On June 23, 2018 20:22:10 Александр Бесчасный wrote: >> I have latest available version of Mesa - 18.1.2, Vulkan - 1.1.0. >> Can I check available extensions V

Re: [Mesa-dev] Implementation of VK extensions for i965

2018-06-23 Thread Александр Бесчасный
ady.On Sun, Jun 24, 2018 at 1:13 AM, Александр Бесчасный <mrche...@yandex.ru> wrote: Hello, can I ask if it is planned to implement VK extensions for i965: - VK_EXT_shader_viewport_index_layer - VK_EXT_vertex_attribute_divisor The new version of DXVK 0.60 requires th

[Mesa-dev] Implementation of VK extensions for i965

2018-06-23 Thread Александр Бесчасный
Hello, can I ask if it is planned to implement VK extensions for i965:- VK_EXT_shader_viewport_index_layer- VK_EXT_vertex_attribute_divisorThe new version of DXVK 0.60 requires their availability. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org h

Re: [Mesa-dev] [PATCH v2] egl/dri2: dri2_make_current: Release previous context's display

2016-08-14 Thread Александр
On 11.08.2016 11:43, Nicolas Boichat wrote: eglMakeCurrent can also be used to change the active display. In that case, we need to decrement ref_count of the previous display (possibly destroying it), and increment it on the next display. Also, old_dsurf/old_rsurf cannot be non-NULL if old_ctx

Re: [Mesa-dev] [PATCH] egl/dri2: dri2_make_current: Release previous context's display

2016-08-14 Thread Александр
On 10.08.2016 10:44, Michel Dänzer wrote: On 10/08/16 03:00 PM, Nicolas Boichat wrote: eglMakeCurrent can also be used to change the active display. In that case, we need to decrement ref_count of the previous display (possibly destroying it), and increment it on the next display. Also, old_d