summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/spantmp2.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-04intel: Add spans code for the ARB_texture_rg support.Eric Anholt1-0/+122
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt1-0/+32
2010-02-27dri: Remove dead code.Vinson Lee1-18/+5
2010-01-22Fix PowerPC related typo in spantmp2.hRuediger Oertel1-1/+1
2009-12-10spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick1-0/+57
2009-11-17Remove unconditional use of glibc specific bswap_16() macro.Michel Dänzer1-2/+4
2009-11-17radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer1-0/+152
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt1-0/+65
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-27/+33
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-33/+27
2008-07-23intel-gem: Use pread/pwrite for span access.Eric Anholt1-34/+30
2008-07-15intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt1-3/+13
2007-08-12fix spantmp2 READ_RGBA inline asm (#11931)Dan Torop1-1/+1
2005-10-28Silence gcc-4 warnings.Aapo Tahkola1-3/+3
2005-09-04Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.Brian Paul1-23/+29
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger1-17/+18
2005-05-05fix for renderbuffer (Andreas Stenglein)Brian Paul1-2/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-46/+59
2005-01-15Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span readFelix Kuehling1-6/+6
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick1-7/+19
2004-10-18Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick1-0/+10
2004-10-16Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick1-3/+12
2004-10-15Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick1-3/+3
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick1-0/+564