summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Expand)Author
2010-04-28gles: Build libGLESv1_CM.so and libGLESv2.so from glapi filesKristian Høgsberg
2010-04-28configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg
2010-04-28Merge branch '7.8'Brian Paul
2010-04-27osmesa: update SRC_DIRS to fix buildBrian Paul
2010-04-27apple: Integrate our libGL into the existing build system betterJeremy Huddleston
2010-04-27progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu
2010-04-24llvmpipe: add initial autoconf support.Dave Airlie
2010-04-19progs: Fix linking of Xlib demos for non-autoconf buildsDan Nicholson
2010-04-19Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-04-19Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith
2010-04-14mesa: add -D__STDC_CONSTANT_MACROS to linux-llvmBrian Paul
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-05mesa: bump MESA_TINY versionBrian Paul
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston
2010-04-01progs: Fix linking of Xlib demos for non-autoconf buildsDan Nicholson
2010-04-01apple: Don't build galliumJeremy Huddleston
2010-04-01apple: Integrate our libGL into the existing build system betterJeremy Huddleston
2010-04-01progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu
2010-03-26auto detect llvm versionChris Li
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz
2010-03-24gallium: Remove GALLIUM_WINSYS_DRM_DIRSJakob Bornecrantz
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-17llvmpipe: remove -m32 flag from linux-llvm configBrian Paul
2010-03-16cell: build identity driver tooBrian Paul
2010-03-13Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith
2010-03-12mesa: fix linux-dri and autogen builds since sw-api-2 mergeKeith Whitwell
2010-03-09null: Add a null software winsys.José Fonseca
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-08gallium: introduce target directoryKeith Whitwell
2010-03-06config: drop WINDOW_SYSTEM varGeorge Sapountzis
2010-03-05mesa: bump version to 7.9Brian Paul
2010-03-03Remove ffb and gamma from configs.Vinson Lee
2010-02-26drop linux-solo configsGeorge Sapountzis
2010-02-25Remove remaining miniglx referencesKristian Høgsberg
2010-02-25Drop glide driverKristian Høgsberg
2010-02-25Remove directfb supportKristian Høgsberg
2010-02-12cell: fix-up C, CPP flagsBrian Paul
2010-02-12cell: remove -mcpu=cell from CFLAGSBrian Paul
2010-02-11mesa: remove darwin-x86ppc and dangling darwin refs in MakefileBrian Paul
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-02-08cell: fix the usual cell breakageMarc Dietrich
2010-02-05egl_dri2: Use pkg-config cflags and libs from configure outputKristian Høgsberg
2010-02-05allow make to build lp_test_* for llvmpipeChris Li
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-27configs: added vega to default GALLIUM_STATE_TRACKERS_DIRSBrian Paul
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu