aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_screen.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-101-8/+9
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* tdfx: fix crash and lack of visuals bugJakub Bogusz2008-09-131-52/+25
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-31/+31
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+5
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-5/+5
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-53/+33
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-2/+1
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* Enable GLX_SGI_make_current_read for tdfx.Ian Romanick2006-11-141-0/+12
* Fix "3D driver claims to not support visual ..." warnings.Ian Romanick2006-11-131-1/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-19/+15
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+6
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+15
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-7/+6
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-23/+1
* Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt2005-06-011-9/+1
* Add no_rast option.Eric Anholt2005-06-011-6/+24
* Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 insteadEric Anholt2005-06-011-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+57
* 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