Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
al farisi committed Jul 30, 2018
1 parent bd09c56 commit e828b40
Show file tree
Hide file tree
Showing 85 changed files with 174,292 additions and 1 deletion.
75 changes: 75 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
2006-04-07 Adam Jackson <[email protected]>

* configure.ac:
* src/sis.h:
Bump to 0.9.1 for Xv changes.

2006-04-07 Aaron Plattner <[email protected]>

* src/sis6326_video.c:
* src/sis_video.c: (SISPutImage):
* src/sis_video.h:
Add a DrawablePtr argument to the XV functions to pave the way for
redirected video.

2006-04-07 Adam Jackson <[email protected]>

* configure.ac:
* src/sis.h:
Unlibcwrap. Bump server version requirement. Bump to 0.9.0.

2006-04-06 Eric Anholt <[email protected]>

* src/sis_driver.c:
Don't forget to zero the xf86ModReqInfo before using it.
Noticed by Alex Deucher.

2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Update package version for X11R7 release.

2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Update package version number for final X11R7 release candidate.

2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>

* man/Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Update package version number for X11R7 RC3 release.

2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Remove extraneous AC_MSG_RESULT.

2005-12-01 Adam Jackson <[email protected]>

* configure.ac:
Bug #5207: Enable EXA. (Thomas Winischofer)

2005-11-20 Adam Jackson <[email protected]>

* configure.ac:
Bump libdrm dep to 2.0.

2005-11-29 Adam Jackson <[email protected]>

* configure.ac:
Only build dlloader modules by default.

2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Update package version number for X11R7 RC2 release.

2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Update pkgcheck dependencies to work with separate build roots.
28 changes: 28 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2005 Adam Jackson.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# on the rights to use, copy, modify, merge, publish, distribute, sub
# license, and/or sell copies of the Software, and to permit persons to whom
# the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

SUBDIRS = src man

if BUILD_LINUXDOC
README: README.sgml
$(MAKE_TEXT) README.sgml && mv README.txt README
endif

EXTRA_DIST = README.sgml
Loading

0 comments on commit e828b40

Please sign in to comment.