Module: Mesa Branch: master Commit: 78644ffc4d341deb431145108f0b2d377e59b61e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78644ffc4d341deb431145108f0b2d377e59b61e
Author: Jason Ekstrand <[email protected]> Date: Wed May 20 10:35:34 2015 -0700 i965/fs: Remove the ir_visitor code Now that everything is running through NIR, this is all dead. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> --- src/mesa/drivers/dri/i965/brw_fs.cpp | 99 -- src/mesa/drivers/dri/i965/brw_fs.h | 50 +- src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 2139 +------------------------- 3 files changed, 31 insertions(+), 2257 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=78644ffc4d341deb431145108f0b2d377e59b61e _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
