[Mesa-dev] [PATCH 00/13] Finish ARB_tessellation_shader on Gen8+.

Kenneth Graunke kenneth at whitecape.org
Tue Dec 22 02:20:45 PST 2015


This patch series resolves the last two known issues with tessellation
shader support on Intel Gen8+ hardware.  First, it adds support for
compiling a TCS on-the-fly when none is supplied (which is required by
OpenGL, but not ES).  Secondly, it fixes SSO bugs when separate TCS
and TES are mix-and-matched, and the interface has to change.

Nothing too crazy here.



More information about the mesa-dev mailing list