Re: [Mesa-dev] RFC: Whimsical renames and code motion

2010-10-13 Thread Kristian Høgsberg
2010/10/12 Brian Paul : > On 10/12/2010 10:43 AM, Kristian Høgsberg wrote: >> >> Hi, >> >> I wrote this patch series a while ago, but now that 7.9 is out I >> thought I'd float it on the list to see what people think.  The first >> couple of patches kill off glcore.h, which is no longer used for an

Re: [Mesa-dev] RFC: Whimsical renames and code motion

2010-10-12 Thread Kristian Høgsberg
2010/10/12 Ian Romanick : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kristian Høgsberg wrote: >> Hi, >> >> I wrote this patch series a while ago, but now that 7.9 is out I >> thought I'd float it on the list to see what people think.  The first >> couple of patches kill off glcore.h, whi

Re: [Mesa-dev] RFC: Whimsical renames and code motion

2010-10-12 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Høgsberg wrote: > Hi, > > I wrote this patch series a while ago, but now that 7.9 is out I > thought I'd float it on the list to see what people think. The first > couple of patches kill off glcore.h, which is no longer used for any > extern

Re: [Mesa-dev] RFC: Whimsical renames and code motion

2010-10-12 Thread Brian Paul
On 10/12/2010 10:43 AM, Kristian Høgsberg wrote: Hi, I wrote this patch series a while ago, but now that 7.9 is out I thought I'd float it on the list to see what people think. The first couple of patches kill off glcore.h, which is no longer used for any external interfaces, and pull the struc

[Mesa-dev] RFC: Whimsical renames and code motion

2010-10-12 Thread Kristian Høgsberg
Hi, I wrote this patch series a while ago, but now that 7.9 is out I thought I'd float it on the list to see what people think. The first couple of patches kill off glcore.h, which is no longer used for any external interfaces, and pull the struct into mtypes.h. The next couple of patches massag