diff options
author | Keith Whitwell <[email protected]> | 2005-05-23 12:17:27 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-05-23 12:17:27 +0000 |
commit | 17bcf9f816db3098db42acd7f0672f64554dd6a0 (patch) | |
tree | afda81fcab4e5f6812a4a8aef7ba602f16e563c7 /src/mesa/drivers/dri/unichrome/Makefile | |
parent | eb9d6f44a963d985d67991deff57a6f8d7d3f0f6 (diff) |
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.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/Makefile b/src/mesa/drivers/dri/unichrome/Makefile index 7875ba8f726..5fe00c1bd1f 100644 --- a/src/mesa/drivers/dri/unichrome/Makefile +++ b/src/mesa/drivers/dri/unichrome/Makefile @@ -12,6 +12,7 @@ DRIVER_SOURCES = \ via_fb.c \ via_tex.c \ via_ioctl.c \ + via_memcpy.c \ via_render.c \ via_screen.c \ via_span.c \ |