summaryrefslogtreecommitdiffstats
path: root/configs/linux-solo
Commit message (Collapse)AuthorAgeFilesLines
* Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson2007-10-311-0/+3
| | | | | | | | | | | | Most Linux distros work around aliasing problems in Mesa by compiling with the GCC option -fno-strict-aliasing. Two examples: https://bugs.freedesktop.org/show_bug.cgi?id=6046 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311 This makes -fno-strict-aliasing the default with a comment that developers should consider commenting it out. There is a already a note about these bugs in docs/helpwanted.html.
* miniglx: update defines in linux-solo configDave Airlie2007-06-051-1/+2
|
* Makefile clean-ups for miniglx.Brian2007-05-041-3/+10
|
* When available, which is most of the time, use posix_memalign to implementIan Romanick2006-08-161-1/+1
| | | | _mesa_align_malloc and friends.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-4/+4
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* remove i830Alan Hourihane2006-01-261-1/+1
|
* Remove EGL from linux-solo makefileJon Smirl2005-08-051-3/+3
|
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-291-1/+1
| | | | | I have tested these on miniglx and they seem to be working. I'm sure Dave will give them a better test.
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-5/+6
| | | | | A couple other remnants of the old interfaces hit the dust too. Thanks Jon. :)
* make egl build first so we don't get wierd drivers linking to libs not availableDave Airlie2005-05-261-1/+1
| | | | yet
* make linux-solo and linux-solo-x86 config files hierarchicalDave Airlie2005-05-261-3/+15
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-4/+4
| | | | Seems to be mostly working. Not all of egl API is implemented.
* Improve the DRI fb driver, now it compiles.Jon Smirl2005-05-011-1/+1
| | | | | Added code to support NEW_INTERFACE. It still doesn't work. Made it build from make linux-solo.
* Minor changes to make linux-solo build againJon Smirl2005-04-251-3/+0
|
* 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/+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