I object!  I objected the previous times this was submitted.  This
patch is essentially checking all the glyphs every time any text
is rendered to make sure that the font render has not broken them.
This is insane!  The glyphs should not be broken and if this 
check is to be made it should be made when the glyphs were rendered,
not every time you go to draw one of them.  Please back out this
patch and tell the author (again) to quit sending stupid patches like
this.  Checks to make sure that a font isn't broken should not
happen every time we draw a character.  XAA isn't the only part
of the server that relies on the font metrics not being broken.

                        Mark.
 

On Fri, 14 Nov 2003, David Dawes wrote:

> CVSROOT:      /home/x-cvs
> Module name:  xc
> Changes by:   [EMAIL PROTECTED]       03/11/14 09:23:00
> 
> Log message:
>   Add some sanity testing for data that comes from above (Chisato Yamauchi).
> 
> Modified files:
>       xc/programs/Xserver/hw/xfree86/xaa/:
>         xaaNonTEText.c 
>   
>   Revision      Changes    Path
>   1.13          +23 -6     xc/programs/Xserver/hw/xfree86/xaa/xaaNonTEText.c
> 
> _______________________________________________
> Cvs-commit mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/cvs-commit
> 

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to