[Mesa-dev] [PATCH v2 0/6] i965/fs: fix Haswell support for doubles
Samuel Iglesias Gonsálvez
siglesias at igalia.com
Mon Jul 11 11:37:45 UTC 2016
Hello,
This is the second version of this patch series [0].
The use of DIM instruction on HSW to setup an 64-bit immediate reg
(suggested by Kenneth here [1]) will be sent in a separate patch series.
Thanks,
Sam
[0] https://lists.freedesktop.org/archives/mesa-dev/2016-July/122416.html
[1] https://lists.freedesktop.org/archives/mesa-dev/2016-July/122473.html
Iago Toral Quiroga (4):
i965/fs: add a helper function to create double immediates
i965/fs: use the new helper function to create double immediates
i965/fs/gen7: split instructions that run into exec masking bugs
i965/fs: do pack lowering before simd splitting
Samuel Iglesias Gonsálvez (2):
i965/fs: do not require force_writemask_all with exec_size 4
i965/fs: do d2x lowering before simd splitting
src/mesa/drivers/dri/i965/brw_fs.cpp | 48 ++++++++++++++++++++------
src/mesa/drivers/dri/i965/brw_fs.h | 3 ++
src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 2 +-
src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 44 +++++++++++++++++++++--
4 files changed, 83 insertions(+), 14 deletions(-)
--
2.7.4
More information about the mesa-dev
mailing list