ChangeLog revision bd35f0db
12008-07-06 Evgeny M. Zubok <evgeny.zubok@tochka.ru> 2 3 * src/s3_video.c: 4 5 Streams Processor initialization. 6 7 XVideo support for 16, 24 and 32 bpp (only for TRIO64V2). 8 9 * src/s3_driver.c: 10 11 Add XVideo option (enabled by default). 12 13 Replace "swcursor" by "hwcursor" option (HW cursor 14 not implemented yet for all chipsets). 15 16 Close bug #5527: 24-bit colour depth support (24bpp and 17 32bpp framebuffer) for TRIO64V2. Acceleration doesn't work 18 with packed colour mode (24 bpp FB) but works with 32bpp 19 framebuffer mode (hardware limitation? -- need data). 20 21 Fix system hang-up when switching between console and X session. 22 23 Some minor changes of driver messages. 24 252008-02-23 Evgeny M. Zubok <evgeny.zubok@tochka.ru> 26 27 * src/s3_driver.c: Add DPMS support for S3 Trio64V2 and possibly 28 others (need testing): S3 Trio64UV+. S3 Aurora64V+ and S3 Trio32/64 29 * src/s3_Trio64DAC: Change clocks for S3 Trio64V2 to make 30 the 1024x768@16bpp mode work. 31 Thanks to Richard Driscoll for these patches. 32 332006-04-07 Adam Jackson <ajax@freedesktop.org> 34 35 * configure.ac: 36 * src/s3.h: 37 Bump to 0.4.1 for Xv changes. 38 392006-04-07 Aaron Plattner <aplattner@nvidia.com> 40 41 * src/s3_video.c: (S3PutImage): 42 Add a DrawablePtr argument to the XV functions to pave the way for 43 redirected video. 44 452006-04-07 Adam Jackson <ajax@freedesktop.org> 46 47 * configure.ac: 48 * src/s3.h: 49 * src/s3_IBMRGB.c: 50 * src/s3_Ti.c: 51 * src/s3_Trio64DAC.c: 52 * src/s3_bios.c: 53 * src/s3_cursor.c: 54 * src/s3_dga.c: 55 * src/s3_driver.c: 56 * src/s3_video.c: 57 Unlibcwrap. Bump server version requirement. Bump to 0.4.0. 58 592005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> 60 61 * configure.ac: 62 Update package version for X11R7 release. 63 642005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> 65 66 * configure.ac: 67 Update package version number for final X11R7 release candidate. 68 692005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> 70 71 * configure.ac: 72 Update package version number for X11R7 RC3 release. 73 742005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org> 75 76 * configure.ac: 77 Remove extraneous AC_MSG_RESULT. 78 792005-11-29 Adam Jackson <ajax@freedesktop.org> 80 81 * configure.ac: 82 Only build dlloader modules by default. 83 842005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> 85 86 * configure.ac: 87 Update package version number for X11R7 RC2 release. 88 892005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org> 90 91 * configure.ac: 92 Update pkgcheck dependencies to work with separate build roots. 93