Add support for GL_EXT_secondary_color, tested with seccolor test.
[mesa.git] / configs /
2005-10-22 Eric AnholtFix FreeBSD build by building libGL in the order desire...
2005-10-18 Eric AnholtAttempt to fix libGL on FreeBSD, where the library...
2005-10-07 Brian PaulMATH_DEBUG changes from bug #4468.
2005-09-13 Eric AnholtFix libGL build on FreeBSD by respecting ASM_FLAGS.
2005-09-12 Brian Pauluse ASM_API variable, bug 4415
2005-09-06 Brian Pauladded -Wmissing-prototypes to WARN_FLAGS
2005-08-29 Brian Paulfix APP_LIB_DEPS
2005-08-23 Brian Paulupdate version to 6.5.0
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-16 Brian PaulBump version to 6.3.2
2005-08-15 Ian RomanickPut back '-I/usr/X11R6/include'.
2005-08-11 Ian RomanickRemove the logic that determines at compile time whethe...
2005-08-11 Ian RomanickDon't link with libGL, libEGL, or libEGLdri. On EGL...
2005-08-11 Ian RomanickSince Brian's recent commit, "-I/usr/X11R6/include...
2005-08-08 Eric AnholtDike out the linux-specific EGL bits unless it's a...
2005-08-07 Vladimir DergachevAllow R300 driver to build on x86-64 and PowerPC.
2005-08-07 Jon SmirlEnable EGL support in 'linux-dri' config
2005-08-05 Jon SmirlRemove EGL from linux-solo makefile
2005-07-29 Ian RomanickAdd a new config called linux-indirect. This build...
2005-07-29 Jon SmirlCommit Ian's fixes from Bug 3877
2005-07-28 Ian RomanickFix SPARC assembly for 64-bit
2005-07-26 Ian RomanickNo, really, get rid of all the remaining references...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-21 Brian Paulbump version to 6.3.1
2005-07-20 Eric AnholtConnect the r300 bits up to the build.
2005-07-20 Eric AnholtAdd some missing defines, copied from linux-dri.
2005-07-18 Alan Hourihanere-enable the ffb driver
2005-07-15 Brian Paulredo previous check-in, just set ARCH_FLAGS = -m32
2005-07-15 Brian Pauldefine CFLAGS and CXXflags with -m32 (Egbert Eich)
2005-07-08 Ian RomanickRestore linux-x86-32 config for Brian.
2005-07-02 Jon SmirlPut default back to the normal DRM path
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
2005-07-02 Ian Romanicklinux-x86-32 is unnecessary. The same thing can be...
2005-07-02 Ian RomanickMassive refactor of (most of) the Linux config files...
2005-07-02 Ian RomanickMake linux-x86 more like the other linux configs.
2005-07-01 Brian PaulMove the PYTHON2 and PYTHON_FLAGS assignments to config...
2005-06-30 Brian Paulfix a few glitches
2005-06-07 Brian Pauladded GL libs to APP_LIB_DEPS (bug 3485)
2005-06-07 Brian Paulfix error in OSMESA_LIB_NAME line
2005-05-28 Eric AnholtAdd a freebsd-dri-amd64 config, and quiet makedepend...
2005-05-26 Dave Airliemake egl build first so we don't get wierd drivers...
2005-05-26 Dave Airliemake linux-solo and linux-solo-x86 config files hierarc...
2005-05-16 Brian Paulremove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from...
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-07 Brian Pauladded linux-x86-xcb config (Jeremy Kolb)
2005-05-07 Brian Paulx86-64 transform optimizations (Mikko T.)
2005-05-05 Brian Pauladded a comment
2005-05-05 Brian Pauladd PROGRAM_DIRS line
2005-05-01 Jon SmirlImprove the DRI fb driver, now it compiles.
2005-04-29 Keith Whitwellnew config
2005-04-25 Jon SmirlMinor changes to make linux-solo build again
2005-04-15 Brian Paulconfig for profiling with gprof
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-04-06 Ian RomanickMake linux-dri-x86-64 more like linux-dri-x86. Add...
2005-03-23 Brian Pauluse $(*_LIB) in the *_LIB_NAME definitions
2005-03-22 Keith WhitwellAdd DRM_USE_MALLOC flag
2005-03-03 Brian PaulAdded linux-x86-32 config to force building 32-bit...
2005-02-14 Eric AnholtChange another usage of __AMD64__ to the standard __amd...
2005-02-14 Eric AnholtDon't forget to -L/usr/local/lib to grab expat.
2005-01-13 Dave Airlieadd -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures...
2005-01-03 Brian PaulDirectFB driver (Claudio Ciccani)
2004-12-27 Adam JacksonBuild s3v and trident by default too.
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-11-27 Brian Paulremove -Wmissing-prototypes from g++ flags, per gcc 3.4
2004-11-15 Brian Paulfix APP_LIB_DEPS (bug 1065260)
2004-10-29 Adam JacksonlibGL needs libXxf86vm.a.
2004-10-28 Eric AnholtAdd FreeBSD DRI build targets. Doesn't build at the...
2004-10-25 Adam JacksonAdd glx/x11 to the DRI configs, and change the Solo...
2004-10-25 Adam JacksonAdd DRI_LIB_DEPS for the DRI drivers to link against...
2004-10-13 Ian RomanickInitial support for PowerPC specific code in Mesa and...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Paulbump version to 6.3
2004-10-01 Karl SchultzHP shared lib config
2004-10-01 Karl Schultzfix problems in previous version
2004-10-01 Karl SchultzEnable builds on AIX 64-bit
2004-09-27 Brian Paulbump minor version to 2
2004-09-25 Eric AnholtAdd sis to the list of DRI drivers, since it had alread...
2004-09-25 Eric AnholtRefactor the linux-dri config files so that linux-dri...
2004-09-13 Brian PaulReplace -lGL with -l$(GL_LIB), etc.
2004-09-07 Dave AirlieAdd a solo-x86 config, and make solo use the x86 glapi
2004-08-24 Philippe HoudoinDuplicate CFLAGS in CXXFLAGS removed. Now define DEBUG...
2004-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-08-16 Philippe Houdoinmake clean at root now clean the glu/$(GLU_DIRS) too.
2004-08-14 Philippe HoudoinTurn gcc optimization up to -O3.
2004-08-14 Philippe HoudoinAdd a BeOS build config.
2004-07-23 Brian Paulupdates from Stephane Marchesin
2004-07-20 Brian Paulremove -lXm (motif) from GLW_LIB_DEPS since it's not...
2004-07-09 Jon SmirlFix mesa-solo config to define _GNU_SOURCE so that...
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-01 Brian Pauladded aix-static config, make aix config build dynamic...
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-06-24 Brian Pauladded library dependencies (bug #978758)
2004-06-22 Ian RomanickDon't include glapi_*.S files in DRI / solo builds.
2004-06-12 Dave Airlieadd i915 as it seems to build okay..
2004-06-10 Dave Airlietry and find the drm in a more likely place
2004-06-06 Ian RomanickRemove drivers that have not been converted to the...
2004-06-02 Ian RomanickDRI_NEW_INTERFACE_ONLY is now the only support way...
next