OSDN Git Service

Add support for optimized versions of the code underlying ReadPixels
authorIan Romanick <idr@us.ibm.com>
Thu, 14 Oct 2004 00:59:12 +0000 (00:59 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 14 Oct 2004 00:59:12 +0000 (00:59 +0000)
commit06487945186f546094b78cc7021a2bc1e695c17b
tree720c7ac3f190d707419aafc3d804f2b54b4609c9
parentdc45ee7a4b07603646a0b0f502f74941a4b73f3d
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/drivers/dri/common/spantmp2.h [new file with mode: 0644]
src/mesa/drivers/dri/r128/r128_span.c
src/mesa/drivers/dri/r200/r200_span.c
src/mesa/drivers/dri/unichrome/via_span.c
src/mesa/sources
src/mesa/x86/read_rgba_span_x86.S [new file with mode: 0644]
src/mesa/x86/read_rgba_span_x86.h [new file with mode: 0644]