summaryrefslogtreecommitdiff
path: root/src/glx/mini/miniglx.c
AgeCommit message (Collapse)Author
2007-06-05miniglx: implement GetProcAddressARB in miniglx as an alias for GPADave Airlie
2007-05-08miniglx: fixup use of create windows x and y coordinatesDave Airlie
This makes miniglx take not of the x and y from XCreateWindow
2006-11-28add support to miniglx for updating drawables ..Dave Airlie
requires hacks to DRM to remove MASTER from UPDATE_DRAW and ADD_DRAW
2006-04-03setup to use pci access, comment out size bumps,Dave Airlie
sest xres from real width, use new -1 ddx version
2005-08-08fix miniglx setting virtual size of 832 for 800x600Dave Airlie
2005-08-03Add color tiling support to miniglx for radeonDave Airlie
(Stephane Marchesin + Dave Airlie)
2005-07-29Commit Ian's fixes from Bug 3877Jon Smirl
I have tested these on miniglx and they seem to be working. I'm sure Dave will give them a better test.
2005-03-05fix for solo to set the mode, and make solo gcc2 friendly...Dave Airlie
From: Stephane Marchesin
2005-02-20add more functionality to miniglx for glitzDave Airlie
2005-02-15add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie
extension entry points
2005-01-05support 720x480 and 960x540 modesAlan Hourihane
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie
Attached is a patch that adds pci init code for mesa solo on radeon. It's been tested on an itanium 2 with a radeon 7000 and it works here. The patch adds a new field in the miniglx.conf config file, to choose between pci and agp.
2004-11-29added __glXFindDRIScreen to glXGetProcAddress (bug 1068879)Brian Paul
2004-10-01Fix mesa solo with doublebuffered apps, the drawable index/stamp weren'tDave Airlie
being updated properly..
2004-08-09Fix from Rogelio Serrano for miniglx double bufferingJon Smirl
2004-07-16Miniglx clients now authorize with server DRMJon Smirl
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver is still broken.
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
2004-05-12remove the last line of the previous patchBrian Paul
2004-05-12fix red/green/blueBits typosBrian Paul
2004-04-14add agpmode to miniglx config fileDave Airlie
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul
2003-12-09Remove $Id tagKeith Whitwell
2003-12-06basic API work for FBConfigs & PbuffersBrian Paul
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul