Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan Coopersmith
xf86-video-rendition
Commits
c59c3f4f
Commit
c59c3f4f
authored
Apr 07, 2006
by
Adam Jackson
🎧
Browse files
Unlibcwrap. Bump server version requirement. Bump to 4.1.0.
parent
0723e761
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c59c3f4f
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/rendition.c:
* src/rendition.h:
* src/vloaduc.c:
Unlibcwrap. Bump server version requirement. Bump to 4.1.0.
2006-02-08 Luc Verhaegen <libv@skynet.be>
* src/rendition.c: (renditionPreInit):
...
...
configure.ac
View file @
c59c3f4f
...
...
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-rendition],
4.
0.
1.
3
,
4.1.
0
,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-rendition)
...
...
@@ -53,7 +53,7 @@ XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES])
PKG_CHECK_MODULES(XORG, [xorg-server
>= 1.0.99.901
xproto fontsproto $REQUIRED_MODULES])
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for libraries.
...
...
src/rendition.c
View file @
c59c3f4f
...
...
@@ -72,10 +72,10 @@
#define RENDITION_NAME "RENDITION"
#define RENDITION_DRIVER_NAME "rendition"
#define RENDITION_VERSION_NAME "4.
0.1
"
#define RENDITION_VERSION_NAME "4.
1.0
"
#define RENDITION_VERSION_MAJOR 4
#define RENDITION_VERSION_MINOR
0
#define RENDITION_PATCHLEVEL
1
#define RENDITION_VERSION_MINOR
1
#define RENDITION_PATCHLEVEL
0
#define RENDITION_VERSION_CURRENT ((RENDITION_VERSION_MAJOR << 24) | \
(RENDITION_VERSION_MINOR << 16) | RENDITION_PATCHLEVEL)
...
...
src/rendition.h
View file @
c59c3f4f
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h,v 1.
7
200
1
/0
5/16 06:48:10 keithp
Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h,v 1.
5
200
0
/0
2/25 21:03:02 dawes
Exp $ */
#ifndef __RENDITION_H__
#define __RENDITION_H__
#include
<string.h>
#include
<math.h>
/* All drivers should typically include these */
#include
"xf86.h"
#include
"xf86_OSproc.h"
/* All drivers need this */
#include
"xf86_ansic.h"
/* Everything using inb/outb, etc needs "compiler.h" */
#include
"compiler.h"
...
...
src/vloaduc.c
View file @
c59c3f4f
...
...
@@ -14,6 +14,9 @@
#include
"vos.h"
#include
"elf.h"
#include
<sys/types.h>
#include
<sys/stat.h>
#include
<fcntl.h>
/*
* defines
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment