Re: [Mesa-dev] [PATCH 2/3] i915: factor our source lists into Makefile.sources

2011-08-31 Thread Chia-I Wu
On Thu, Sep 1, 2011 at 9:00 AM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/30/2011 10:27 PM, Chia-I Wu wrote: >> From: Chia-I Wu >> >> In preparation for porting i915 to Android, factor its source lists into >> a shared makefile. This prevents duplication of s

Re: [Mesa-dev] [PATCH 2/3] i915: factor our source lists into Makefile.sources

2011-08-31 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2011 10:27 PM, Chia-I Wu wrote: > From: Chia-I Wu > > In preparation for porting i915 to Android, factor its source lists into > a shared makefile. This prevents duplication of source lists, and hence > prevents the Android from breaking as

[Mesa-dev] [PATCH 2/3] i915: factor our source lists into Makefile.sources

2011-08-30 Thread Chia-I Wu
From: Chia-I Wu In preparation for porting i915 to Android, factor its source lists into a shared makefile. This prevents duplication of source lists, and hence prevents the Android from breaking as often. --- src/mesa/drivers/dri/i915/Makefile | 51 ++- src/mes