[Mesa-dev] [PATCH 0/11] Remove gl_context::_TriangleCaps and DD_flags

Brian Paul brianp at vmware.com
Mon Apr 15 19:00:25 PDT 2013


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().


More information about the mesa-dev mailing list