Age | Commit message (Expand) | Author |
2005-05-05 | added a comment | Brian Paul |
2005-05-05 | add PROGRAM_DIRS line | Brian Paul |
2005-05-01 | Improve the DRI fb driver, now it compiles. | Jon Smirl |
2005-04-29 | new config | Keith Whitwell |
2005-04-25 | Minor changes to make linux-solo build again | Jon Smirl |
2005-04-15 | config for profiling with gprof | Brian Paul |
2005-04-13 | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick |
2005-04-06 | Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is | Ian Romanick |
2005-03-23 | use $(*_LIB) in the *_LIB_NAME definitions | Brian Paul |
2005-03-22 | Add DRM_USE_MALLOC flag | Keith Whitwell |
2005-03-03 | Added linux-x86-32 config to force building 32-bit objects in a 64-bit enviro... | Brian Paul |
2005-02-14 | Change another usage of __AMD64__ to the standard __amd64__, and remove | Eric Anholt |
2005-02-14 | Don't forget to -L/usr/local/lib to grab expat. | Eric Anholt |
2005-01-13 | add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo | Dave Airlie |
2005-01-03 | DirectFB driver (Claudio Ciccani) | Brian Paul |
2004-12-27 | Build s3v and trident by default too. | Adam Jackson |
2004-12-09 | Get linux-solo dependencies building correctly, | Keith Whitwell |
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell |
2004-11-27 | remove -Wmissing-prototypes from g++ flags, per gcc 3.4 | Brian Paul |
2004-11-15 | fix APP_LIB_DEPS (bug 1065260) | Brian Paul |
2004-10-29 | libGL needs libXxf86vm.a. | Adam Jackson |
2004-10-28 | Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same | Eric Anholt |
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 |
2004-10-13 | Initial support for PowerPC specific code in Mesa and DRI drivers. DRI | Ian Romanick |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-10-02 | bump version to 6.3 | Brian Paul |
2004-10-01 | HP shared lib config | Karl Schultz |
2004-10-01 | fix problems in previous version | Karl Schultz |
2004-10-01 | Enable builds on AIX 64-bit | Karl Schultz |
2004-09-27 | bump minor version to 2 | Brian Paul |
2004-09-25 | Add sis to the list of DRI drivers, since it had already been converted to the | Eric Anholt |
2004-09-25 | Refactor the linux-dri config files so that linux-dri-x86 inherits from | Eric Anholt |
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul |
2004-09-07 | Add a solo-x86 config, and make solo use the x86 glapi | Dave Airlie |
2004-08-24 | Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. | Philippe Houdoin |
2004-08-22 | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling |
2004-08-16 | make clean at root now clean the glu/$(GLU_DIRS) too. | Philippe Houdoin |
2004-08-14 | Turn gcc optimization up to -O3. | Philippe Houdoin |
2004-08-14 | Add a BeOS build config. | Philippe Houdoin |
2004-07-23 | updates from Stephane Marchesin | Brian Paul |
2004-07-20 | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul |
2004-07-09 | Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name | Jon Smirl |
2004-07-05 | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-07-01 | added aix-static config, make aix config build dynamic libs | Brian Paul |
2004-06-26 | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl |
2004-06-26 | Re-enable SPARC assembly on sunos5-gcc platform. | Ian Romanick |
2004-06-24 | added library dependencies (bug #978758) | Brian Paul |
2004-06-22 | Don't include glapi_*.S files in DRI / solo builds. | Ian Romanick |