Re: [Mesa-dev] [PATCH] r300g: silence guard band cap errors

2010-11-21 Thread Alex Deucher
On Sun, Nov 21, 2010 at 7:29 AM, Joakim Sindholt wrote: > I use these in st_nine and it's been bugging me for a long time. FWIW: http://en.wikipedia.org/wiki/Guard_band_clipping The guardband clipping regs on r3xx-r5xx are: VAP_GB_VERT_CLIP_ADJ VAP_GB_VERT_DISC_ADJ VAP_GB_HORZ_CLIP_ADJ VAP_GB_HO

Re: [Mesa-dev] [PATCH] r300g: silence guard band cap errors

2010-11-21 Thread Marek Olšák
Hi Joakim, it looks good to me. It seems to match what wined3d returns. Marek On Sun, Nov 21, 2010 at 1:29 PM, Joakim Sindholt wrote: > I use these in st_nine and it's been bugging me for a long time. > > ___ > mesa-dev mailing list > mesa-dev@lists.

[Mesa-dev] [PATCH] r300g: silence guard band cap errors

2010-11-21 Thread Joakim Sindholt
I use these in st_nine and it's been bugging me for a long time. >From be1f3601e72f21453cba7f5a5e113caa811d1be4 Mon Sep 17 00:00:00 2001 From: Joakim Sindholt Date: Sun, 21 Nov 2010 13:24:03 +0100 Subject: [PATCH] r300g: silence guard band cap errors Somebody should find out what these are. It ca