summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Unused variable cleanup.Adam Jackson2004-12-271-2/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-10/+0
* silence a warningAdam Jackson2004-06-101-0/+1
* The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick2004-06-071-2/+2
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-9/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-28/+10
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* use new interface for tdfx (phase 2)Adam Jackson2004-05-281-0/+123
* bring over build fixes from stable branchAlan Hourihane2004-04-261-2/+2
* build in SOLO environmentAlan Hourihane2003-12-081-2/+12
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+331