intel/fs: Drop high_quality_derivatives
We've never bothered to hook it up in crocus or iris. If we do in the future, it should probably be a NIR pasa anyway. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14056>
This commit is contained in:

committed by
Marge Bot

parent
6dc9958bf3
commit
b8d04863e2
@@ -178,7 +178,6 @@ debug_fs_recompile(const struct brw_compiler *c, void *log,
|
||||
found |= check("per-sample interpolation", persample_interp);
|
||||
found |= check("multisampled FBO", multisample_fbo);
|
||||
found |= check("line smoothing", line_aa);
|
||||
found |= check("high quality derivatives", high_quality_derivatives);
|
||||
found |= check("force dual color blending", force_dual_color_blend);
|
||||
found |= check("coherent fb fetch", coherent_fb_fetch);
|
||||
|
||||
|
Reference in New Issue
Block a user