Jason Ekstrand writes:
> Sorry for the multitude of replies. :-(
It's all the same to me; you've been busy!
>>radv_wsi_proc_addr,
>> - &physical_device->instance->alloc);
>> + &physical_device->instance->a
Jason Ekstrand writes:
> If you move the VK_OUTARRAY_MAKE up higher, both of the "goto bail"s can be
> "return vk_outarray_status(&conn)". Not a big deal though; what you have
> is probably fine.
I'll leave it then.
>> +prop->currentStackIndex = stack_index++;
>>
>
> In your branch
Jason Ekstrand writes:
> I apologize for how nit-picky this is going to get but it's starting to
> bother me...
I'm glad you showed me what you wanted; always nice to have help! I've
reformatted and restructured the code along the lines that you've
suggested here for the entire series. In partic
Eric Engestrom writes:
> I just pushed it; your `if (result != VK_SUCCESS)` should now just be
> `goto fail;` :)
Yup, I've update my drm-lease branch to match.
--
-keith
signature.asc
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@li
Sorry for the multitude of replies. :-(
On Wed, Mar 7, 2018 at 11:24 PM, Keith Packard wrote:
> This adds support for the KHR_display extension support to the vulkan
> WSI layer. Driver support will be added separately.
>
> v2:
> * fix double ;; in wsi_common_display.c
>
> * Move
On Wed, Mar 7, 2018 at 11:24 PM, Keith Packard wrote:
>
> +/*
> + * Implement vkGetPhysicalDeviceDisplayPropertiesKHR (VK_KHR_display)
> + */
> +VkResult
> +wsi_display_get_physical_device_display_properties(VkPhysicalDevice
>physical_device,
> +
On Thursday, 2018-03-08 10:04:03 -0800, Keith Packard wrote:
> Eric Engestrom writes:
>
> > I'm still slightly bothered by the build options inconsistency between
> > autotools: reuse --with-platform=drm
> > meson: new -D platform=display
> >
> > I'd be happy with either one being used
Eric Engestrom writes:
> I'm still slightly bothered by the build options inconsistency between
> autotools: reuse --with-platform=drm
> meson: new -D platform=display
>
> I'd be happy with either one being used everywhere, but from what you
> said last time I think you'd prefer to reus
On Wednesday, 2018-03-07 23:24:59 -0800, Keith Packard wrote:
> This adds support for the KHR_display extension support to the vulkan
> WSI layer. Driver support will be added separately.
>
> v2:
> * fix double ;; in wsi_common_display.c
>
> * Move mode list from wsi_display to wsi_di
This adds support for the KHR_display extension support to the vulkan
WSI layer. Driver support will be added separately.
v2:
* fix double ;; in wsi_common_display.c
* Move mode list from wsi_display to wsi_display_connector
* Fix scope for wsi_display_mode andwsi_display
10 matches
Mail list logo