aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen/doxy.bat
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2015-12-17 21:24:32 -0800
committerKenneth Graunke <[email protected]>2015-12-22 17:22:03 -0800
commita122af696cd821f63035fe0aa05a38f21069bc5f (patch)
tree889e7695cb0aa8ca46c6391ce5fd7b62229882ff /doxygen/doxy.bat
parent9d35fecfb94e26a5fe6b361ebe83044fae9131bf (diff)
i965: Switch TCS gl_program/gl_shader_program checks over to TES.
Tessellation control shaders are optional, but evaluation shaders will always be present when using tessellation. However, we'll always enable the TCS (HS) hardware stage when using tessellation - we'll just create a program on the fly. That program, however, won't have a gl_program or gl_shader_program. So we shouldn't check brw->tess_ctrl_program or shader_prog->_LinkedShaders[MESA_SHADER_TESS_CTRL] - if we want to know whether tessellation is enabled, we should look for a TES. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'doxygen/doxy.bat')
0 files changed, 0 insertions, 0 deletions