On Mit, 2003-03-12 at 23:14, Philip Brown wrote:
> On Wed, Mar 12, 2003 at 10:21:17PM +0100, Michel Dänzer wrote:
> > On Mit, 2003-03-12 at 19:15, Philip Brown wrote:
> > > I just noticed that in drivers/ati, every single function related to DRI
> > > initialization,etc. is named RADEONDRIXxxxYyyy ... except
> > > RADEONPreInitDRI()
> > > 
> > > Here's a patch to fix that, and R128PreInitDRI()
> > 
> > This change doesn't seem obvious to me; the RADEONDRIxxx() functions are
> > in radeon_dri.c and directly related to the DRI, whereas
> > RADEONPreInitDRI() (along with other RADEONPreInitxxx() functions) is in
> > radeon_driver.c
> 
> 
> Maybe it belongs in radeon_dri.c, then? Coincidence of current location,
> should not be a reason for avoiding logical naming and grouping.
> If you like, I'll submit patches for doing the move AND rename.
> 
> 
> > and mainly processes the DRI related driver options.
> 
> Consistency is a Good Thing.

Sure, but there are two conflicting kinds of consistency here: 

      * DRI related functions are called RADEONDRIxxx()
      * functions called from RADEONPreInit() are called
        RADEONPreInitxxx()

To me, RADEONPreInitDRI() seems to belong in the latter group rather
(option processing is a typical PreInit() job), at least I don't see an
urgent reason why it absolutely has to be in the former. That said, I
can live with it either way.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to