aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_span.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-3/+3
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* Enable GLX_SGI_make_current_read for tdfx.Ian Romanick2006-11-141-14/+11
* tdfxDDWriteDepthPixels can be called with mask == NULL.Ian Romanick2006-11-131-2/+2
* Use InitPointers helperBrian Paul2005-09-041-21/+3
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-23/+4
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-13/+0
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-66/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-20/+126
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* bring over build fixes from stable branchAlan Hourihane2004-04-261-10/+11
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-3/+3
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+1399