log vidix/radeon_vid.c @ 24636:389960ca6c3b

age author description
Tue, 26 Jun 2007 17:07:30 +0000 ben fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
Mon, 30 Apr 2007 22:14:29 +0000 ben synced with upstream vidix, prevented some drivers to work on some configs/archs
Mon, 30 Apr 2007 11:46:43 +0000 ben one more spelling fix
Mon, 30 Apr 2007 11:46:02 +0000 ben accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
Mon, 30 Apr 2007 11:41:47 +0000 ben spelling fix
Thu, 26 Apr 2007 18:39:08 +0000 ben onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
Thu, 26 Apr 2007 18:34:18 +0000 ben support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
Sun, 22 Apr 2007 19:24:04 +0000 ben u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
Sun, 22 Apr 2007 19:22:41 +0000 ben remove useless include that breaks MinGW (patch by Xuebin Wu)
Sun, 22 Apr 2007 15:44:42 +0000 ben simplified depth definition
Sun, 22 Apr 2007 15:18:48 +0000 ben removed useless code from vidix drivers
Sun, 22 Apr 2007 14:05:41 +0000 ben updated vidix files headers whenever it's possible to have a clear GPL statement
Sun, 22 Apr 2007 13:25:50 +0000 ben updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
Fri, 06 Apr 2007 20:37:43 +0000 diego consistent include paths for config.h et al.
Fri, 06 Apr 2007 15:26:41 +0000 ben renamed libdha.[hc] to dha.[hc]
Fri, 06 Apr 2007 15:20:49 +0000 ben merged libdha and libvidix, moved all files from libdha to vidix directory
Sun, 01 Apr 2007 13:58:06 +0000 ben updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
Sun, 01 Apr 2007 13:00:58 +0000 ben killed warnings in rage128 driver
Sun, 01 Apr 2007 11:13:04 +0000 ben checking for dynamic drivers version number is now pointless
Sun, 01 Apr 2007 11:06:06 +0000 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
Sun, 01 Apr 2007 00:02:43 +0000 diego Move driver files directly into the vidix directory.