root
0fa7f054db
XGI: Fixed compile issues for new versions of xorg-server
2010-06-23 11:03:24 +08:00
Gaetan Nadon
f29e03ef1e
COPYING: add file with actual Copyright notices.
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-06-13 13:29:37 -04:00
Adam Jackson
4031f9428d
Remove mibank.h reference
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2010-05-18 13:18:14 -04:00
xgi0007
2ac9f2a81d
XGI:Unify driver for x86/PowerPC/ARM, Add EXA, I2c EDID, Custom Modes, Bugs fixed, ...
2010-05-06 13:29:15 +08:00
xgi0007
19c426c15f
XGI:suport ARM, add EXA, I2c EDID, Custom Modes, Bugs fixed, ...
2010-05-06 13:22:39 +08:00
Gaetan Nadon
6357c787a3
man: complete the makefile to build the man pages
...
Using the common sed method to build the man pages.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-03-25 16:02:28 -04:00
Alan Coopersmith
9b7d5630a5
Update Sun license notices to current X.Org standard form
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2010-01-15 15:05:54 -08:00
Gaetan Nadon
f3cc0e3e78
configure.ac: use backticks rather than $() for cmd subs
...
Use "$PKG_CONFIG" rather than hard coded "pkg-config"
Acked-by: Dan Nicholson <dbn.lists@gmail.com >
Acked-by: Daniel Stone <daniel@fooishbar.org >
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2009-12-28 15:17:12 -05:00
Gaetan Nadon
ca80c41bce
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
...
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:06 -05:00
Gaetan Nadon
cbcfbab5b1
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
a7e1c8df93
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:10 -04:00
Gaetan Nadon
d9adca4882
Deploy the new XORG_DEFAULT_OPTIONS #24242
...
Pre-req for generating INSTALL file
2009-10-27 08:47:05 -04:00
Gaetan Nadon
cbabb766a3
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
...
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
2009-10-26 22:08:41 -04:00
Gaetan Nadon
39703da488
.gitignore: use common defaults with custom section # 24239
...
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-21 21:45:46 -04:00
Rémi Cardona
f3ef66fcaa
fix detection of libpciaccess support in the server
...
Signed-off-by: Rémi Cardona <remi@gentoo.org >
2009-09-20 00:21:41 +02:00
Dave Airlie
a33ffd84e8
bump to 1.5.1
xf86-video-xgi-1.5.1
2009-09-07 15:03:21 +10:00
Peter Hutterer
a737574ac9
Remove xgi-xg20-21-27.patch ( #23752 )
...
Patch was basis for f9f7b2a745 but should be
in the repo itself.
X.Org Bug 23752 <http://bugs.freedesktop.org/show_bug.cgi?id=23752 >
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-09-07 09:00:39 +10:00
Gaetan Nadon
b085ad2f3e
video-xgi: fix incorrect function call to open() #23010
...
call to ‘__open_missing_mode’
declared with attribute error: open with O_CREAT in second argument needs 3
arguments
fd = open("/dev/fb", 'r') Second parm is incorrect,
changed to O_RDONLY as other distros did.
Tested for correct compilation on AMD64
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-08-26 08:58:06 +10:00
Dave Airlie
fff5d8cf8e
xgi: change to using ABI version check
2009-07-28 15:22:42 +10:00
Dave Airlie
2de661a49f
xgi: fix resources/rac rework
2009-07-28 13:47:49 +10:00
Dave Airlie
48b614fd26
xgi: update for resources/RAC API removal
2009-07-28 13:32:41 +10:00
Peter Hutterer
6e3d664fd3
xf86-video-xgi: Uninclude xf1bpp.h and xf4bpp.h.
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-07-21 13:49:47 +10:00
Peter Hutterer
4ecc827754
xf86-video-xgi: Rename xf86Version includes and defines to xorgVersion.
...
s/xf86Version.h/xorgVersion.h/
s/XF86_VERSION/XORG_VERSION_/
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-07-21 13:49:34 +10:00
Gaetan Nadon
c7ef9a7191
Use XORG_CHANGELOG macro to create ChangeLog. #22611
...
Adding the macro in configure.ac and use it in Makefile.am
Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
Global maintenance on all modules
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-07-16 14:35:19 +10:00
Peter Hutterer
a365343b07
Update to xextproto 7.1 support.
...
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
need to include dpmsconst.h if xextproto 7.1 is available.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-07-16 12:00:04 +10:00
Alan Coopersmith
0009607e1d
Add README with pointers to mailing list, bugzilla & git repos
2009-01-30 21:07:52 -08:00
Ian Romanick
55cc78e4eb
Fix build for libpciaccess X servers
2008-05-30 11:30:11 -07:00
root
f9f7b2a745
XGI:Add support for XG21/27
2008-04-28 10:46:29 +08:00
James Cloos
0b28672591
Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-xgi
2007-09-03 06:09:25 -04:00
James Cloos
d832b8a0af
Add *~ to .gitignore to skip patch/emacs droppings
2007-09-03 05:52:52 -04:00
Ian Romanick
f9980c8526
Eliminiate remaining bits xgi_ver.h cruft.
xf86-video-xgi-1.5.0
2007-08-27 16:13:48 -07:00
Ian Romanick
9d9c5718d4
Bump version to 1.5.0.
xgi-1.5.0
2007-08-27 16:02:24 -07:00
Ian Romanick
8966e20662
Port to libpciaccess and related interfaces.
2007-08-27 15:40:06 -07:00
Ian Romanick
eb6d0b2ea0
Use SiS DRM.
...
Support was added for SiS based XGI chips in SiS DRM version 1.3.0.
Use this as the DRM for XG40 chips.
2007-06-26 09:53:20 -07:00
Ian Romanick
07c232e368
Change default configuration for maxxfbmem
...
Previously maxxfbmem had to be configured by the user via xorg.conf in
order for DRI to work. maxxfbmem is now set to the required size for
the virtual display. This allows DRI to work without additional user
intervention.
In addition, code was added to detect the case there no additional
framebuffer memory is available. In this case, DRI is disabled. This
prevents mysterious lock-ups when trying to use DRI without video
memory for back buffers, etc.
2007-06-26 09:24:09 -07:00
Ian Romanick
b03d7713bb
Refactor code that selects max wait iterations to its own function
...
Move code that selects the maximum wait iterations out of Volari_Wait
into Volari_SetDefaultIdleWait. This function is called from
XGIModeInit. The win here is that we can eliminate the Current*
global variables.
2007-06-25 16:12:05 -07:00
Ian Romanick
34069dec0a
Fix typo in comment.
2007-06-25 15:54:24 -07:00
Ian Romanick
08861b2539
Eliminate SR1E magic numbers.
2007-06-25 15:49:40 -07:00
Ian Romanick
9df137116e
Fix compile blooper on last commit.
2007-06-25 15:35:09 -07:00
Ian Romanick
17645e10c7
Change Volari_Idle from a macro (#define) to a function.
2007-06-25 15:33:10 -07:00
Ian Romanick
edb6c08722
Eliminate XGIIdle wrapper.
2007-06-25 13:18:53 -07:00
Ian Romanick
f3580e3373
Enable DRI when XGIfb is not available.
...
Previously DRI was only enabled when XGIfb was available. This was
done because XGIfb was the only place that initialized the framebuffer
memory manager. However, there is an ioctl for this purpose. Code
was added to xgi_dri.c to call this ioctl.
This matches the way the SiS driver works.
2007-06-25 13:17:46 -07:00
Ian Romanick
8f04e1a76c
Clean up DRI initialization.
2007-06-22 16:21:32 -07:00
Ian Romanick
5c4d707c4e
BlankCRT2 is set but never used. Eliminate it.
2007-06-22 09:06:14 -07:00
Ian Romanick
941c7463bb
Move #endif to eliminate compiler warning.
2007-06-22 09:03:26 -07:00
Ian Romanick
ad28d9d45a
checkit is set to false and never changed. Eliminate it.
2007-06-22 09:02:32 -07:00
Ian Romanick
0fd883edc7
Eliminate unnecessary IS_SECOND_HEAD test.
...
Because of the if-statement at line 5011, we *know* that
IS_SECOND_HEAD is false at line 5034. Eliminate the unnecessary test
and else clause.
2007-06-22 09:01:25 -07:00
Ian Romanick
84d1f89c81
Wrap accesses to entityPrivate with a macro.
...
By wrapping accesses to entityPrivate with a macro some more in-code
instances of '#ifdef XGIDUALHEAD' can be eliminated.
2007-06-22 08:57:02 -07:00
Ian Romanick
a1a5298851
First phase of eliminating '#ifdef XGIDUALHEAD' from code.
...
Replace all the tests of DualHeadMode and SecondHead with macros that
evaluate to FALSE when XGIDUALHEAD is not set. This allows the
elimination of many of the occurances of '#ifdef XGIDUALHEAD' in the
code.
2007-06-21 17:09:52 -07:00
Ian Romanick
8cf397cc14
Clarify log message when DRI is not supported due to lack of fbdev.
2007-06-21 16:01:15 -07:00