summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_span.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2008-09-21Remove CVS keywords.Keith Whitwell
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick
2006-11-13tdfxDDWriteDepthPixels can be called with mask == NULL.Ian Romanick
2005-09-04Use InitPointers helperBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2003-12-04add tdfx DRI driverAlan Hourihane