aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/spantmp2.h
Commit message (Expand)AuthorAgeFilesLines
* dri: remove all the obsolete spantmp filesBrian Paul2012-01-241-777/+0
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-241-41/+0
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-241-118/+0
* spantmp2: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+20
* Revert "intel: Add spans code for the ARB_texture_rg support."Eric Anholt2011-04-181-122/+0
* intel: Add spans code for the ARB_texture_rg support.Eric Anholt2010-12-101-0/+122
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-101-0/+32
* dri: Remove dead code.Vinson Lee2010-02-271-18/+5
* Fix PowerPC related typo in spantmp2.hRuediger Oertel2010-01-221-1/+1
* spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick2009-12-101-0/+57
* Remove unconditional use of glibc specific bswap_16() macro.Michel Dänzer2009-11-171-2/+4
* radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer2009-11-171-0/+152
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-0/+65
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-27/+33
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-33/+27
* intel-gem: Use pread/pwrite for span access.Eric Anholt2008-07-231-34/+30
* intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt2008-07-151-3/+13
* 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