Re: [Mesa-dev] [PATCH 13/13] i965/fs: Don't apply POW/FDIV workaround on Gen10+

2017-09-29 Thread Scott D Phillips
Matt Turner writes: > The documentation says it applies only to Gens 8 and 9. Patch 10 & 13: Reviewed-by: Scott D Phillips > --- > src/intel/compiler/brw_fs_generator.cpp | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[Mesa-dev] [PATCH 13/13] i965/fs: Don't apply POW/FDIV workaround on Gen10+

2017-08-25 Thread Matt Turner
The documentation says it applies only to Gens 8 and 9. --- src/intel/compiler/brw_fs_generator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/brw_fs_generator.cpp b/src/intel/compiler/brw_fs_generator.cpp index 03ee26ccd4..07fd6307f0 100644 ---