summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga/mga_xmesa.c
Commit message (Expand)AuthorAgeFilesLines
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+5
* 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-9/+7
* 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-28/+12
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-41/+13
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-30/+49
* Adds support for MGA DRM version 3.2.Ian Romanick2005-06-141-13/+22
* Add the no_rast debug option, which I used in some testing.Eric Anholt2005-05-301-1/+9
* In addition to dead-code removal and other clean-up, bump the required DDXIan Romanick2005-05-181-52/+30
* More comments. More dead-code removed. More clean-up.Ian Romanick2005-05-181-4/+6
* Remove some unused structure fields, add some comments, and ifdef out someIan Romanick2005-05-121-3/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-5/+77
* 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
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+0
* Use the driFillInModes utility function.Ian Romanick2004-10-041-85/+32
* Also export fbconfigs with 0/0 depth/stencil modes. This fixes "driverIan Romanick2004-10-041-4/+6
* Minor extension string tweaks. Added support for vertex program extensions.Ian Romanick2004-09-131-3/+21
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-18/+2
* 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-2/+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
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-1/+1
* call drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)Brian Paul2004-04-241-0/+2
* init mgaScreen->irq (Tilman Sauerbeck)Brian Paul2004-04-231-0/+1
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-261-10/+10
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+3
* Adjust mga drivers to remove redundant h file for sarea and IOCTLsJon Smirl2004-03-121-7/+6
* Create all the right modes for 16-bit screens.Ian Romanick2004-02-271-6/+19
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Enable use of new DRI interface in MGA driver.Ian Romanick2004-02-121-0/+175
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-4/+0
* Silence some compiler warnings.Ian Romanick2004-01-211-1/+1
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-4/+18
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-5/+3
* applied Felix's patch for configuration systemBrian Paul2003-12-121-2/+3
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+4
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
* bring over latest mga DRI driver from DRI trunkAlan Hourihane2003-12-051-7/+35
* Import vtx-0-2-branchKeith Whitwell2003-11-241-3/+3
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-49/+61
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-103/+253
* mga driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+616