summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_context.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-1013/+0
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson1-4/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-10/+10
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-7/+7
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul1-3/+3
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick1-1/+11
2005-06-01Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt1-8/+3
2005-06-01Add no_rast option.Eric Anholt1-0/+6
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson1-4/+0
2004-07-19several new bugsDaniel Borca1-46/+32
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick1-1/+1
2004-03-12Adjust includes to help DRI buildJon Smirl1-0/+2
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-3/+3
2003-12-08get tdfx compilingKeith Whitwell1-5/+0
2003-12-04add tdfx DRI driverAlan Hourihane1-0/+1027