Commit Graph

21 Commits

Author SHA1 Message Date
faust3 9713db6578 add functions for the vga register access patch by Guillaume LECERF <foxcore at gmail.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24594 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-23 12:11:19 +00:00
faust3 92284cb04e add some commented register dumping code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24588 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-20 17:55:25 +00:00
faust3 7f0310e03f rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch by Guillaume LECERF <foxcore at gmail.com>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24585 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-19 21:47:35 +00:00
faust3 2a7e1da08f fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24567 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-18 09:53:03 +00:00
faust3 05469a7722 fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <foxcore at gmail.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24557 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-17 18:17:41 +00:00
ben 11f34464a9 avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf <fox at geexbox dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24537 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-15 18:44:54 +00:00
ben 25d3363a96 fix screen width and height calculation on nvidia vidix (patch by Guillaume Lecerf (fox at geexbox dot org)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24536 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-15 18:42:26 +00:00
reimar 2b831bab30 Comment out purely debugging printf that in addition uses __FUNCTION__ which
is not supported by all compilers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23942 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-30 16:18:12 +00:00
ben 110c2b9cdc simplified depth definition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23078 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 15:44:42 +00:00
ben 9bf065f557 declare variable as static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23073 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 15:35:45 +00:00
ben 63228019c0 updated vidix files headers whenever it's possible to have a clear GPL statement
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23064 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 14:05:41 +00:00
ben a90d4485c0 these are actually AGP bridges, not video adapters (should fix
http://lists.mplayerhq.hu/pipermail/mplayer-advusers/2007-April/001635.html 
)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22973 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 18:35:08 +00:00
ben 00b2d4a64f this TnT2 chipset is actually NV4/5 arch but for sure not NV30
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22972 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 18:30:08 +00:00
diego 23890403ae consistent include paths for config.h et al.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22923 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-06 20:37:43 +00:00
ben c1a5717ff7 renamed libdha.[hc] to dha.[hc]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22919 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-06 15:26:41 +00:00
ben 51ba40dcd6 merged libdha and libvidix, moved all files from libdha to vidix directory
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22918 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-06 15:20:49 +00:00
ben dd5b89b20a GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22898 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 20:48:34 +00:00
ben 02813b9b8b updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22892 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 13:58:06 +00:00
ben cae5548c7d checking for dynamic drivers version number is now pointless
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22876 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 11:13:04 +00:00
ben 257a77dc3d switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22875 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 11:06:06 +00:00
diego 9b7f5e81c6 Move driver files directly into the vidix directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22868 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 00:02:43 +00:00