summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-06-09Remove superfluous if(p) checks around free(p)Matt Turner3-13/+7
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-06-09Use libc instead of deprecated libc wrappers for malloc/calloc/free.Matt Turner9-55/+49
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
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-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
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-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon3-104/+13
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon2-8/+0
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-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+64
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-07-30glint: bump for release 1.2.4xf86-video-glint-1.2.4Dave Airlie1-1/+1
2009-07-28glint: change to using ABI version checkDave Airlie1-1/+1
2009-07-28glint: update for resources/RAC API removalDave Airlie3-3/+7
2009-07-16Update to xextproto 7.1 support.Peter Hutterer2-0/+9
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-02glint 1.2.3xf86-video-glint-1.2.3Adam Jackson1-1/+1
2009-06-05Don't set the default depth to 8bpp.Mark Kettenis1-2/+1
These days 24/32bpp makes much more sense. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-06-05Disable int10 code if __sparc__.Mark Kettenis1-0/+2
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-06-04Fix DDC probe.Mark Kettenis1-2/+5
The driver tried to do DDC stuff without having its registers mapped. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-06-04Only map a 64k block of registers.Mark Kettenis1-4/+4
The driver tries to map a block of registers that is too large. The mmio registers consist of two blocks of 64k. The first 64k provide a little-endian view, the second 64k provide a big-endian view. However the driver always tries to map 128k. And mapping 128k from the offset where the big-endian view starts will fail on OpenBSD. This changes things such that the driver maps just 64k. There is no reason to map the big-endian view on little-endian machines. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-06-04Fix for big-endian machines.Mark Kettenis1-1/+1
The problem is that the card provides a big-endian view on its registers, which the driver uses on big-endian machines. However, the driver uses MMIO_OUT32() and friends to access these registers. And on sparc64, these macros do byte swapping themselves. The net result of course is that no byte swapping gets done at all, and things fail miserably. The fix is to make the macros not do byte swapping, which can be done by defining SPARC_MMIO_IS_BE. There is a similar define for powerpc as well. I assume these defines were accidentally dropped in the autoconfiscation of Xorg. Other people came up with the same conclusion see: http://www.mail-archive.com/opensolaris-discuss@opensolaris.org/msg20874.html and https://bugs.freedesktop.org/show_bug.cgi?id=10742 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-05-28Remove useless loader symbol lists.Adam Jackson3-179/+0
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+20
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-12-22glint 1.2.2xf86-video-glint-1.2.2Dave Airlie1-1/+1
2008-11-23Remove bizarre use of ISA setupAdam Jackson1-10/+1
2008-09-15glint: fix build on alpha for pciaccess.Dave Airlie2-6/+12
Redid patch from #17569 from jcristau@debian.org
2008-08-15Move DDC before mode validation so the EDID modes actually take effect.Adam Jackson1-58/+58
2008-08-15Uninclude xf86Version.hAdam Jackson1-2/+0
2008-07-29Remove dependency on cfb8_32.Paulo Cesar Pereira de Andrade2-0/+12
This probably was not noticed because glint_driver.c doesn't include the proper header file.
2008-06-30Bump to 1.2.1xf86-video-glint-1.2.1Julien Cristau1-1/+1
2008-06-24Fix regression from pciaccess conversion (bug#16060)Julien Cristau1-1/+1
2008-03-19glint 1.2.0xf86-video-glint-1.2.0Adam Jackson1-1/+1
2008-03-19Fix distcheckAdam Jackson1-0/+1
2008-03-11fix regression in tinderboxDave Airlie1-1/+1
2008-03-11hey look a flying pig....Dave Airlie1-9/+17
it builds, but it may or may not work at all.
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2008-03-03fix typos in dac code from last commitDave Airlie2-2/+2
2008-02-27half attempt at pciaccess conversion for glint - doesn't build yetDave Airlie9-98/+290
but this gets most of the mechanical changes
2008-02-05Add missing #includes to fix compiler warnings.Julien Cristau2-0/+3
Fixes the following warnings: ../../src/glint_driver.c: In function 'GLINTScreenInit': ../../src/glint_driver.c:2968: warning: implicit declaration of function 'cfb8_32ScreenInit' ../../src/glint_driver.c:3147: warning: implicit declaration of function 'xf86Overlay8Plus32Init' ../../src/pm2_video.c: In function 'StopVideoStream': ../../src/pm2_video.c:1339: warning: implicit declaration of function 'usleep' ../../src/pm2_video.c: In function 'xvipcHandshake': ../../src/pm2_video.c:2413: warning: implicit declaration of function 'ioctl' ../../src/pm2_video.c: In function 'xvipcOpen': ../../src/pm2_video.c:2622: warning: implicit declaration of function 'close'
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Rename .cvsignore to .gitignoreJames Cloos3-0/+0
2007-08-07Define GLINT_*_VERSION* using PACKAGE_VERSION_*Brice Goglin1-3/+3
2006-12-01Fix --disable-dri for glint driverAlan Hourihane6-12/+12
Bug #7045.
2006-04-08Bump to 1.1.1 for Xv changes.glint-1_1_1XORG-7_1Adam Jackson3-2/+8
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner3-7/+18
redirected video.
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.glint-1_1_0Adam Jackson23-30/+42
2006-02-02Allocate more space for the dac registers on pm2v hardware.Alan Hourihane2-1/+6
2006-01-10Convert manpage to utf-8gravity2-5/+11
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12