[Mesa-dev] merging radv

Emil Velikov emil.l.velikov at gmail.com
Thu Oct 6 12:45:04 UTC 2016


On 6 October 2016 at 02:27, Dave Airlie <airlied at gmail.com> wrote:
> If nobody has any remaining major objections I'd rather not spend too
> much time rebasing this stuff, so I'd like to propose merging it
> approx now + 24hr, if anyone wants to explicitly ack or r-b anything
> let me know, but I'm most likely going to squash merge down the
> contents of this branch
>
> https://github.com/airlied/mesa/commits/radv-submit2
>
> I think any remaining integration issues are best solved in tree.
>
Fully agree.

Just some supporting material that behind the "keep a ref point
between radv/anv implementaitons for porting purposes" point:

The "radv: fix enumeration of properties" fix is something that one
wants in anv don't we ?
Although one wants to apply the following fix as well:

-for (i = 0; i < *pPropertyCount; i++)
+for (i = 0; i < MIN2(*pPropertyCount, ARRAY_SIZE(global_extensions)); i++)

With similar one on the device extensions side.

Regards,
Emil


More information about the mesa-dev mailing list