summaryrefslogtreecommitdiff
path: root/src/glx/mini/miniglx.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-2580/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-6/+6
2007-06-05miniglx: implement GetProcAddressARB in miniglx as an alias for GPADave Airlie1-0/+1
2007-05-08miniglx: fixup use of create windows x and y coordinatesDave Airlie1-3/+3
2006-11-28add support to miniglx for updating drawables ..Dave Airlie1-2/+14
2006-04-03setup to use pci access, comment out size bumps,Dave Airlie1-3/+7
2005-08-08fix miniglx setting virtual size of 832 for 800x600Dave Airlie1-2/+2
2005-08-03Add color tiling support to miniglx for radeonDave Airlie1-0/+4
2005-07-29Commit Ian's fixes from Bug 3877Jon Smirl1-54/+144
2005-03-05fix for solo to set the mode, and make solo gcc2 friendly...Dave Airlie1-2/+2
2005-02-20add more functionality to miniglx for glitzDave Airlie1-34/+98
2005-02-15add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie1-0/+32
2005-01-05support 720x480 and 960x540 modesAlan Hourihane1-1/+29
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie1-0/+4
2004-11-29added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)Brian Paul1-0/+1
2004-10-01Fix mesa solo with doublebuffered apps, the drawable index/stamp weren'tDave Airlie1-4/+11
2004-08-09Fix from Rogelio Serrano for miniglx double bufferingJon Smirl1-7/+8
2004-07-16Miniglx clients now authorize with server DRMJon Smirl1-0/+8
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl1-53/+15
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl1-33/+1
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl1-40/+395
2004-05-12remove the last line of the previous patchBrian Paul1-1/+0
2004-05-12fix red/green/blueBits typosBrian Paul1-3/+4
2004-04-14add agpmode to miniglx config fileDave Airlie1-0/+5
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul1-5/+17
2003-12-09Remove $Id tagKeith Whitwell1-1/+0
2003-12-06basic API work for FBConfigs & PbuffersBrian Paul1-1/+49
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl1-2/+2
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-0/+1975