summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-28/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+3
| | | | | | | | | - Based on the work of Себастьян Gliţa Κατινα <[email protected]> - Split Makefile.template into Makefile.defines and Makefile.targets - Adapt other drivers to new situation - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=35441 Signed-off-by: Brian Paul <[email protected]>
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-3/+0
|
* mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
| | | | Driver Makefiles can still add symlink dependencies/rules if needed.
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
|
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
|
* Added a fast path for emitting unclipped primitives directly to aFelix Kuehling2005-01-161-0/+1
| | | | | | | | vertex buffer. ELTS are not supported yet (missing functionality in the DRM). You need at least Savage DRM version 2.1.3, which fixes a bug that screwed up triangle fans and strips. Moved the texture normalization stage to savagerender.c.
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-2/+1
| | | | | driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS.
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-221-0/+40
in the Mesa tree.