*** empty log message ***
authorJon Taylor <taylorj@ggi-project.org>
Sat, 21 Aug 1999 22:46:13 +0000 (22:46 +0000)
committerJon Taylor <taylorj@ggi-project.org>
Sat, 21 Aug 1999 22:46:13 +0000 (22:46 +0000)
src/mesa/drivers/ggi/default/genkgi.conf.in [new file with mode: 0644]
src/mesa/drivers/ggi/default/genkgi_visual.c
src/mesa/drivers/ggi/display/fbdev.conf.in
src/mesa/drivers/ggi/display/fbdev_mode.c
src/mesa/drivers/ggi/display/fbdev_visual.c

diff --git a/src/mesa/drivers/ggi/default/genkgi.conf.in b/src/mesa/drivers/ggi/default/genkgi.conf.in
new file mode 100644 (file)
index 0000000..8b3a254
--- /dev/null
@@ -0,0 +1,4 @@
+# GGIMesa genkgi helper configuration
+.root: @ggi_libdir@/ggi/mesa/default/
+
+tgt-fbdev-kgicon-savage4-mesa  kgi/savage4.so
index bb23cb4..a1de5ff 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: genkgi_visual.c,v 1.2 1999/08/21 22:36:52 jtaylor Exp $
+/* $Id: genkgi_visual.c,v 1.3 1999/08/21 22:46:13 jtaylor Exp $
 ******************************************************************************
 
    genkgi_visual.c: visual handling for the generic KGI helper
@@ -59,7 +59,7 @@
 
 //#define MAX_DEV_LEN  63
 #define DEFAULT_FBNUM  0
-#if 0
+
 static char accel_prefix[] = "tgt-fbdev-kgicon-";
 #define PREFIX_LEN     (sizeof(accel_prefix))
 
@@ -74,7 +74,7 @@ static accel_info accel_strings[] =
 };
 
 #define NUM_ACCELS     (sizeof(accel_strings)/sizeof(accel_info))
-#endif
+
 /* FIXME: These should be defined in the makefile system */
 #define CONF_FILE "/usr/local/etc/ggi/mesa/targets/genkgi.conf"
 void *_configHandle;
index 902a8be..2acb894 100644 (file)
@@ -1,6 +1,4 @@
 # GGIMesa fbdev target configuration
 .root: @ggi_libdir@/ggi/mesa/default
 
-tgt-fbdev-kgicon-generic-mesa  kgi/genkgi.so
-
-# .include /usr/local/etc/ggi/mesa/genkgi.conf
+tgt-fbdev-kgicon-generic-mesa  genkgi.so
index 1c882f7..478ad83 100644 (file)
@@ -1,9 +1,9 @@
-/* $Id: fbdev_mode.c,v 1.1 1999/08/21 05:57:59 jtaylor Exp $
+/* $Id: fbdev_mode.c,v 1.2 1999/08/21 22:46:13 jtaylor Exp $
 ******************************************************************************
 
    display-fbdev-mesa
 
-   Copyright (C) 1999 Creative Labs
+   Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
 
    Permission is hereby granted, free of charge, to any person obtaining a
    copy of this software and associated documentation files (the "Software"),
@@ -37,7 +37,7 @@
 
 #include <ggi/internal/ggi-dl.h>
 #include <ggi/mesa/ggimesa_int.h>
-#include <ggi/mesa/display/fbdev.h>
+#include <ggi/mesa/display_fbdev.h>
 
 #ifndef MAP_FAILED
 #define MAP_FAILED ((void*)-1)
index 30ad340..60af904 100644 (file)
@@ -1,11 +1,9 @@
-/* $Id: fbdev_visual.c,v 1.1 1999/08/21 05:57:59 jtaylor Exp $
+/* $Id: fbdev_visual.c,v 1.2 1999/08/21 22:46:13 jtaylor Exp $
 ******************************************************************************
 
    display-fbdev-mesa: visual handling
 
-   Copyright (C) 1998 Andrew Apted     [andrew@ggi-project.org]
-   Copyright (C) 1999 Marcus Sundberg  [marcus@ggi-project.org]
-   Copyright (C) 1999 Creative Labs
+   Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
 
    Permission is hereby granted, free of charge, to any person obtaining a
    copy of this software and associated documentation files (the "Software"),
@@ -29,7 +27,7 @@
 
 #include <ggi/internal/ggi-dl.h>
 #include <ggi/mesa/ggimesa_int.h>
-#include <ggi/mesa/display/fbdev.h>
+#include <ggi/mesa/display_fbdev.h>
 
 #include <stdio.h>
 #include <stdlib.h>