summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile.template
AgeCommit message (Expand)Author
2011-02-12dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt
2011-02-11mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers
2010-11-19mesa: Include C++ files in the makedepend of DRI drivers.Eric Anholt
2010-08-26i965: Start building 965 FS backend.Eric Anholt
2010-06-24glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-04-28configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg
2010-04-11Fix build with --enable-32-bit.Török Edwin
2010-04-11Revert "dri/drivers: fix 32bit builds on 64bit systems"Dan Nicholson
2010-04-11dri/drivers: fix 32bit builds on 64bit systemsMaciej Cencora
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri
2010-03-23dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg
2010-03-23dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri
2010-03-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri
2010-02-26minor cleanup of dri/Makefile.template's after miniglx dropGeorge Sapountzis
2009-11-17dri: Ensure subdirs have finished before linking driverDan Nicholson
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul
2009-10-16mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson
2009-04-10mesa: reduce makefile outputBrian Paul
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-09fix Xlib libGL.so build problem.Brian Paul
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg
2008-02-15Fix parallel build by making symlinks before makedepend.Adam Jackson
2007-12-10Link fewer common objects into Gallium winsys layers.Michel Dänzer
2007-10-09i915: fixup up bufmgr to pass num buffers to kernelDave Airlie
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-20Merge branch 'master' into i915-unificationEric Anholt
2007-09-12DESTDIR support.Dan Nicholson
2007-09-11Fix-up #includes to remove some -I options.Brian
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2007-08-01Build libsoftpipe.aKeith Whitwell
2007-06-20Add state tracker create/destroy calls to i915 driver.Keith Whitwell
2007-05-18Merge branch 'master' into i915-unificationEric Anholt
2007-05-16WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt
2007-05-10Replace `pkg-config --cflags libdrm` with LIBDRM_CFLAGS, remove disabled line...Brian
2007-05-04Makefile clean-ups for miniglx.Brian
2006-11-01Merge texmem-0-3-branch.Keith Whitwell