summaryrefslogtreecommitdiffstats
path: root/src/glx/mini/miniglx.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This makes miniglx take not of the x and y from XCreateWindow
* add support to miniglx for updating drawables ..Dave Airlie2006-11-281-2/+14
| | | | requires hacks to DRM to remove MASTER from UPDATE_DRAW and ADD_DRAW
* setup to use pci access, comment out size bumps,Dave Airlie2006-04-031-3/+7
| | | | sest xres from real width, use new -1 ddx version
* 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
| | | | (Stephane Marchesin + Dave Airlie)
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-291-54/+144
| | | | | I have tested these on miniglx and they seem to be working. I'm sure Dave will give them a better test.
* fix for solo to set the mode, and make solo gcc2 friendly...Dave Airlie2005-03-051-2/+2
| | | | From: Stephane Marchesin
* 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
| | | | extension entry points
* support 720x480 and 960x540 modesAlan Hourihane2005-01-051-1/+29
|
* From: Stephane Marchesin <[email protected]>Dave Airlie2004-12-081-0/+4
| | | | | | | 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.
* 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
| | | | being updated properly..
* 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 removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-291-33/+1
| | | | | for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver is still broken.
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-40/+395
| | | | | get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
* 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