On Wed 08 Mar 2017, Chad Versace wrote:
> On Mon 06 Mar 2017, Jason Ekstrand wrote:
> > On Mon, Mar 6, 2017 at 10:25 AM, Chad Versace
> > wrote:
> >
> > > anv_outarray is a wrapper for a Vulkan output array. A Vulkan output
> > > array is one that follows the convention of the parameters to
> > >
On Mon 06 Mar 2017, Jason Ekstrand wrote:
> On Mon, Mar 6, 2017 at 10:25 AM, Chad Versace
> wrote:
>
> > anv_outarray is a wrapper for a Vulkan output array. A Vulkan output
> > array is one that follows the convention of the parameters to
> > vkGetPhysicalDeviceQueueFamilyProperties().
> >
> > I
On Mon, Mar 6, 2017 at 10:25 AM, Chad Versace
wrote:
> anv_outarray is a wrapper for a Vulkan output array. A Vulkan output
> array is one that follows the convention of the parameters to
> vkGetPhysicalDeviceQueueFamilyProperties().
>
> In the upcoming dma_buf extensions, anv_outarray will simpl
anv_outarray is a wrapper for a Vulkan output array. A Vulkan output
array is one that follows the convention of the parameters to
vkGetPhysicalDeviceQueueFamilyProperties().
In the upcoming dma_buf extensions, anv_outarray will simplify the code
for querying the DRM format modifiers.
---
src/int