aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/spantmp2.h
Commit message (Expand)AuthorAgeFilesLines
* fix spantmp2 READ_RGBA inline asm (#11931)Dan Torop2007-08-121-1/+1
* Silence gcc-4 warnings.Aapo Tahkola2005-10-281-3/+3
* Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.Brian Paul2005-09-041-23/+29
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-17/+18
* fix for renderbuffer (Andreas Stenglein)Brian Paul2005-05-051-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-46/+59
* Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span readFelix Kuehling2005-01-151-6/+6
* Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick2004-11-021-7/+19
* Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick2004-10-181-0/+10
* Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick2004-10-161-3/+12
* Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick2004-10-151-3/+3
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-0/+564