nouveau
18 years agoBuild system for nv
Søren Sandmann Pedersen [Tue, 26 Jul 2005 18:40:29 +0000 (18:40 +0000)] 
Build system for nv

18 years agoPrep for modular builds by adding guarded #include "config.h" everywhere.
Adam Jackson [Mon, 11 Jul 2005 02:29:58 +0000 (02:29 +0000)] 
Prep for modular builds by adding guarded #include "config.h" everywhere.

18 years agoBug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058
Alan Coopersmith [Sat, 9 Jul 2005 16:51:58 +0000 (16:51 +0000)] 
Bug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058
    <https://bugs.freedesktop.org/attachment.cgi?id=3058>
08-Jul-2005 nv driver updates from Mark Vojkovich:
Change some console restore code for NV11. Hopefully, we can more reliably
    restore the console for desktop systems using DVI. This may correct a
    recent regression on NV11.
Also, new PCI IDs.
Add new nVidia PCI ids to match nv_driver.c changes.

18 years agoChange all misc.h and os.h references to <X11/foo.h>.
Daniel Stone [Fri, 1 Jul 2005 22:43:12 +0000 (22:43 +0000)] 
Change all misc.h and os.h references to <X11/foo.h>.

18 years agoBugzilla #3657 <https://bugs.freedesktop.org/show_bug.cgi?id=3657> Patch
Alan Coopersmith [Wed, 29 Jun 2005 15:56:23 +0000 (15:56 +0000)] 
Bugzilla #3657 <https://bugs.freedesktop.org/show_bug.cgi?id=3657> Patch
    #2992 <https://bugs.freedesktop.org/attachment.cgi?id=2992>
    Experimental DPMS support for GeForce4 and later laptops. (Mark
    Vojkovich)

18 years agoBug #3628: Fix video driver submodule visibility.
Adam Jackson [Sun, 26 Jun 2005 04:38:12 +0000 (04:38 +0000)] 
Bug #3628: Fix video driver submodule visibility.

18 years agoBug #3626: _X_EXPORT tags for video and input drivers.
Adam Jackson [Sat, 25 Jun 2005 21:16:55 +0000 (21:16 +0000)] 
Bug #3626: _X_EXPORT tags for video and input drivers.

19 years agoprograms/Xserver/hw/xfree86/drivers/nv/nv_driver.c
Alan Coopersmith [Thu, 21 Apr 2005 22:25:47 +0000 (22:25 +0000)] 
programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c
programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c
//bugs.freedesktop.org/show_bug.cgi?id=3095> Patch #2501
    <https://bugs.freedesktop.org/attachment.cgi?id=2501> nv DPMS panel
    fixes (Mark Vojkovich)

19 years agoFix includes right throughout the Xserver tree:
Daniel Stone [Wed, 20 Apr 2005 12:25:29 +0000 (12:25 +0000)] 
Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

19 years agoBugzilla #2533 (https://bugs.freedesktop.org/show_bug.cgi?id=2533) Feb. 3,
Alan Coopersmith [Mon, 14 Feb 2005 03:37:20 +0000 (03:37 +0000)] 
Bugzilla #2533 (https://bugs.freedesktop.org/show_bug.cgi?id=2533) Feb. 3,
    2005 "nv" driver update from Mark Vojkovich (Mainly driver updates for
    nVidia cards with ((pNv->Chipset & 0xfff0) == 0x0090) )

19 years agoJan. 2005 nv chipset update from Mark Vojkovich Bug #2380
Alan Coopersmith [Wed, 26 Jan 2005 01:36:04 +0000 (01:36 +0000)] 
Jan. 2005 nv chipset update from Mark Vojkovich Bug #2380
    <https://bugs.freedesktop.org/show_bug.cgi?id=2380> Patch #1752
    <https://bugs.freedesktop.org/attachment.cgi?id=1752>

19 years agoBugzilla #1985 <https://bugs.freedesktop.org/show_bug.cgi?id=1985> sync to
Alan Coopersmith [Fri, 10 Dec 2004 03:56:42 +0000 (03:56 +0000)] 
Bugzilla #1985 <https://bugs.freedesktop.org/show_bug.cgi?id=1985> sync to
    12/08/04 version of Nvidia driver from Mark Vojkovich, including these
    fixes since last sync: Fix some DAC/Graphics memory contention issues
    on newer NVIDIA chips (specifically, NV40). More PCI IDs. Also, I've
    had trouble getting some panels to work automagically so I expose an
    FPTweak option to let the user adjust a troublesome register.

19 years ago(Bugzilla #1777) Import Mark Vojkovich's changes to NV driver since last
Alan Coopersmith [Wed, 10 Nov 2004 02:53:44 +0000 (02:53 +0000)] 
(Bugzilla #1777) Import Mark Vojkovich's changes to NV driver since last
    sync with XFree86, including: Support for new NVIDIA chips. Egbert has
    a laptop that needs some DPMS ordering reversed. New chip support and
    workaround for Toshiba M30 laptop issue. PCI-Xpress chip support. DPMS
    support for DVI. Cursor changes for NV11 so that alpha blended cursors
    will work in conjunction with dithering (laptop panels). It previously
    did not. HW support for alpha blended stretch blits on NV5 and higher,
    though nothing is using them at this point. Add support for VBlank
    syncing the Xv Blit adaptor on hardware that supports it (NV11 and
    higher). Make console restoration a little more robust. We were making
    an assumption that failed on a newer laptop. Workaround for some NV31
    DVI artifacts.
Also add nVidia license statement to nv man page to comply with requirement
    that it appear in "user documentation"

19 years agoSet fbdev mode as the default mode on PPC (Olaf Hering).
Egbert Eich [Tue, 12 Oct 2004 19:13:44 +0000 (19:13 +0000)] 
Set fbdev mode as the default mode on PPC (Olaf Hering).
Added support for IBM space saver keyboard (Stefan Dirsch). Added support
    for Cherry CyMotion Master XPress (Marcus Schaefer).
Change order of SetDisplayDevice(), HWRestore(), UnbindGART() and
    RestoreBIOSMemSize() to be exactly opposite to the Save procedure in
    EnterVT() (Matthias Hopf, Alan Hourihane).
Fix text mode restauration by removing the assumption that the register
    which determines which head is programmed is set. to the active head by
    the BIOS (Mark Vojkovich).
When I wrote the resource code 5 years ago I made some assumptions which
    turned out to be false: I've assumed that the bus number of the PCI
    hostbridge would be the PCI bus the bridge links to. This is not
    correct. Fixing this assumption is not easy. However I hope that the
    attached patch will make the system work regardless as it 'ignores'
    host bridges from which the target bus is not known. This should not
    matter at all as we really don't care about host bridges (unless we
    have bridge specific code which retrieves information about the
    bridge).
Fixed server crash on reset when a structure allocated in PreInit() was
    freed on CloseScreen().
Fixed ring buffer lock ups that happened because the structure that
    contained ringbuffer data was not zeroed after allocation.
Fixed numerous warnings due to signed unsigned comparisons.
    programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c:
    (NVBacklightEnable): Changed the order in which the sequencer registers
    and the backlight control registers are written. The sequencer control
    register need to be written first otherwise DPMS screen blanking
    produces vertical bars on a mobile device. lib/Xau/Imakefile: Build
    libXau static library PIC so it can be linked into toolkits that would
    like to wrap its functionality.

19 years agoBug #1192: Remove cfb support from drivers where its use is an option.
Adam Jackson [Fri, 17 Sep 2004 03:04:52 +0000 (03:04 +0000)] 
Bug #1192: Remove cfb support from drivers where its use is an option.
    Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
    to refer to fb rather than cfb.

19 years agoBug #1087: Make sure all the *Weak symbols are documented in the import
Adam Jackson [Mon, 16 Aug 2004 09:13:14 +0000 (09:13 +0000)] 
Bug #1087: Make sure all the *Weak symbols are documented in the import
    list, so the loader knows not to complain about unresolved symbols when
    an optional module isn't loaded. This typically manifests as warnings
    about fbdevHW symbols when the user isn't using the framebuffer
    console.

19 years agoChange several LoaderSymbol calls introduced by the bug #400 patch to
Adam Jackson [Sat, 31 Jul 2004 01:21:19 +0000 (01:21 +0000)] 
Change several LoaderSymbol calls introduced by the bug #400 patch to
*Weak() resolver functions.

19 years agoBug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
Adam Jackson [Fri, 30 Jul 2004 20:30:53 +0000 (20:30 +0000)] 
Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
    framebuffer formats except cfb and the overlay modes should work, and
    r128 and radeon need to be loaded from the ati driver (both issues to
    be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
    drivers. elfloader users shouldn't be affected.

19 years agoDRI XFree86-4_3_99_12-merge import
Eric Anholt [Wed, 16 Jun 2004 09:23:29 +0000 (09:23 +0000)] 
DRI XFree86-4_3_99_12-merge import

19 years agoInitial revision
Eric Anholt [Wed, 16 Jun 2004 09:23:29 +0000 (09:23 +0000)] 
Initial revision

20 years agoMerging XORG-CURRENT into trunk
Egbert Eich [Fri, 23 Apr 2004 19:42:10 +0000 (19:42 +0000)] 
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich [Sun, 14 Mar 2004 08:33:30 +0000 (08:33 +0000)] 
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

20 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich [Wed, 3 Mar 2004 12:12:23 +0000 (12:12 +0000)] 
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

20 years agoreadding XFree86's cvs IDs
Egbert Eich [Thu, 26 Feb 2004 13:35:54 +0000 (13:35 +0000)] 
readding XFree86's cvs IDs

20 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich [Thu, 26 Feb 2004 09:23:23 +0000 (09:23 +0000)] 
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

20 years agoImport most of XFree86 4.4RC3. This import excludes files which have the
Kaleb Keithley [Mon, 23 Feb 2004 20:35:04 +0000 (20:35 +0000)] 
Import most of XFree86 4.4RC3. This import excludes files which have the
    new license. If we want to, later we can import 4.4RC3 again and pick
    up the files that have the new license, but for now the vendor branch
    is "pure."

20 years agoImporting vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
Egbert Eich [Thu, 29 Jan 2004 08:08:36 +0000 (08:08 +0000)] 
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004

20 years agoXFree86 4.3.99.902 (RC 2)
Kaleb Keithley [Fri, 19 Dec 2003 20:55:14 +0000 (20:55 +0000)] 
XFree86 4.3.99.902 (RC 2)

20 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Kaleb Keithley [Tue, 25 Nov 2003 19:28:38 +0000 (19:28 +0000)] 
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

20 years agoInitial revision
Kaleb Keithley [Tue, 25 Nov 2003 19:28:38 +0000 (19:28 +0000)] 
Initial revision

20 years agoXFree86 4.3.0.1
Kaleb Keithley [Fri, 14 Nov 2003 16:48:55 +0000 (16:48 +0000)] 
XFree86 4.3.0.1

20 years agoInitial revision
Kaleb Keithley [Fri, 14 Nov 2003 16:48:55 +0000 (16:48 +0000)] 
Initial revision

20 years agoR6.6 is the Xorg base-line
Kaleb Keithley [Fri, 14 Nov 2003 15:54:48 +0000 (15:54 +0000)] 
R6.6 is the Xorg base-line