radeon_drv.h in drm says: * 1.17- Add initial support for R300 (3D). But radeon_dri.c in the server says: } else if (info->ChipFamily >= CHIP_FAMILY_R300) { req_minor = 12; 1.12 is when r300 microcode upload was initially enabled, so from 1.12 to 1.16 inclusive we can do CP accel on r300. but below 1.17 we shouldn't be calling DRIScreenInit for r300, because it'll fail in a non-obvious way (libGL will complain about no GL visuals).
screw it, just require 1.17 for r300, it's simpler and i don't think we've ever shipped CP accel for r300 yet. fixed in head.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.