log vidix/radeon_vid.c @ 31788:2961296ee903

age author description
2009-07-26 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-08-04 diego Change a bunch of X11-specific preprocessor directives.
2008-06-20 ben remove now useless vidixlib.h file
2008-06-07 ben remove useless vidix versioning stuff
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-05-12 diego Use standard license header and add back credits line for Marcel Naziri.
2008-05-12 diego Remove pointless changelog from file header.
2008-01-27 diego Fix illegal identifiers, names starting with __ are reserved for the system.
2008-01-13 reimar Make some radeon vidix driver tables static and const
2007-12-17 ben r25345 patched the wrong line.
2007-12-14 ben register values were already set: simplify
2007-12-10 ben Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
2007-12-10 ben Dump the ati radeon DISP_MERGE_CNTL register to ease the
2007-12-04 ben Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
2007-12-04 ben sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
2007-06-26 ben fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
2007-04-30 ben synced with upstream vidix, prevented some drivers to work on some configs/archs
2007-04-30 ben one more spelling fix
2007-04-30 ben accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
2007-04-30 ben spelling fix
2007-04-26 ben onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
2007-04-26 ben support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
2007-04-22 ben u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
2007-04-22 ben remove useless include that breaks MinGW (patch by Xuebin Wu)
2007-04-22 ben simplified depth definition
2007-04-22 ben removed useless code from vidix drivers
2007-04-22 ben updated vidix files headers whenever it's possible to have a clear GPL statement
2007-04-22 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)
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 updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
2007-04-01 ben killed warnings in rage128 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.