_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
This series removes the _TriangleCaps field and its DD_ flags. They
were basically only used by the legacy i915, radeon and r200 DRI
drivers. Some flags were completely unused. Others are easily
replaced by quering other state. Or, call helper function such as
_mesa_need_secondary_color().