diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 0945343a03d..c24d2f8dd79 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -1904,11 +1904,6 @@ fs_visitor::setup_pull_constants() if (uniforms <= max_uniform_components) return; - if (dispatch_width == 16) { - fail("Pull constants not supported in SIMD16\n"); - return; - } - /* Just demote the end of the list. We could probably do better * here, demoting things that are rarely used in the program first. */ |