https://bugs.freedesktop.org/show_bug.cgi?id=702
--- Comment #8 from Roland Scheidegger sroland@vmware.com 2010-11-05 21:38:01 PDT --- Hmm actually I see the problem. The driver relies on ctx->_TriangleCaps and tests for DD_POINT_SIZE. But nothing ever sets this - update_tricaps would but it's ifdefed out as it was basically reverted, looks like the revert wasn't quite complete. Note that it should still work if point attenuation is used (e.g. pointblast demo).