summaryrefslogtreecommitdiffstats
path: root/configs/linux-solo
Commit message (Collapse)AuthorAgeFilesLines
* Get linux-solo dependencies building correctly,Keith Whitwell2004-12-091-3/+3
| | | | Make sure symlinks are built in driver directories before running makedepend.
* Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini.Adam Jackson2004-10-251-1/+1
|
* Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from theAdam Jackson2004-10-251-1/+2
| | | | | link list for libGL itself under DRI configurations, since the XML parsing code is in the drivers themselves.
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-3/+3
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* 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