summaryrefslogtreecommitdiffstats
path: root/configs/linux-solo
Commit message (Collapse)AuthorAgeFilesLines
* Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_nameJon Smirl2004-07-091-1/+1
| | | | will be correctly defined.
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-2/+2
| | | | | This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-1/+1
| | | | | uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own.
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-3/+6
| | | | | get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code.
* linux-solo-ia64 config (Stephane Marchesin)Brian Paul2004-04-191-2/+1
|
* First attempt at building a dri module in this treeKeith Whitwell2004-04-141-0/+2
| | | | | | | -- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested.
* make solo work like before new makefile mergeDave Airlie2004-04-141-3/+5
|
* new system configurationsBrian Paul2004-03-261-0/+26