[Mesa-dev] [PATCH] r300g: RV560 has 8 vertex shaders

Alex Deucher alexdeucher at gmail.com
Wed Apr 21 22:48:01 PDT 2010


On Wed, Apr 21, 2010 at 5:39 PM, Tormod Volden <lists.tormod at gmail.com> wrote:
> From: Tormod Volden <debian.tormod at gmail.com>
>
> http://ati.amd.com/products/RadeonX1650/x1650xt_specs.html
> http://en.wikipedia.org/wiki/Comparison_of_ATI_Graphics_Processing_Units
>
> Signed-off-by: Tormod Volden <debian.tormod at gmail.com>
> ---
>
> I do not have the hardware to confirm this though.

I think this is correct.   RV570 should be set to 8 as well.  Any
chance you want to create patches for r300c and xf86-video-ati as
well?

Alex

>
>  src/gallium/drivers/r300/r300_chipset.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/drivers/r300/r300_chipset.c b/src/gallium/drivers/r300/r300_chipset.c
> index 928a310..2852a20 100644
> --- a/src/gallium/drivers/r300/r300_chipset.c
> +++ b/src/gallium/drivers/r300/r300_chipset.c
> @@ -363,7 +363,7 @@ void r300_parse_chipset(struct r300_capabilities* caps)
>         case 0x7293:
>         case 0x7297:
>             caps->family = CHIP_FAMILY_RV560;
> -            caps->num_vert_fpus = 5;
> +            caps->num_vert_fpus = 8;
>             caps->is_r500 = TRUE;
>             break;
>
> --
> 1.7.0.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>


More information about the mesa-dev mailing list