summaryrefslogtreecommitdiffstats
path: root/vidix/radeon_vid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-271-6/+6
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
* r25345 patched the wrong line.ben2007-12-171-1/+1
* register values were already set: simplifyben2007-12-141-3/+1
* Fixed VIDIX color bug that was introduced when Radeon VIDIX driverben2007-12-101-0/+1
* Dump the ati radeon DISP_MERGE_CNTL register to ease theben2007-12-101-0/+1
* Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlayben2007-12-041-64/+0
* sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon drive...ben2007-12-041-14/+14
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)ben2007-06-261-9/+10
* synced with upstream vidix, prevented some drivers to work on some configs/archsben2007-04-301-0/+2
* one more spelling fixben2007-04-301-1/+1
* accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)ben2007-04-301-3/+3
* spelling fixben2007-04-301-2/+2
* onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdi...ben2007-04-261-0/+7
* support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)ben2007-04-261-0/+1
* u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)ben2007-04-221-1/+1
* remove useless include that breaks MinGW (patch by Xuebin Wu)ben2007-04-221-1/+0
* simplified depth definitionben2007-04-221-5/+1
* removed useless code from vidix driversben2007-04-221-41/+3
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-221-9/+29
* updated the ati vidix driver with the one from upstream vidix, it now support...ben2007-04-221-628/+2025
* consistent include paths for config.h et al.diego2007-04-061-3/+3
* renamed libdha.[hc] to dha.[hc]ben2007-04-061-1/+1
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-061-3/+3
* updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...ben2007-04-011-44/+44
* killed warnings in rage128 driverben2007-04-011-0/+2
* checking for dynamic drivers version number is now pointlessben2007-04-011-4/+0
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...ben2007-04-011-19/+47
* Move driver files directly into the vidix directory.diego2007-04-011-0/+2101