Any way to support dFdx() on i915?
Other than the sw fallback, no.
The software rendering fallback in the intel driver is pretty slick. The gallium driver has nothing like that, correct?
(In reply to comment #2) > The software rendering fallback in the intel driver is pretty slick. The > gallium driver has nothing like that, correct? Nope. Not sure though what you mean by pretty slick, in my experience it is usually useless due to glacial performance (though I guess maybe it's better thanks to UMA compared to old radeons).
FYI, the old failover module was actually capable of switching between a hardware driver and softpipe in the middle of rendering. It should be possible to implement something similar for i915g, though it might be a lot of work.
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.