summaryrefslogtreecommitdiffstats
path: root/vidix/radeon_vid.c
Commit message (Collapse)AuthorAgeFilesLines
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)ben2007-06-261-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23672 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with upstream vidix, prevented some drivers to work on some configs/archsben2007-04-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23185 b3059339-0415-0410-9bf9-f77b7e298cf2
* one more spelling fixben2007-04-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23183 b3059339-0415-0410-9bf9-f77b7e298cf2
* accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)ben2007-04-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23182 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling fixben2007-04-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23181 b3059339-0415-0410-9bf9-f77b7e298cf2
* onboard X200 GPU (shared memory) returns a 0 RAM size (patch by ↵ben2007-04-261-0/+7
| | | | | | rjoco77@kezdionline.ro) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23143 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)ben2007-04-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23142 b3059339-0415-0410-9bf9-f77b7e298cf2
* u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)ben2007-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23083 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless include that breaks MinGW (patch by Xuebin Wu)ben2007-04-221-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23082 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified depth definitionben2007-04-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23078 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless code from vidix driversben2007-04-221-41/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23066 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-221-9/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23064 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated the ati vidix driver with the one from upstream vidix, it now ↵ben2007-04-221-628/+2025
| | | | | | supports much more GPUs (including all Radeon > 9600 and X series) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23062 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent include paths for config.h et al.diego2007-04-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22923 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed libdha.[hc] to dha.[hc]ben2007-04-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22919 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22918 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated pci ids list, fixed vidix drivers compilation and added nearly ↵ben2007-04-011-44/+44
| | | | | | exhaustive pci ids for nvidia driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22892 b3059339-0415-0410-9bf9-f77b7e298cf2
* killed warnings in rage128 driverben2007-04-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22888 b3059339-0415-0410-9bf9-f77b7e298cf2
* checking for dynamic drivers version number is now pointlessben2007-04-011-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22876 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ↵ben2007-04-011-19/+47
| | | | | | fully static library with all drivers built-in git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move driver files directly into the vidix directory.diego2007-04-011-0/+2101
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22868 b3059339-0415-0410-9bf9-f77b7e298cf2