Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-07 Thread Adrian M Negreanu
On Tue, Nov 5, 2013 at 8:55 PM, Emil Velikov wrote: > On 05/11/13 18:18, Chad Versace wrote: >> On 11/02/2013 12:00 PM, Emil Velikov wrote: >>> Rip out the source file list from mesa/Makefile.sources, to a >>> more sensible location/file. >>> * Split PROGRAM_FILES and GENERATED_FILES. >>> * Update

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Emil Velikov
On 05/11/13 18:55, Matt Turner wrote: > On Tue, Nov 5, 2013 at 10:49 AM, Emil Velikov > wrote: >> Now we have one intermediate library (archive), which links against both >> mesa classic and gallium. Whereas with your patch it builds it twice but >> drops the linking part. Is the extra recursion

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Chad Versace
On 11/05/2013 10:55 AM, Emil Velikov wrote: On 05/11/13 18:18, Chad Versace wrote: On 11/02/2013 12:00 PM, Emil Velikov wrote: Rip out the source file list from mesa/Makefile.sources, to a more sensible location/file. * Split PROGRAM_FILES and GENERATED_FILES. * Update the automake and Android

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Matt Turner
On Tue, Nov 5, 2013 at 10:49 AM, Emil Velikov wrote: > Now we have one intermediate library (archive), which links against both > mesa classic and gallium. Whereas with your patch it builds it twice but > drops the linking part. Is the extra recursion + linking that much more > significant than re

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Emil Velikov
On 05/11/13 18:18, Chad Versace wrote: > On 11/02/2013 12:00 PM, Emil Velikov wrote: >> Rip out the source file list from mesa/Makefile.sources, to a >> more sensible location/file. >> * Split PROGRAM_FILES and GENERATED_FILES. >> * Update the automake and Android build systems. >> >> Android >> *

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Emil Velikov
On 05/11/13 18:28, Matt Turner wrote: > On Sat, Nov 2, 2013 at 12:00 PM, Emil Velikov > wrote: >> Rip out the source file list from mesa/Makefile.sources, to a >> more sensible location/file. >> * Split PROGRAM_FILES and GENERATED_FILES. >> * Update the automake and Android build systems. >> >> A

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Matt Turner
On Sat, Nov 2, 2013 at 12:00 PM, Emil Velikov wrote: > Rip out the source file list from mesa/Makefile.sources, to a > more sensible location/file. > * Split PROGRAM_FILES and GENERATED_FILES. > * Update the automake and Android build systems. > > Android > * Slightly reshuffle the Android.mk for

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-05 Thread Chad Versace
On 11/02/2013 12:00 PM, Emil Velikov wrote: Rip out the source file list from mesa/Makefile.sources, to a more sensible location/file. * Split PROGRAM_FILES and GENERATED_FILES. * Update the automake and Android build systems. Android * Slightly reshuffle the Android.mk for readability sake. * U

[Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-02 Thread Emil Velikov
Rip out the source file list from mesa/Makefile.sources, to a more sensible location/file. * Split PROGRAM_FILES and GENERATED_FILES. * Update the automake and Android build systems. Android * Slightly reshuffle the Android.mk for readability sake. * Use GENERATED_FILES, drop the TODO item. * Use