* Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox";

also renamed their accelerants and settings files accordingly.
* Added Mandelbrot and GLDirectMode as demo applications.
* Moved CortexAddOnHost to /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21010 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-05-04 07:49:53 +00:00
parent 122723c33b
commit a5667a5b8b
18 changed files with 412 additions and 347 deletions
@@ -17,7 +17,7 @@
#include <PCI.h>
#include <OS.h>
#define DRIVER_PREFIX "mga" // apsed
#define DRIVER_PREFIX "matrox" // apsed
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
/*
@@ -15,7 +15,7 @@
#include <PCI.h>
#include <OS.h>
#define DRIVER_PREFIX "nm" // apsed
#define DRIVER_PREFIX "neomagic"
/*
Internal driver state (also for sharing info between driver and accelerant)
@@ -18,7 +18,7 @@
#include <OS.h>
#include "AGP.h"
#define DRIVER_PREFIX "nv" // apsed
#define DRIVER_PREFIX "nvidia" // apsed
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
/*