summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/spantmp2.h
AgeCommit message (Expand)Author
2008-06-11Bring in DRI2 changesAlan Hourihane
2005-10-28Silence gcc-4 warnings.Aapo Tahkola
2005-09-04Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.Brian Paul
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-05-05fix for renderbuffer (Andreas Stenglein)Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-15Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span readFelix Kuehling
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick
2004-10-18Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick
2004-10-16Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick
2004-10-15Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick