Re: [Mesa-dev] [PATCH 2/2] intel: Flatten the makefile structure

2016-08-25 Thread Jason Ekstrand
On Thu, Aug 25, 2016 at 3:19 PM, Matt Turner wrote: > Both are > > Reviewed-by: Matt Turner > Thanks! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 2/2] intel: Flatten the makefile structure

2016-08-25 Thread Matt Turner
Both are Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 2/2] intel: Flatten the makefile structure

2016-08-22 Thread Jason Ekstrand
This pulls isl and genxml into a single make file so that they can properly build in parallel. This isn't terribly important now as genxml just generates sources which happens serially first anyway but it will be more important as we add more stuff to src/intel. --- configure.ac