Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2005-09-12 | use ASM_API variable, bug 4415 | Brian Paul | |
2005-07-02 | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | |
is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer. | |||
2005-07-02 | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | |
the length of each config and brings a lot of much needed uniformity to them. | |||
2005-05-16 | remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS | Brian Paul | |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |
2005-02-14 | Change another usage of __AMD64__ to the standard __amd64__, and remove | Eric Anholt | |
__AMD64__ from the linux configs so it won't creep back in as easily. Fixes hang on FreeBSD on the first lock grab. | |||
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-20 | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | |
2004-04-30 | AMD64 changes from Ronny V. Vindenes. | Keith Whitwell | |
2004-03-26 | new system configurations | Brian Paul | |