summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2010-03-26svga: Fix typo in configure scriptXavier Chantry1-1/+1
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz1-9/+2
2010-03-25gallium: Add propper sanity checks in configure.acJakob Bornecrantz1-47/+46
2010-03-25configure:ac add swrastg_driGeorge Sapountzis1-6/+4
2010-03-25swrastg_dri: add state_trackerGeorge Sapountzis1-1/+1
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz1-7/+7
2010-03-24gallium: Move xorg drivers to targetsJakob Bornecrantz1-0/+12
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz1-2/+21
2010-03-24gallium: Move dri drivers to targetsJakob Bornecrantz1-1/+5
2010-03-24gallium: Remove GALLIUM_WINSYS_DRM_DIRSJakob Bornecrantz1-10/+15
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson1-1/+5
2010-03-15nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri1-1/+1
2010-03-15nvfx: add nvfx directory to build systemLuca Barbieri1-1/+1
2010-03-13Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith1-1/+3
2010-03-12Merge branch '7.8'Michel Dänzer1-4/+12
2010-03-12mesa: fix linux-dri and autogen builds since sw-api-2 mergeKeith Whitwell1-1/+5
2010-03-11st/xorg: Fixup configureJakob Bornecrantz1-4/+12
2010-03-06config: drop WINDOW_SYSTEM varGeorge Sapountzis1-3/+0
2010-03-03Add version check for GCCIan Romanick1-0/+22
2010-03-03intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt1-1/+1
2010-02-25Drop fb, ffb and gamma dri driversKristian Høgsberg1-8/+5
2010-02-25Remove directfb supportKristian Høgsberg1-1/+1
2010-02-18configure: PTHREADS should be defined on cygwin, as wellBrian Paul1-0/+3
2010-02-16configure.ac: Lower require dri2proto version to 2.1Kristian Høgsberg1-1/+1
2010-02-09configure.ac: Enable egl demos when --enable-egl is passedKristian Høgsberg1-0/+4
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-1/+1
2010-02-05egl_dri2: Use pkg-config cflags and libs from configure outputKristian Høgsberg1-2/+2
2010-02-05Merge commit 'fj/mesa-next'Keith Whitwell1-1/+1
2010-02-05configure.ac: Check for xcb-dri2 to enable EGL dri2 driver.Chia-I Wu1-6/+11
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez1-1/+1
2010-02-04egl: Add driver for EGL on X with DRI2Kristian Høgsberg1-1/+9
2010-01-26glx: Build GLX normally.Chia-I Wu1-1/+1
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu1-0/+7
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu1-4/+4
2010-01-22winsys/drm: Add swrast.Chia-I Wu1-0/+12
2010-01-22st/egl: Remove the egl state tracker.Chia-I Wu1-3/+3
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu1-8/+0
2010-01-21Fix typo in configure message for gcc -fvisibility=hiddenAlan Coopersmith1-1/+1
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu1-7/+21
2010-01-19Check if gcc supports -fvisibility=hidden before adding to CFLAGSAlan Coopersmith1-1/+8
2010-01-14r300g: Build driver by defaultJakob Bornecrantz1-1/+3
2010-01-13GLX: use glproto CFLAGS etc. when buildingJesse Barnes1-2/+2
2010-01-12configure.ac: Fix es state tracker build.Chia-I Wu1-3/+9
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu1-29/+98
2010-01-12winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu1-1/+1
2010-01-12st/egl_g3d: Add support for KMS native display.Chia-I Wu1-1/+1
2010-01-12st/egl_g3d: New EGL state tracker that uses Gallium.Chia-I Wu1-0/+29
2010-01-11GLX: check glproto versionJesse Barnes1-0/+2
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes1-1/+1
2010-01-11egl: Clean up the Makefile rules.Chia-I Wu1-8/+10