Hi,

Again me for a little error :) In r300_reg.h line 218 if i am not
wrong this should be R300_GB_TILE_PIPE_COUNT_RV350 &
line 219 R300_GB_TILE_PIPE_COUNT_R300

Thus we got :
#define R300_GB_TILE_PIPE_COUNT_R300      (0<<1)
#define R300_GB_TILE_PIPE_COUNT_RV300   (3<<1)

But i think (if r300_demo is right in r300_lib.c init_3d) we should have :
#define R300_GB_TILE_PIPE_COUNT_RV350      (0<<1)
#define R300_GB_TILE_PIPE_COUNT_R300         (3<<1)

best,
Jerome Glisse


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to