summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2011-11-25st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom1-0/+12
2011-11-05configure.ac: gbm_gallium requires DRI_LIB_DEPS to linkChia-I Wu1-2/+6
2011-11-05shared-glapi: fix a linking error for SELinuxChia-I Wu1-1/+1
2011-10-29intel: Add an interface for saving/restoring the batchbuffer state.Eric Anholt1-1/+1
2011-10-28radeon: Insist on libdrm being present to build.Eric Anholt1-11/+1
2011-10-28configure.ac: Fix equality checks in gallium st setup.Eric Anholt1-3/+3
2011-10-28mesa: Remove build infrastructure for r300c and r600c.Eric Anholt1-6/+6
2011-10-21gallium/targets: Add vdpau target for nouveauMaarten Lankhorst1-1/+1
2011-10-17gallium/targets: use c++ compiler for linkingMarcin Slusarz1-1/+1
2011-10-17Add an autoconf option for mangling Mesa.Tom Fogal1-3/+24
2011-10-16configure: Use -fno-builtin-memcmp.José Fonseca1-0/+8
2011-09-30r600g: move all files from winsys/r600 into drivers/r600Marek Olšák1-1/+1
2011-09-30xorg/vmwgfx: Kill this target. It's not used anymore.Thomas Hellstrom1-1/+1
2011-09-29configure.ac: unduplicate gallium directoriesMarek Olšák1-4/+4
2011-09-20st/egl: add support for null platformChia-I Wu1-0/+3
2011-09-19Remove unused APP_LIB_DEPS variableMatt Turner1-27/+0
2011-08-26dri: Remove all DRI1 driversIan Romanick1-13/+6
2011-08-26r600g: Hook up xorg state tracker.Michel Dänzer1-1/+1
2011-08-16r600g: first step into winsys/radeonMarek Olšák1-1/+1
2011-08-15glw: Remove GLw source.Kenneth Graunke1-76/+0
2011-08-15egl: Native Display autodetectionBenjamin Franzke1-0/+2
2011-07-28configure.ac: add DLOPEN_LIBS to xlib buildMarek Olšák1-1/+1
2011-07-28configure.ac: fix xlib-based softpipe buildMarek Olšák1-7/+5
2011-07-25configure.ac: do not check for llvm-config if llvm is disabledMarek Olšák1-3/+2
2011-07-25configure: Move gbm before egl in SRC_DIRSBenjamin Franzke1-35/+35
2011-07-21configure.ac: check for libdrm_radeon only when building classicMarek Olšák1-5/+5
2011-07-19configure.ac: Check for the respective libdrm_* when building gallium driversEmil Velikov1-0/+3
2011-07-15g3dvl: Build softpipe when needed.Younes Manton1-0/+3
2011-07-15g3dvl: Build the right winsys dependencies when needed.Younes Manton1-6/+15
2011-07-14Squashed commit of the following:José Fonseca1-60/+0
2011-07-14configure: allow C{,XX}FLAGS overrideMarcin Baczyński1-0/+8
2011-07-14configure: fix gcc version checkMarcin Baczyński1-1/+1
2011-07-14g3dvl: check for existense of VA API header/libsChristian König1-1/+4
2011-07-14g3dvl: check for existense of VDPAU header/libsChristian König1-2/+2
2011-07-14g3dvl: check for existense of XvMC header/libsChristian König1-2/+2
2011-07-14configure.ac: don't build gallium driver libs just to see if there are no errorsMarek Olšák1-7/+18
2011-07-14gallium/targets: do not link every driver with libllvmpipe.aMarek Olšák1-1/+1
2011-07-13Merge branch 'pipe-video'Christian König1-7/+109
2011-07-12autoconf: Do not select Xlib when building DRIEmil Velikov1-1/+1
2011-07-11configure.ac: Make --{without,with}-gallium-drivers work as expectedIan Romanick1-0/+7
2011-07-11configure.ac: do not let llvm-config define NDEBUG in debug buildsMarek Olšák1-1/+1
2011-07-11Merge remote-tracking branch 'origin/master' into pipe-videoChristian König1-2/+2
2011-07-08DRI2/GLX: use new swap event typesJesse Barnes1-2/+2
2011-07-04Merge remote-tracking branch 'origin/master' into pipe-videoChristian König1-498/+578
2011-07-04Merge branch 'xa_branch'Thomas Hellstrom1-2/+20
2011-07-02configure: Require libudev for drm & wayland egl platformsBenjamin Franzke1-0/+4
2011-07-02configure: Fix typo in gbm check for egl drm platformBenjamin Franzke1-1/+1
2011-07-02configure: Enable st/gbm if st/egl has drm platformBenjamin Franzke1-2/+10
2011-07-02autoconf: swrast does not require libdrmChia-I Wu1-4/+13
2011-07-01autoconf: fix --disable-glxChia-I Wu1-16/+23