summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-05pipe-loader: Install pipe_* to $(libdir)/gallium-pipe.automake-gallium4Johannes Obermayr3-12/+12
2012-12-05gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr2-1/+12
Contrary to old build system automake fails without LLVM_CXXFLAGS.
2012-12-05egl-static: Fix linking.Johannes Obermayr1-1/+1
2012-12-05pipe-loader: Fix some undefined symbols.Johannes Obermayr2-2/+10
2012-12-05gallium/auxiliary: Add possibility to build libgallium shared.Johannes Obermayr3-1/+16
2012-12-05Add -I$(top_srcdir)/include to GALLIUM_CFLAGS.Johannes Obermayr1-0/+1
2012-12-03XXX targets/egl-static: install missing compatibilty linkAndreas Boll1-0/+20
fixup with egl-static - convert to automake
2012-12-03Revert "XXX targets/egl-static: add -static to LDFLAGS"Andreas Boll1-1/+1
This reverts commit 02d36a25e30968a3c918200bfef5fe3ede99da61. XXX With -static option libtool builds a static library (egl_gallium.a). Without the option libtool builds a shared? library (egl_gallium.so). This needs more investigation -> revert for now
2012-12-02XXX targets/egl-static: add -static to LDFLAGSAndreas Boll1-1/+1
fixes duplicate symbols if linking r600g and radeonsi into the same library XXX: I don't know if this is the right way to fix this.
2012-12-01XXX targets/egl-static: include missing Automake.incAndreas Boll1-0/+1
fixup with egl-static - convert to automake
2012-11-30radeon/llvm: Disable building of in-tree R600 backendTom Stellard1-6/+3
This is temproary until the LLVM 3.2 release happens and we can sort out how we are going to distribute the 3.2 version of the backend.
2012-11-30radeon/llvm: Stop supporting patched LLVM 3.1 installsTom Stellard4-34/+0
Compute support no longer depends on a patched version of LLVM, so we can remove all the Makefile logic to determine if the current version of LLVM has been patched.
2012-11-28XXX fixup with Remove hacks for static MakefilesAndreas Boll1-0/+2
fixes vgapi build
2012-11-23glapi/gen: remove an obsolete comment from Makefile.amAndreas Boll1-5/+0
2012-11-23Remove hacks for static MakefilesMatt Turner50-230/+5
v2: Andreas Boll <andreas.boll.dev@gmail.com> - don't remove compatibility with scripts for the old build system v3: Andreas Boll <andreas.boll.dev@gmail.com> - remove more obsolete hacks
2012-11-23build: mapi/glapi/gen: Use BUILT_SOURCESMatt Turner1-4/+6
2012-11-23Clean up .gitignore filesMatt Turner109-121/+2
2012-11-23Remove MESA_PIC_FLAGS macroMatt Turner5-131/+5
2012-11-23Remove installmesaMatt Turner1-74/+0
2012-11-23Remove minstallMatt Turner2-115/+0
2012-11-23Remove checking for makedependMatt Turner1-20/+0
2012-11-23Remove gallium's unused Makefile.templateMatt Turner1-73/+0
2012-11-23Remove gbm's unused Makefile.templateMatt Turner1-55/+0
2012-11-23Remove gallium targets' Makefile.{dri,vdpau,xorg,xvmc}Matt Turner4-338/+0
2012-11-23Remove mklibMatt Turner2-1052/+0
2012-11-23Remove unused glsl Makefile.templateMatt Turner1-50/+0
2012-11-23Remove configs/{current,default}Matt Turner6-425/+1
2012-11-23targets/pipe-loader: Convert to automakeMatt Turner4-179/+146
C++ linking (controlled by the nodist_EXTRA idiom) is needed unconditionally for: nouveau (uses C++ in the driver) r300 (since LLVM is always required) radeonsi (since LLVM is always required) swrast (if builting LLVM pipe) and conditionally (depends whether LLVM is enabled) for i915 r600 vmwgfx and never needed for swrast (softpipe). Unfortunately, automake seems to *always* link with C++ if nodist_EXTRA is specified, even inside a false conditional. Not sure if this is a bug, but it does seem to be weird behavior.
2012-11-23targets/gbm: Convert to automakeMatt Turner5-45/+53
2012-11-23targets/egl-static: Convert to automakeMatt Turner4-215/+188
2012-11-23build: Add automake conditionals for gallium driversMatt Turner1-0/+16
2012-11-23targets/xa-vmwgfx: Convert to automakeMatt Turner5-121/+50
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xvmc-softpipe: Convert to automakeMatt Turner4-21/+52
v2: Andreas Boll <andreas.boll.dev@gmail.com> - add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xvmc-r600: Convert to automakeMatt Turner4-24/+54
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xvmc-r300: Convert to automakeMatt Turner4-25/+48
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xvmc-nouveau: Convert to automakeMatt Turner4-29/+49
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23build: AC_SUBST XVMC_MAJOR/MINORMatt Turner1-0/+3
2012-11-23targets/xorg-radeonsi: Convert to automakeMatt Turner4-24/+50
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xorg-r600: Convert to automakeMatt Turner4-24/+56
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xorg-r300: Convert to automakeMatt Turner4-25/+51
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xorg-nouveau: Convert to automakeMatt Turner5-32/+52
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/xorg-i915: Convert to automakeMatt Turner4-24/+56
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/vdpau-softpipe: Convert to automakeMatt Turner4-21/+52
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/vdpau-radeonsi: Convert to automakeMatt Turner4-30/+50
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/vdpau-r600: Convert to automakeMatt Turner4-24/+54
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/vdpau-r300: Convert to automakeMatt Turner4-28/+50
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/vdpau-nouveau: Convert to automakeMatt Turner4-30/+50
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23build: AC_SUBST VDPAU_MAJOR/MINORMatt Turner1-0/+3
2012-11-23targets/libgl-xlib: Convert to automakeMatt Turner4-117/+50
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
2012-11-23targets/dri-vmwgfx: Convert to automakeMatt Turner4-24/+57
v2: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system