summaryrefslogtreecommitdiffstats
path: root/vidix/nvidia_vid.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn changes up to r30595Uoti Urpala2010-03-091-2/+4
|\ | | | | | | | | | | Conflicts: mplayer.c vidix/nvidia_vid.c
| * VIDIX: Mark some functions not used outside their files as static.diego2010-02-161-2/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30591 b3059339-0415-0410-9bf9-f77b7e298cf2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-29/+28
| |
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-4/+5
|\| | | | | | | | | | | | | | | | | | | Conflicts: cfg-common-opts.h libmpcodecs/dec_video.c libmpcodecs/vd.c libvo/x11_common.h mplayer.c stream/cache2.c
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-1/+1
| | | | | | | | | | | | | | | | We were using an inconsistent mix of the three variants and 'volatile' should be the most correct and portable variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27791 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-3/+4
| | | | | | | | | | | | | | This avoids a pointless indirection that only obscures what is really done. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27761 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Make various functions staticUoti Urpala2008-08-121-2/+2
|/
* remove now useless vidixlib.h fileben2008-06-201-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27111 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard license headers.diego2008-05-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26751 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26750 b3059339-0415-0410-9bf9-f77b7e298cf2
* #include config.h before all other headers.diego2008-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26199 b3059339-0415-0410-9bf9-f77b7e298cf2
* add functions for the vga register access patch by Guillaume LECERF <foxcore ↵faust32007-09-231-31/+26
| | | | | | at gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24594 b3059339-0415-0410-9bf9-f77b7e298cf2
* add some commented register dumping codefaust32007-09-201-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24588 b3059339-0415-0410-9bf9-f77b7e298cf2
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch ↵faust32007-09-191-2/+1
| | | | | | by Guillaume LECERF <foxcore at gmail.com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24585 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ↵faust32007-09-181-6/+6
| | | | | | gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24567 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF ↵faust32007-09-171-0/+3
| | | | | | <foxcore at gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24557 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ↵ben2007-09-151-2/+2
| | | | | | <fox at geexbox dot org>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24537 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix screen width and height calculation on nvidia vidix (patch by Guillaume ↵ben2007-09-151-1/+11
| | | | | | Lecerf (fox at geexbox dot org) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out purely debugging printf that in addition uses __FUNCTION__ whichreimar2007-07-301-1/+1
| | | | | | | is not supported by all compilers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23942 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
* declare variable as staticben2007-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23073 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-221-9/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23064 b3059339-0415-0410-9bf9-f77b7e298cf2
* these are actually AGP bridges, not video adapters (should fix ben2007-04-111-2/+0
| | | | | | | | 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
* this TnT2 chipset is actually NV4/5 arch but for sure not NV30ben2007-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22972 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
* GeForce 6x00 and above are actually referenced as NV40 in X.Org driver ↵ben2007-04-011-89/+96
| | | | | | (though it doesn't work better right now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22898 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated pci ids list, fixed vidix drivers compilation and added nearly ↵ben2007-04-011-47/+205
| | | | | | exhaustive pci ids for nvidia driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22892 b3059339-0415-0410-9bf9-f77b7e298cf2
* checking for dynamic drivers version number is now pointlessben2007-04-011-7/+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-13/+31
| | | | | | 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/+935
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22868 b3059339-0415-0410-9bf9-f77b7e298cf2