*** empty log message ***
This commit is contained in:
4
src/mesa/drivers/ggi/default/genkgi.conf.in
Normal file
4
src/mesa/drivers/ggi/default/genkgi.conf.in
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# GGIMesa genkgi helper configuration
|
||||||
|
.root: @ggi_libdir@/ggi/mesa/default/
|
||||||
|
|
||||||
|
tgt-fbdev-kgicon-savage4-mesa kgi/savage4.so
|
@@ -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
|
genkgi_visual.c: visual handling for the generic KGI helper
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
//#define MAX_DEV_LEN 63
|
//#define MAX_DEV_LEN 63
|
||||||
#define DEFAULT_FBNUM 0
|
#define DEFAULT_FBNUM 0
|
||||||
#if 0
|
|
||||||
static char accel_prefix[] = "tgt-fbdev-kgicon-";
|
static char accel_prefix[] = "tgt-fbdev-kgicon-";
|
||||||
#define PREFIX_LEN (sizeof(accel_prefix))
|
#define PREFIX_LEN (sizeof(accel_prefix))
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ static accel_info accel_strings[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define NUM_ACCELS (sizeof(accel_strings)/sizeof(accel_info))
|
#define NUM_ACCELS (sizeof(accel_strings)/sizeof(accel_info))
|
||||||
#endif
|
|
||||||
/* FIXME: These should be defined in the makefile system */
|
/* FIXME: These should be defined in the makefile system */
|
||||||
#define CONF_FILE "/usr/local/etc/ggi/mesa/targets/genkgi.conf"
|
#define CONF_FILE "/usr/local/etc/ggi/mesa/targets/genkgi.conf"
|
||||||
void *_configHandle;
|
void *_configHandle;
|
||||||
|
@@ -1,6 +1,4 @@
|
|||||||
# GGIMesa fbdev target configuration
|
# GGIMesa fbdev target configuration
|
||||||
.root: @ggi_libdir@/ggi/mesa/default
|
.root: @ggi_libdir@/ggi/mesa/default
|
||||||
|
|
||||||
tgt-fbdev-kgicon-generic-mesa kgi/genkgi.so
|
tgt-fbdev-kgicon-generic-mesa genkgi.so
|
||||||
|
|
||||||
# .include /usr/local/etc/ggi/mesa/genkgi.conf
|
|
||||||
|
@@ -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
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include <ggi/internal/ggi-dl.h>
|
#include <ggi/internal/ggi-dl.h>
|
||||||
#include <ggi/mesa/ggimesa_int.h>
|
#include <ggi/mesa/ggimesa_int.h>
|
||||||
#include <ggi/mesa/display/fbdev.h>
|
#include <ggi/mesa/display_fbdev.h>
|
||||||
|
|
||||||
#ifndef MAP_FAILED
|
#ifndef MAP_FAILED
|
||||||
#define MAP_FAILED ((void*)-1)
|
#define MAP_FAILED ((void*)-1)
|
||||||
|
@@ -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
|
display-fbdev-mesa: visual handling
|
||||||
|
|
||||||
Copyright (C) 1998 Andrew Apted [andrew@ggi-project.org]
|
Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
|
||||||
Copyright (C) 1999 Marcus Sundberg [marcus@ggi-project.org]
|
|
||||||
Copyright (C) 1999 Creative Labs
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
@@ -29,7 +27,7 @@
|
|||||||
|
|
||||||
#include <ggi/internal/ggi-dl.h>
|
#include <ggi/internal/ggi-dl.h>
|
||||||
#include <ggi/mesa/ggimesa_int.h>
|
#include <ggi/mesa/ggimesa_int.h>
|
||||||
#include <ggi/mesa/display/fbdev.h>
|
#include <ggi/mesa/display_fbdev.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user