Import Thomas Helstrom's SSE memcpy code from the via X.org driver.
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 23 May 2005 12:17:27 +0000 (12:17 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 23 May 2005 12:17:27 +0000 (12:17 +0000)
commit17bcf9f816db3098db42acd7f0672f64554dd6a0
treeafda81fcab4e5f6812a4a8aef7ba602f16e563c7
parenteb9d6f44a963d985d67991deff57a6f8d7d3f0f6
Import Thomas Helstrom's SSE memcpy code from the via X.org driver.
Add a TextureMemCpy callback, called from texstore.c when copying
texture data via the memcpy_texture() path.
Enable this code in the via driver - 100% speedup in texdown.c results.
src/mesa/drivers/common/driverfuncs.c
src/mesa/drivers/dri/unichrome/Makefile
src/mesa/drivers/dri/unichrome/via_memcpy.c [new file with mode: 0644]
src/mesa/drivers/dri/unichrome/via_tex.c
src/mesa/drivers/dri/unichrome/via_tex.h
src/mesa/main/dd.h
src/mesa/main/texstore.c