Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca | |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | |||
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2007-10-25 | Expand pkg-config flags before invoking the compiler. | José Fonseca | |
This allows IDEs such as Eclipse to get the correct c-preprocessor flags used from the build output. | |||
2007-06-05 | miniglx: update defines in linux-solo config | Dave Airlie | |
2007-05-04 | Makefile clean-ups for miniglx. | Brian | |
2006-08-16 | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | |
_mesa_align_malloc and friends. | |||
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-01-26 | remove i830 | Alan Hourihane | |
2005-08-05 | Remove EGL from linux-solo makefile | Jon Smirl | |
2005-07-29 | Commit Ian's fixes from Bug 3877 | Jon Smirl | |
I have tested these on miniglx and they seem to be working. I'm sure Dave will give them a better test. | |||
2005-07-26 | No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. | Ian Romanick | |
A couple other remnants of the old interfaces hit the dust too. Thanks Jon. :) | |||
2005-05-26 | make egl build first so we don't get wierd drivers linking to libs not available | Dave Airlie | |
yet | |||
2005-05-26 | make linux-solo and linux-solo-x86 config files hierarchical | Dave Airlie | |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | |
Seems to be mostly working. Not all of egl API is implemented. | |||
2005-05-01 | Improve the DRI fb driver, now it compiles. | Jon Smirl | |
Added code to support NEW_INTERFACE. It still doesn't work. Made it build from make linux-solo. | |||
2005-04-25 | Minor changes to make linux-solo build again | Jon Smirl | |
2005-03-22 | Add DRM_USE_MALLOC flag | Keith Whitwell | |
2005-01-13 | add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo | Dave Airlie | |
2004-12-09 | Get linux-solo dependencies building correctly, | Keith Whitwell | |
Make sure symlinks are built in driver directories before running makedepend. | |||
2004-10-25 | Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini. | Adam Jackson | |
2004-10-25 | Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the | Adam Jackson | |
link list for libGL itself under DRI configurations, since the XML parsing code is in the drivers themselves. | |||
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | |
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | |||
2004-07-09 | Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name | Jon Smirl | |
will be correctly defined. | |||
2004-07-05 | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl | |
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations. | |||
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | |
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own. | |||
2004-06-26 | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl | |
get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code. | |||
2004-04-19 | linux-solo-ia64 config (Stephane Marchesin) | Brian Paul | |
2004-04-14 | First attempt at building a dri module in this tree | Keith Whitwell | |
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. | |||
2004-04-14 | make solo work like before new makefile merge | Dave Airlie | |
2004-03-26 | new system configurations | Brian Paul | |