Module: Mesa Branch: renderbuffer-cleanups-v2 Commit: 6d326326efb11b61b53434fdc4dfe1d3a094297b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d326326efb11b61b53434fdc4dfe1d3a094297b
Author: Brian Paul <[email protected]> Date: Wed Jan 18 17:39:33 2012 -0700 swrast: remove unused StoreTexel code No longer needed since we do all rendering to texture with the buffer mapping and pixel packing functions. --- src/mesa/swrast/s_context.h | 7 +- src/mesa/swrast/s_texfetch.c | 369 ++++----------- src/mesa/swrast/s_texfetch.h | 3 - src/mesa/swrast/s_texfetch_tmp.h | 991 ++++---------------------------------- 4 files changed, 183 insertions(+), 1187 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=6d326326efb11b61b53434fdc4dfe1d3a094297b _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
