Aaron Plattner
9b8470e9c8
Bump to 2.0.96.
nv-2.0.96
2007-05-16 14:45:36 -07:00
Aaron Plattner
51c6425bea
Add rudimentary VBE-based dual head support for pre-G80.
2007-05-11 15:29:13 -07:00
Aaron Plattner
0415ecaead
Bump to 2.0.95.
nv-2.0.95
2007-05-03 11:54:28 -07:00
Aaron Plattner
c511debc07
Fix some harmless warnings.
2007-05-02 15:23:14 -07:00
Aaron Plattner
100d7c7393
GeForce 8800 Ultra
2007-05-02 09:33:33 -07:00
Aaron Plattner
ed9f98853a
Remove some old stuff from README.G80.
2007-04-24 20:57:43 -07:00
Aaron Plattner
88d44d5e4f
Get EXA resizing working and document it.
2007-04-24 20:45:52 -07:00
Aaron Plattner
29433b7696
EXA: Add solid, copy, and UTS hooks.
2007-04-24 20:10:56 -07:00
Aaron Plattner
339e30cb49
G80: EXA infrastructure.
...
No acceleration yet.
2007-04-24 16:38:04 -07:00
Aaron Plattner
c6e4105ce4
Merge branch 'randr-1.2'
...
Conflicts:
configure.ac
man/Makefile.am
man/nv.man
src/g80_display.h
src/g80_output.c
src/nv_driver.c
2007-04-24 15:43:48 -07:00
Aaron Plattner
4ff648c85f
Depend on server 1.2 or higher.
...
Remove support for building with the libc wrapper or without the Drawable XV
argument.
2007-04-20 16:24:15 -07:00
Aaron Plattner
48f9a6f945
G80: Remove AdjustFrame printout.
2007-04-20 15:37:09 -07:00
Aaron Plattner
5d9b75b432
GeForce 8300 GS and GeForce 8400 GS.
2007-04-20 15:23:26 -07:00
Aaron Plattner
7a07a765c2
Steal RandR1.2 compat code from the Intel driver.
...
Spruce it up a bit so that --with-xserver-source works even if there's a local
compat copy.
2007-04-20 15:20:12 -07:00
Aaron Plattner
2971fd0a18
Remove unused g80_ddc.h.
2007-04-20 13:40:33 -07:00
Aaron Plattner
1261f12714
Add new chips to the manpage.
2007-04-20 09:01:02 -07:00
Aaron Plattner
ae582bdd21
Always support G80.
2007-04-20 00:13:31 -07:00
Aaron Plattner
b4e26dfcc0
Bump to 2.0.2.
nv-2.0.2
2007-04-17 15:00:24 -07:00
Aaron Plattner
b23eeec2be
G80: Add a basic README.
2007-04-17 14:59:41 -07:00
Aaron Plattner
b68f3ada7b
Add GeForce 8600 and 8500 PCI IDs.
2007-04-17 12:47:11 -07:00
Aaron Plattner
f7c62016f8
G80: Get rid of debug printouts.
2007-04-13 23:06:32 -07:00
Aaron Plattner
f1cda5eaba
G80: Get DPMS working with RandR 1.2.
...
Work around xf86DisableUnusedFunctions lameness by forcing DPMSModeOn at modeset
time.
2007-04-13 22:29:57 -07:00
Aaron Plattner
550af781bd
G80: Use the right mode struct when setting up an SOR.
2007-04-13 21:24:45 -07:00
Aaron Plattner
5c03bd8acf
G80: Get HW cursor working with RandR 1.2.
2007-04-02 01:37:38 -07:00
Aaron Plattner
0126c80954
Remove extraneous DisplayModeRec allocation.
...
Thanks to Luc Verhaegen for pointing this out.
2007-04-01 01:17:31 -07:00
Henry Zhao
d569934c3d
10360: Need to inject a mode corresponding panel width/height for validation
2007-03-31 18:47:30 -08:00
Aaron Plattner
8f7769aadf
G80: Use xf86CrtcScreenInit and xf86SetDesiredModes.
2007-03-28 14:10:41 -07:00
Aaron Plattner
2d8d5bd597
G80: Improve output detection.
...
Detect output status for paired outputs together and cache status until the
BlockHandler to avoid redundantly probing for EDIDs or performing load
detection.
2007-03-27 17:12:21 -07:00
Aaron Plattner
4d929d383a
REALLY bump to 2.0.1.
...
I need more caffeine, or something.
nv-2.0.1
2007-03-27 15:56:52 -07:00
Aaron Plattner
0953f081d1
Fix warnings and bump to 2.0.1.
2007-03-27 15:46:49 -07:00
Aaron Plattner
4b8ed8497a
G80: Create output partners.
...
Each pair of outputs shares an I2C rec. This will be used in a future change
for the detect and get_modes routines.
2007-03-27 14:49:55 -07:00
Aaron Plattner
ad4abba20b
Fix warnings.
2007-03-27 14:49:30 -07:00
Aaron Plattner
7c2a31dec3
Fix broken prototype.
2007-03-27 14:45:17 -07:00
Aaron Plattner
16f51977d4
NVSync hangs in EnterVT, so don't call it there.
2007-03-19 12:00:36 -07:00
Aaron Plattner
ac84f228de
Bump to 2.0.0.
nv-2.0.0
2007-03-18 20:53:46 -07:00
Aaron Plattner
4d15dd2c49
Avoid hanging when switching modes on some nv4x cards.
...
SUSE bug #235171 .
2007-03-16 16:14:00 -07:00
Aaron Plattner
90c53c5322
Fix GXxor corruption on nv4x.
...
SUSE bug #246421 .
2007-03-15 17:12:53 -07:00
Aaron Plattner
9763b9dcef
Hide the cursor in CloseScreen.
...
Otherwise, if we're restoring a graphical framebuffer mode the cursor will still
be visible.
2007-03-15 16:04:06 -07:00
Aaron Plattner
9d65abab15
Fix VGA output with vesafb on nv4x and G7x GPUs.
...
SuSE bug #160812 .
2007-03-15 11:55:37 -07:00
Aaron Plattner
26a9f1fa5a
Get rid of non-portable := assignments.
2007-03-12 14:56:10 -07:00
root
7e0e5c1fb3
Initial RandR 1.2 support for G80.
...
Mostly just rearranging code.
2007-03-11 00:43:11 -08:00
root
636adcd57f
Get rid of BackendMode and disable hw cursor for now.
2007-03-10 22:17:24 -08:00
Aaron Plattner
8b2c7bc457
Use DAC load detection to decide which OR to use instead of trusting the EDID.
2007-03-09 12:43:12 -08:00
Aaron Plattner
06b168ced3
Enable G80 support by default.
nv-1.99.1
2007-03-08 18:12:43 -08:00
Aaron Plattner
23383c2c2e
Initial G80 support. Bump to 1.99.1.
2007-03-08 18:02:07 -08:00
Aaron Plattner
dd305c3f64
Remove the riva128 submodule. Link Riva support into nv_drv.so directly.
2007-01-17 21:41:06 -08:00
Daniel Stone
96bd57b059
configure.ac: bump to 1.2.2.1 (respin)
...
No code changes, just built with an updated util-macros.
nv-1.2.2.1
2006-12-24 06:34:31 +02:00
Daniel Stone
10c7c54888
bump to 1.2.2
nv-1.2.2
2006-12-16 01:47:42 +02:00
Daniel Stone
6d02bdb71b
Makefile.am: make ChangeLog hook safer
...
Make ChangeLog hook as safe as possible.
2006-12-06 18:48:37 +02:00
Aaron Plattner
33e10132a8
Remove redundant XORG_RELEASE_VERSION.
2006-12-04 12:52:55 -08:00