aboutsummaryrefslogtreecommitdiffstats
path: root/configs/linux-solo-x86
Commit message (Collapse)AuthorAgeFilesLines
* configs: Always use -fPIC for shared libraries, never for staticDan Nicholson2007-10-311-3/+0
| | | | | | | | | | | Mesa currently disables -fPIC for DRI on x86, but most Linux distros are re-enabling -fPIC for all DRI arches. Let's just do that here since that's normally what's wanted for shared libraries. Some justification: http://bugs.gentoo.org/show_bug.cgi?id=110840#c9 On the other hand, position-independent code is only necessary when building shared libraries, so disable it for the static cases.
* use ASM_API variable, bug 4415Brian Paul2005-09-121-0/+1
|
* make linux-solo and linux-solo-x86 config files hierarchicalDave Airlie2005-05-261-26/+6
|
* Add DRM_USE_MALLOC flagKeith Whitwell2005-03-221-1/+1
|
* add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for soloDave Airlie2005-01-131-1/+1
|
* 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/+2
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* Add a solo-x86 config, and make solo use the x86 glapiDave Airlie2004-09-071-0/+32