ChangeLog revision 4178061c
12009-06-25 Evgeny M. zubok <evgeny.zubok@tochka.ru> 2 3 * src/s3_driver.c: 4 Revert the old behaviour when the BIOS settings are used for 5 intialization of DRAM/VRAM timings, i. e. we don't touch the 6 timings during initialization phase until any memory option (like 7 slow_edodram) is specified. 8 9 Add manual page. 10 112009-05-25 Evgeny M. Zubok <evgeny.zubok@tochka.ru> 12 13 * src/s3_driver.c: 14 * src/s3_video.c: 15 16 Enable Xv extension for Trio64V+ (thanks to Egor Ivanov for 17 testing on real hardware) and Trio64UV+ (Tested only on Trio64V2 by 18 overriding Chipset with "Trio64UV+" but not on real hardware). 19 20 S3 Trio64V+ now using NewMMIO. Trio64V+ chips have the same ChipId 21 as Trio32/64 but only with chip revision greater or eq 0x40. So if 22 you have problems with NewMMIO, you may override ChipRev in "Device" 23 section of your xorg.conf: "ChipRev" 0x00. Note: disabling the NewMMIO 24 also disables overlay video (Xv) because it isn't implemented for 25 Old MMIO yet. 26 272009-05-04 Evgeny M. Zubok <evgeny.zubok@tochka.ru> 28 29 * src/s3_driver.c: 30 * src/s3_shadow.c: 31 32 Add shadowFB option. It can be used to speedup drawing when 33 hardware acceleration is undesirable or unavailable (for colour depth 34 24 with 24 bpp framebuffer, for example). shadowFB is disabled by 35 default. Enabling shadowFB option disables HW acceleration. Thanks 36 to Egor Ivanov for initial porting of shadowFB from s3virge. 37 38 Interlace mode support. 39 40 Close bug #14999. 41 422008-07-06 Evgeny M. Zubok <evgeny.zubok@tochka.ru> 43 44 * src/s3_video.c: 45 46 Streams Processor initialization. 47 48 XVideo support for 16, 24 and 32 bpp (only for TRIO64V2). 49 50 * src/s3_driver.c: 51 52 Add XVideo option (enabled by default). 53 54 Replace "swcursor" by "hwcursor" option (HW cursor 55 not implemented yet for all chipsets). 56 57 Close bug #5527: 24-bit colour depth support (24bpp and 58 32bpp framebuffer) for TRIOs. Acceleration doesn't work 59 with packed colour mode (24 bpp FB) but works with 32bpp 60 framebuffer mode (hardware limitation? -- need data). 61 62 Fix system hang-up when switching between console and X session. 63 64 Some minor changes of driver messages. 65 662008-02-23 Evgeny M. Zubok <evgeny.zubok@tochka.ru> 67 68 * src/s3_driver.c: Add DPMS support for S3 Trio64V2 and possibly 69 others (need testing): S3 Trio64UV+. S3 Aurora64V+ and S3 Trio32/64 70 * src/s3_Trio64DAC: Change clocks for S3 Trio64V2 to make 71 the 1024x768@16bpp mode work. 72 Thanks to Richard Driscoll for these patches. 73 742006-04-07 Adam Jackson <ajax@freedesktop.org> 75 76 * configure.ac: 77 * src/s3.h: 78 Bump to 0.4.1 for Xv changes. 79 802006-04-07 Aaron Plattner <aplattner@nvidia.com> 81 82 * src/s3_video.c: (S3PutImage): 83 Add a DrawablePtr argument to the XV functions to pave the way for 84 redirected video. 85 862006-04-07 Adam Jackson <ajax@freedesktop.org> 87 88 * configure.ac: 89 * src/s3.h: 90 * src/s3_IBMRGB.c: 91 * src/s3_Ti.c: 92 * src/s3_Trio64DAC.c: 93 * src/s3_bios.c: 94 * src/s3_cursor.c: 95 * src/s3_dga.c: 96 * src/s3_driver.c: 97 * src/s3_video.c: 98 Unlibcwrap. Bump server version requirement. Bump to 0.4.0. 99 1002005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> 101 102 * configure.ac: 103 Update package version for X11R7 release. 104 1052005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> 106 107 * configure.ac: 108 Update package version number for final X11R7 release candidate. 109 1102005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> 111 112 * configure.ac: 113 Update package version number for X11R7 RC3 release. 114 1152005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org> 116 117 * configure.ac: 118 Remove extraneous AC_MSG_RESULT. 119 1202005-11-29 Adam Jackson <ajax@freedesktop.org> 121 122 * configure.ac: 123 Only build dlloader modules by default. 124 1252005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> 126 127 * configure.ac: 128 Update package version number for X11R7 RC2 release. 129 1302005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org> 131 132 * configure.ac: 133 Update pkgcheck dependencies to work with separate build roots. 134