On 6 October 2016 at 02:27, Dave Airlie <airl...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev