log vidix/nvidia_vid.c @ 23171:deb1b445110a

age author description
2007-04-22 ben simplified depth definition
2007-04-22 ben declare variable as static
2007-04-22 ben updated vidix files headers whenever it's possible to have a clear GPL statement
2007-04-11 ben these are actually AGP bridges, not video adapters (should fix
2007-04-11 ben this TnT2 chipset is actually NV4/5 arch but for sure not NV30
2007-04-06 diego consistent include paths for config.h et al.
2007-04-06 ben renamed libdha.[hc] to dha.[hc]
2007-04-06 ben merged libdha and libvidix, moved all files from libdha to vidix directory
2007-04-01 ben GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now)
2007-04-01 ben updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
2007-04-01 ben checking for dynamic drivers version number is now pointless
2007-04-01 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
2007-04-01 diego Move driver files directly into the vidix directory.