index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
vidix
/
nvidia_vid.c
Commit message (
Expand
)
Author
Age
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
remove now useless vidixlib.h file
ben
2008-06-20
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Use standard license headers.
diego
2008-05-12
*
consistency cosmetics: Move some parts of file headers around; typo fixes.
diego
2008-05-12
*
#include config.h before all other headers.
diego
2008-03-14
*
remove duplicated pci ids in nvidia vidix driver
ben
2008-03-08
*
add functions for the vga register access patch by Guillaume LECERF <foxcore ...
faust3
2007-09-23
*
add some commented register dumping code
faust3
2007-09-20
*
rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch b...
faust3
2007-09-19
*
fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...
faust3
2007-09-18
*
fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...
faust3
2007-09-17
*
avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...
ben
2007-09-15
*
fix screen width and height calculation on nvidia vidix (patch by Guillaume L...
ben
2007-09-15
*
Comment out purely debugging printf that in addition uses __FUNCTION__ which
reimar
2007-07-30
*
simplified depth definition
ben
2007-04-22
*
declare variable as static
ben
2007-04-22
*
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
2007-04-22
*
these are actually AGP bridges, not video adapters (should fix
ben
2007-04-11
*
this TnT2 chipset is actually NV4/5 arch but for sure not NV30
ben
2007-04-11
*
consistent include paths for config.h et al.
diego
2007-04-06
*
renamed libdha.[hc] to dha.[hc]
ben
2007-04-06
*
merged libdha and libvidix, moved all files from libdha to vidix directory
ben
2007-04-06
*
GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (thoug...
ben
2007-04-01
*
updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...
ben
2007-04-01
*
checking for dynamic drivers version number is now pointless
ben
2007-04-01
*
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...
ben
2007-04-01
*
Move driver files directly into the vidix directory.
diego
2007-04-01