summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2010-04-27progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu
2010-04-25llvm: fix configure.ac harderDave Airlie
2010-04-24llvmpipe: add initial autoconf support.Dave Airlie
2010-04-17i915g: Add a software only debuging winsysJakob Bornecrantz
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu
2010-03-26svga: Fix typo in configure scriptXavier Chantry
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz
2010-03-25gallium: Add propper sanity checks in configure.acJakob Bornecrantz
2010-03-25configure:ac add swrastg_driGeorge Sapountzis
2010-03-25swrastg_dri: add state_trackerGeorge Sapountzis
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz
2010-03-24gallium: Move xorg drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move dri 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-15nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri
2010-03-15nvfx: add nvfx directory to build systemLuca Barbieri
2010-03-13Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12mesa: fix linux-dri and autogen builds since sw-api-2 mergeKeith Whitwell
2010-03-11st/xorg: Fixup configureJakob Bornecrantz
2010-03-06config: drop WINDOW_SYSTEM varGeorge Sapountzis
2010-03-03Add version check for GCCIan Romanick
2010-03-03intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt
2010-02-25Drop fb, ffb and gamma dri driversKristian Høgsberg
2010-02-25Remove directfb supportKristian Høgsberg
2010-02-18configure: PTHREADS should be defined on cygwin, as wellBrian Paul
2010-02-16configure.ac: Lower require dri2proto version to 2.1Kristian Høgsberg
2010-02-09configure.ac: Enable egl demos when --enable-egl is passedKristian Høgsberg
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-05egl_dri2: Use pkg-config cflags and libs from configure outputKristian Høgsberg
2010-02-05Merge commit 'fj/mesa-next'Keith Whitwell
2010-02-05configure.ac: Check for xcb-dri2 to enable EGL dri2 driver.Chia-I Wu
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-04egl: Add driver for EGL on X with DRI2Kristian Høgsberg
2010-01-26glx: Build GLX normally.Chia-I Wu
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-22winsys/drm: Add swrast.Chia-I Wu
2010-01-22st/egl: Remove the egl state tracker.Chia-I Wu
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu
2010-01-21Fix typo in configure message for gcc -fvisibility=hiddenAlan Coopersmith
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19Check if gcc supports -fvisibility=hidden before adding to CFLAGSAlan Coopersmith
2010-01-14r300g: Build driver by defaultJakob Bornecrantz
2010-01-13GLX: use glproto CFLAGS etc. when buildingJesse Barnes
2010-01-12configure.ac: Fix es state tracker build.Chia-I Wu
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-12winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu