From 06487945186f546094b78cc7021a2bc1e695c17b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 14 Oct 2004 00:59:12 +0000 Subject: Add support for optimized versions of the code underlying ReadPixels (and DrawPixels). The R200, R128, and Unichrome drivers get support in this commit. Other drivers would be easy enough to add for people that have the cards. The DRI (CVS) build will need to be updated to account for the new source files. --- src/mesa/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/sources') diff --git a/src/mesa/sources b/src/mesa/sources index 7013182f6f..f82d344bf5 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -170,6 +170,7 @@ X86_SOURCES = \ x86/sse_xform3.S \ x86/sse_xform4.S \ x86/sse_normal.S \ + x86/read_rgba_span_x86.S \ tnl/t_vtx_x86_gcc.S X86_API = \ -- cgit v1.2.3