summaryrefslogtreecommitdiffstats
path: root/src/glx/mini/miniglx.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-2580/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-6/+6
* miniglx: implement GetProcAddressARB in miniglx as an alias for GPADave Airlie2007-06-051-0/+1
* miniglx: fixup use of create windows x and y coordinatesDave Airlie2007-05-081-3/+3
* add support to miniglx for updating drawables ..Dave Airlie2006-11-281-2/+14
* setup to use pci access, comment out size bumps,Dave Airlie2006-04-031-3/+7
* fix miniglx setting virtual size of 832 for 800x600Dave Airlie2005-08-081-2/+2
* Add color tiling support to miniglx for radeonDave Airlie2005-08-031-0/+4
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-291-54/+144
* fix for solo to set the mode, and make solo gcc2 friendly...Dave Airlie2005-03-051-2/+2
* add more functionality to miniglx for glitzDave Airlie2005-02-201-34/+98
* add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie2005-02-151-0/+32
* support 720x480 and 960x540 modesAlan Hourihane2005-01-051-1/+29
* From: Stephane Marchesin <[email protected]>Dave Airlie2004-12-081-0/+4
* added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)Brian Paul2004-11-291-0/+1
* Fix mesa solo with doublebuffered apps, the drawable index/stamp weren'tDave Airlie2004-10-011-4/+11
* Fix from Rogelio Serrano for miniglx double bufferingJon Smirl2004-08-091-7/+8
* Miniglx clients now authorize with server DRMJon Smirl2004-07-161-0/+8
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-53/+15
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-291-33/+1
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-40/+395
* remove the last line of the previous patchBrian Paul2004-05-121-1/+0
* fix red/green/blueBits typosBrian Paul2004-05-121-3/+4
* add agpmode to miniglx config fileDave Airlie2004-04-141-0/+5
* rename class to c_class if using C++ (bug 922294)Brian Paul2004-03-241-5/+17
* Remove $Id tagKeith Whitwell2003-12-091-1/+0
* basic API work for FBConfigs & PbuffersBrian Paul2003-12-061-1/+49
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-2/+2
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1975