summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2010-12-08configure: use llvm-config --cppflags instead of --cflagsBrian Paul
2010-11-15gallium/noop: no operation gallium driverJerome Glisse
2010-11-10autoconf: Add --enable-gallium-egl.Chia-I Wu
2010-10-31autoconf: Tidy configure output for EGL.Chia-I Wu
2010-10-30autoconf: st/vega requires --enable-openvg.Chia-I Wu
2010-10-29autoconf: Update configuration info.Chia-I Wu
2010-10-29autoconf: Better client API selection.Chia-I Wu
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-09-28configure.ac: do not build xorg-r300g by defaultMarek Olšák
2010-09-28configure.ac: look for libdrm_radeon before building gallium/r300,r600Marek Olšák
2010-09-27mesa: make makedepend an hard requirementLuca Barbieri
2010-09-24Build r300g by defaultMarek Olšák
2010-09-19egl: Enable drm platform by default.Chia-I Wu
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
2010-09-08configure: Enable -fvisibility=hidden for g++ as wellKristian Høgsberg
2010-09-07Make XF86VIDMODE extension optionalJon TURNEY
2010-09-01Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY
2010-08-30Don't pass -ffast-math to clang, since it ignores it and complains.Eric Anholt
2010-08-30Make configure work with clangnobled
2010-08-30Add talloc to osmesa library dependenciesJon TURNEY
2010-08-30Add talloc to dependencies for libGL built with xlib driverJon TURNEY
2010-08-25r300g: rename radeong_dri.so to r300_dri.soDave Airlie
2010-08-22mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.Eric Anholt
2010-08-13Merge branch 'master' into glsl2Ian Romanick
2010-07-30configure: fix wrong variable name GLESv1_LIB_DEPSLi Peng
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-07-16st/egl: Fix build on FreeBSD.Chia-I Wu
2010-07-16egl: Build egl_dri2 only when DRI drivers are built.Chia-I Wu
2010-07-16egl: Build egl_dri2 only when xcb-dri2 is available.Chia-I Wu
2010-07-13st/xorg: When selecting st via configure make sure to test for xorg-serverJakob Bornecrantz
2010-07-08egl_dri2: Support _EGL_PLATFORM_DRMKristian Høgsberg
2010-07-06st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu
2010-07-01Use GLUT_CFLAGS when building glutJohn Hein
2010-06-29st/egl: Reorganize targets.Chia-I Wu
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-24glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt
2010-06-22configure: Add galahad to default build.Corbin Simpson
2010-06-23gallium: Drop sw drm winsysJakob Bornecrantz
2010-06-22i915g: Create seperate option for i915g and i965gJakob Bornecrantz
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu
2010-06-17st/egl: Build sw/fbdev winsys for fbdev backend.Chia-I Wu
2010-06-16osmesa: always build standalone for internal symbolsDan Nicholson
2010-06-11i965: Convert the binding table to streamed indirect state.Eric Anholt
2010-06-08glew: Drop glew now that we don't need it for the progsJakob Bornecrantz
2010-06-07Remove last bits of progs/ infrastructureKristian Høgsberg
2010-05-31autoconf: Remove unused APIS.Chia-I Wu
2010-05-27r600g: Integrate into buildJakob Bornecrantz
2010-05-21Fix test for MESA_LLVM.Eric Anholt
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
2010-05-19progs/egl: Fix building on cygwin.Chia-I Wu