aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i830/i830_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-21/+18
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-5/+3
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+12
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+11
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-37/+9
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+72
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-12/+0
* remove unused mode functionDave Airlie2004-06-161-68/+0
* switch to using driFillInModes fix depthbuffer = 0Dave Airlie2004-06-161-20/+26
* 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-2/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-19/+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
* Fix solo build, add missing #ifdef NEW_INTERFACEJon Smirl2004-05-091-0/+8
* Add support for GLX_SGI_make_current_read.Ian Romanick2004-05-071-0/+2
* Enable use of new DRI interface in i830 driver.Ian Romanick2004-05-071-12/+201
* Add support for the 3rd and 4th texture units. The actual number ofIan Romanick2004-05-071-0/+15
* Minor changes to make linux-solo build againJon Smirl2003-10-161-9/+9
* add gamma driver - no kernel driver yetAlan Hourihane2003-09-301-4/+4
* add the i830 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+371