summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-11Add glxinfo-test moduletinderboxJon TURNEY1-0/+8
Add glxinfo-test module, a simple test module which runs glxinfo with direct and indirect rendering
2014-07-11Set CXXFLAGS as CFLAGSJon TURNEY1-0/+1
2014-07-11Remove --disable-shared from libXfont as it now can be built shared for CygwinJon TURNEY2-4/+2
2014-07-11Update jhbuild_repository_configure for changed xorg.modules namesJon TURNEY1-6/+7
2014-06-13Don't try to build libxcb-shm for MinGWJon TURNEY1-0/+3
2014-06-13Remove --disable-driglx-direct from mesa config optionsJon TURNEY1-2/+2
Remove --disable-driglx-direct from mesa config options, now that it's possible to build libGL which supports both direct swrast and indirect on DRM-less targets.
2014-06-13Add khronos-opengl-registry moduleJon TURNEY1-0/+5
2014-06-12Turn on silent make everywhereJon TURNEY1-1/+1
Configure with --enable-silent-rules, it may not be the default in configure.ac
2014-05-12Use the correct address for xorg-devel listJon TURNEY1-2/+2
2014-05-02TweaksJon TURNEY2-3/+4
2014-05-02Enable windowswm and xf86bigfont in xserver configurationJon TURNEY1-1/+1
2014-05-02Update jhbuild_patches_collect for changed xorg.modules namesJon TURNEY1-3/+6
2014-03-14Fix typo in 'appleproto'Jon TURNEY4-4/+4
2014-03-14Conditionalize tinderbox differences on TINDERBOX for jhbuildrc.i686-pc-mingwJon TURNEY1-0/+3
2014-03-14Remove unneeded cairo, xcb-test and libGL-indirect-only modulesJon TURNEY1-42/+1
2014-03-14Set xorg_cv_malloc0_returns_null explicity when cross-compilingJon TURNEY1-0/+2
Defaulting xorg_cv_malloc0_returns_null to yes when cross-compiling has been removed from xorg-macros, so it must be set explicitly
2014-03-14xorg.modules now turns on --enable-xa for mesa-mesa, override thatJon TURNEY1-1/+1
2014-03-14Give jhbuild_repository_configure the ability to configure a single repoJon TURNEY1-2/+12
2014-03-14More stuffJon TURNEY4-8/+56
2014-03-14Disable MinGW build for the momentJon TURNEY1-3/+3
2014-03-14Update for re-organized xorg.modulesJon TURNEY3-58/+88
2014-03-14Update sourceforge git URLJon TURNEY1-5/+5
2014-03-14Tinderbox changesJon TURNEY4-13/+19
- Mesa can now install itself without help - Use quiet_mode, needed for updated jhbuild to be silent - Various configure adjustments
2014-03-14Remove no-longer needed configure workaroundsJon TURNEY1-4/+0
2014-03-14libGL configuration updateJon TURNEY1-7/+4
2014-03-14More updatesJon TURNEY1-4/+12
2014-03-14Fix some commentsJon TURNEY1-3/+6
2014-03-14Conditionalize tinderbox differences on TINDERBOX env varJon TURNEY2-3/+10
Conditionalize tinderbox differences on TINDERBOX env var, which is set in the tinderbox cron script
2013-10-10Use host triplet in paths when cross-compilingJon TURNEY3-10/+83
Use the host triplet in the build, install and configure cache file paths when cross-compiling.
2013-10-06Use ccache for cygwin64 buildJon TURNEY1-3/+3
2013-10-06Tidy upJon TURNEY2-5/+7
2013-04-01Add jhbuildrc for cross-compiling to cygwin64Jon TURNEY1-0/+99
2013-03-02Remove mattst8's glu repo since the offical repo has been addedJon TURNEY1-8/+0
2013-03-02ws2_32 not needed in LIBS anymore for MinGW buildJon TURNEY1-1/+1
ws2_32 not needed in LIBS anymore for MinGW build, as patches to link with it where needed have been applied
2013-03-02Skip all drivers apart from xf86-video-dummy and xf86-video-nested for cygwinJon TURNEY1-1/+42
2013-03-02Add .gitignoreJon TURNEY1-0/+4
2013-03-02Add utility scriptsJon TURNEY2-0/+92
2013-03-02Cross-compile fixesJon TURNEY2-4/+6
Target must be named in jhbuildrc file Can't run 'make check' when cross-compiling
2013-03-02Use --copy with automake --force-missingJon TURNEY1-1/+1
Use --copy so a file, rather than a symlink is made when automake files are updated from the automake template
2013-03-02jhbuild configurationJon TURNEY4-0/+272