[Mesa-dev] [PATCH] anv: Advertise API version 1.0.39
Jason Ekstrand
jason at jlekstrand.net
Fri Jan 27 21:48:42 UTC 2017
On Fri, Jan 27, 2017 at 11:22 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:
> On 26 January 2017 at 17:27, Jason Ekstrand <jason at jlekstrand.net> wrote:
> > I'm pretty sure we've kept up with the bug fixes.
> > ---
> > src/intel/vulkan/anv_device.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/intel/vulkan/anv_device.c
> b/src/intel/vulkan/anv_device.c
> > index f40e9b2..27f06ac 100644
> > --- a/src/intel/vulkan/anv_device.c
> > +++ b/src/intel/vulkan/anv_device.c
> > @@ -646,7 +646,7 @@ void anv_GetPhysicalDeviceProperties(
> > };
> >
> > *pProperties = (VkPhysicalDeviceProperties) {
> > - .apiVersion = VK_MAKE_VERSION(1, 0, 5),
> > + .apiVersion = VK_MAKE_VERSION(1, 0, 39),
> Do we want a similar fix for stable ? How about in RADV ?
>
Feel free to cherry-pick to 17.0 if you want, but I don't think it
matters. It's mostly a "yes, guys, we've been keeping up on Vulkan issues"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170127/5e1e577a/attachment.html>
More information about the mesa-dev
mailing list