summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/Makefile.template
Commit message (Expand)AuthorAgeFilesLines
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-111/+0
* dri: Remove the old metaops code which has been superceded by ../common/Eric Anholt2011-02-121-2/+1
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-111-7/+5
* mesa: Include C++ files in the makedepend of DRI drivers.Eric Anholt2010-11-191-2/+3
* i965: Start building 965 FS backend.Eric Anholt2010-08-261-0/+5
* glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt2010-06-241-2/+2
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+1
* configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg2010-04-281-0/+1
* Fix build with --enable-32-bit.Török Edwin2010-04-111-1/+1
* Revert "dri/drivers: fix 32bit builds on 64bit systems"Dan Nicholson2010-04-111-1/+1
* dri/drivers: fix 32bit builds on 64bit systemsMaciej Cencora2010-04-111-1/+1
* dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri2010-03-231-1/+1
* dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg2010-03-231-1/+1
* dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri2010-03-231-1/+1
* dri: test whether the built drivers have unresolved symbolsLuca Barbieri2010-03-231-2/+5
* minor cleanup of dri/Makefile.template's after miniglx dropGeorge Sapountzis2010-02-261-21/+3
* dri: Ensure subdirs have finished before linking driverDan Nicholson2009-11-171-1/+5
* mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-0/+4
* mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul2009-10-161-2/+4
* mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul2009-10-161-1/+13
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-1/+2
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* mesa: reduce makefile outputBrian Paul2009-04-101-4/+5
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-3/+0
|\
| * mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+0
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-6/+10
|\ \ | |/ |/|
| * Link fewer common objects into Gallium winsys layers.Michel Dänzer2007-12-101-5/+7
| * Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
| * Build libsoftpipe.aKeith Whitwell2007-08-011-2/+2
| * Add state tracker create/destroy calls to i915 driver.Keith Whitwell2007-06-201-1/+1
* | Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-5/+0
* | Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-0/+5
* | Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+1
|\ \
| * | Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-1/+1
| * | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-181-1/+0
|\| |
| * | fix Xlib libGL.so build problem.Brian Paul2008-06-091-1/+0
* | | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-4/+0
* | | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-2/+1
|/ /
* | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg2008-02-251-2/+2
* | Fix parallel build by making symlinks before makedepend.Adam Jackson2008-02-151-1/+1
* | i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-091-1/+0
* | add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
* | Merge branch 'master' into i915-unificationEric Anholt2007-09-201-7/+2
|\ \
| * | DESTDIR support.Dan Nicholson2007-09-121-2/+2
| * | Fix-up #includes to remove some -I options.Brian2007-09-111-5/+0
| |/
* | Merge branch 'master' into i915-unificationEric Anholt2007-05-181-10/+7
|\|
| * Replace `pkg-config --cflags libdrm` with LIBDRM_CFLAGS, remove disabled line...Brian2007-05-101-9/+5
| * Makefile clean-ups for miniglx.Brian2007-05-041-1/+2
* | WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt2007-05-161-1/+2
|/