Zoë Blade <z...@bytenoise.co.uk> writes:

> Hi!
>
> I took the liberty of fixing a few typos.  If anyone's interested, you can 
> download the Git patch from http://bytenoise.co.uk/misc/fix-a-few-typos.patch 
> .  I've never had much luck compiling other people's projects, so this 
> warrants vetting by someone smarter than me, I'm afraid.  Still, I hope it's 
> of use to you!
>

Looks fine to me, just one minor comment.

| diff --git a/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| b/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| index 82d7b64..974b61d 100644
| --- a/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| +++ b/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| @@ -135,9 +135,9 @@ static void copy_bfc( struct brw_clip_compile *c )
|           brw_clip_have_varying(c, VARYING_SLOT_BFC1)))
|                  return;
| 
| -   /* In some wierd degnerate cases we can end up testing the
| +   /* In some weird degnerate cases we can end up testing the

In this line there is a second typo in "degnerate".

|      * direction twice, once for culling and once for bfc copying.  Oh
| -    * well, that's what you get for setting wierd GL state.
| +    * well, that's what you get for setting weird GL state.
|      */

With that fixed,
Reviewed-by: Francisco Jerez <curroje...@riseup.net>

> All the best,
> Zoë.

Thanks!

> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to