i965/fs: add a pass for lowering PACK opcodes
authorConnor Abbott <cwabbott0@gmail.com>
Thu, 5 May 2016 09:45:19 +0000 (11:45 +0200)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 10 May 2016 09:25:06 +0000 (11:25 +0200)
commitfd763177c13579ff51cb35fd8bc3b6d703073b61
treecfdad0b46c44329c8a4f2aa529401c385c02d79e
parentba582e58cd30c815137a11c9497b01d97842e525
i965/fs: add a pass for lowering PACK opcodes

v2: Use subscript() instead of stride() (Curro)

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_lower_pack.cpp [new file with mode: 0644]