Re: [Mesa-dev] [RFC PATCH 0/6] Refactor st_api and st/dri

2010-04-27 Thread Chia-I Wu
On Mon, Apr 26, 2010 at 6:54 PM, Keith Whitwell wrote: > On Sat, 2010-04-24 at 07:25 -0700, Jakob Bornecrantz wrote: >> Hi Chia-I et all >> >> This Patch series does some minor refactoring in the st_api interface >> and some major one to st/dri. >> >> The first patch drops the st_module struct fro

Re: [Mesa-dev] [RFC PATCH 0/6] Refactor st_api and st/dri

2010-04-26 Thread Keith Whitwell
On Mon, 2010-04-26 at 11:54 +0100, Keith Whitwell wrote: > On Sat, 2010-04-24 at 07:25 -0700, Jakob Bornecrantz wrote: > > Hi Chia-I et all > > > > This Patch series does some minor refactoring in the st_api interface > > and some major one to st/dri. > > > > The first patch drops the st_module s

Re: [Mesa-dev] [RFC PATCH 0/6] Refactor st_api and st/dri

2010-04-26 Thread Keith Whitwell
On Sat, 2010-04-24 at 07:25 -0700, Jakob Bornecrantz wrote: > Hi Chia-I et all > > This Patch series does some minor refactoring in the st_api interface > and some major one to st/dri. > > The first patch drops the st_module struct from st_api. This is because it > was overlapping the st_api stru

Re: [Mesa-dev] [RFC PATCH 0/6] Refactor st_api and st/dri

2010-04-25 Thread Chia-I Wu
Hi Jakob, On Sat, Apr 24, 2010 at 10:25 PM, Jakob Bornecrantz wrote: > This Patch series does some minor refactoring in the st_api interface > and some major one to st/dri. > The first patch drops the st_module struct from st_api. This is because it > was overlapping the st_api struct. Both repre

[Mesa-dev] [RFC PATCH 0/6] Refactor st_api and st/dri

2010-04-24 Thread Jakob Bornecrantz
Hi Chia-I et all This Patch series does some minor refactoring in the st_api interface and some major one to st/dri. The first patch drops the st_module struct from st_api. This is because it was overlapping the st_api struct. Both represent the API. It also drops some extra symbols and instead j