summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: be consistentben2008-06-201-1/+1
* remove useless typedef againstfor VDXContextben2008-06-202-32/+30
* cosmetic: give a coherent indentationben2008-06-201-13/+13
* remove some useless functions from vidix apiben2008-06-202-27/+0
* remove useless 'else'ben2008-06-201-1/+1
* renamed vidixlib.c to vidix.cben2008-06-201-0/+0
* remove now useless vidixlib.h fileben2008-06-2015-55/+3
* move content of vidixlib.h into vidix.hben2008-06-202-92/+96
* cosmetic: give coherent indentationben2008-06-201-45/+44
* Add standard license headers.diego2008-06-083-11/+63
* Add comments to a few #endif preprocessor directives.diego2008-06-082-5/+5
* Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0
* Fix dhahelper.h #include paths.diego2008-06-083-3/+3
* remove C++ inclusion guard from vidix headersben2008-06-074-30/+0
* Add default definition for SVGA device.diego2008-06-071-0/+4
* remove useless vidix versioning stuffben2008-06-075-13/+0
* Drop some useless parameter from vidix init routineben2008-06-072-2/+2
* vidix s3 headers was missing proper headerben2008-06-071-0/+24
* Remove unused variable, fixes the warning:diego2008-06-071-1/+0
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-301-39/+0
* Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-301-21/+0
* Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-306-2/+2
* Fix #include paths.diego2008-05-303-3/+3
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1627-138/+138
* Use standard license header with standard formatting.diego2008-05-134-31/+36
* Use standard license headers.diego2008-05-1224-91/+91
* consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-1217-109/+111
* Remove pointless changelogs.diego2008-05-123-32/+10
* Use standard license header and add back credits line for Marcel Naziri.diego2008-05-121-6/+8
* Remove pointless changelog from file header.diego2008-05-121-7/+0
* clean and distclean rules do the same thing.diego2008-04-261-3/+1
* Merge vidix/Makefile into top-level Makefile.diego2008-04-262-51/+5
* Merge clean and distclean rules.diego2008-04-261-3/+1
* Use directory name as library name template.diego2008-04-221-1/+1
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
* Mark phony targets as such.diego2008-04-181-0/+2
* #include config.h before all other headers.diego2008-03-149-9/+9
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-071-0/+2
* fix bad function prototypeben2008-02-291-1/+1
* Remove now deprecated Savage VIDIX driver sourcesben2008-02-292-1650/+0
* Use MPlayer consistent define naming convention for newly introduceben2008-02-291-3/+3
* New S3 VIDIX driver.ben2008-02-294-4/+1147
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.diego2008-02-221-9/+9
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2224-72/+74
* Create standard multiple inclusion guards.diego2008-02-211-9/+9
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Change #warning to FIXME comments.diego2008-01-271-2/+2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-272-15/+15
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-081-13/+13
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-10/+10
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-3/+3
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.diego2008-01-023-13/+8
* Properly express dependencies for generated .c and .h files.diego2008-01-021-4/+8
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-021-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-013-0/+14
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-315-5/+5
* Comment out the correct #endif directive.diego2007-12-311-2/+2
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-1/+1
* typo in preprocessor conditiondiego2007-12-271-1/+1
* pci_db2c.awk creates more than just two .c files, add the rest to the rule.diego2007-12-241-1/+1
* Skip unnecessary (debug) output; obey the rule of silence.diego2007-12-241-1/+1
* r25345 patched the wrong line.ben2007-12-171-1/+1
* implemented frame selection for savage driverben2007-12-141-0/+20
* fix frame size calculationben2007-12-141-63/+41
* remove useless code partsben2007-12-141-54/+0
* bgr24 and bgr32 supportben2007-12-141-1/+6
* rgb -> bgrben2007-12-141-2/+2
* 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 ivtv driver with vidix.sf.net (multiple revisions)ben2007-12-041-402/+472
* sync with vidix.sf.net r319: remove useless varsben2007-12-041-1/+0
* sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driverben2007-12-041-18/+10
* 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
* add new configure option to disable VIDIX PCI device name database (saves a 3...ben2007-12-042-4/+11
* synchronized with vidix.sf.net r315: remove now useless definesben2007-12-031-24/+0
* synchronized with vidix.sf.net r315: update savage driver pci ids listben2007-12-031-8/+29
* Restore copyright/license notices that were stripped off.diego2007-11-2518-0/+603
* Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remainsdiego2007-11-253-76/+0
* add functions for the vga register access patch by Guillaume LECERF <foxcore ...faust32007-09-231-31/+26
* add some commented register dumping codefaust32007-09-201-0/+29
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch b...faust32007-09-191-2/+1
* Mark phony targets as such.diego2007-09-181-0/+2
* Simplify commands with automatic variables.diego2007-09-181-13/+10
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...faust32007-09-181-6/+6
* it is no longer necessary to reboot the system after the dhahelperwin install...faust32007-09-171-4/+30
* - make dhahelperwin compile with mingwfaust32007-09-176-13/+459
* Make dhasetup more verbose based on code byfaust32007-09-171-7/+32
* rename windows ddk makefile to nmakefile so that a makefile for mingw can be ...faust32007-09-171-0/+0
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...faust32007-09-171-0/+3
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...ben2007-09-151-2/+2
* fix screen width and height calculation on nvidia vidix (patch by Guillaume L...ben2007-09-151-1/+11
* the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are...ben2007-09-151-0/+2
* this flag needs to be defined for pread() on powerpcben2007-09-151-0/+1
* ifdef one variable that is not used with alpha and powerpc architecturesben2007-09-151-1/+4
* warning fixes:diego2007-08-281-3/+3
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Identifiers starting with underscores are reserved.diego2007-07-3112-35/+35
* UTF-8 conversiondiego2007-07-311-1/+1
* Comment out purely debugging printf that in addition uses __FUNCTION__ whichreimar2007-07-301-1/+1
* ISO8859-1 --> UTF-8diego2007-07-095-7/+7
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)ben2007-06-261-9/+10
* Hint at the Makefile for information how to build dha with svgalib_helperreimar2007-06-251-1/+1
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-171-1/+1
* Add standard license header, confirmed by Nick in private mail.diego2007-05-131-0/+15
* Add correct boilerplate license headers.diego2007-05-112-3/+26
* prettyprinting cosmeticsdiego2007-05-111-22/+22
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-103-0/+512
* allow sis vidix driver to access registers and avoid segfaulting (patch by An...ben2007-05-091-0/+9
* synced with upstream vidix, prevented some drivers to work on some configs/archsben2007-04-305-1/+11
* 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
* cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.diego2007-04-251-13/+13
* Use standard GPL header.diego2007-04-232-42/+44
* 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
* fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyosben2007-04-221-2/+2
* simplified depth definitionben2007-04-227-33/+7
* declare variables as staticben2007-04-221-6/+6
* removed useless varsben2007-04-221-3/+0
* declare variables and functions as staticben2007-04-221-7/+7
* declare variables as staticben2007-04-221-2/+2
* declare variable as staticben2007-04-221-1/+1
* removed old code, that has been commented out for too long timeben2007-04-221-91/+0
* declare variable as staticben2007-04-221-1/+1
* useless else caseben2007-04-221-1/+0
* removed never called functionben2007-04-221-23/+0
* declare variables as staticben2007-04-221-5/+5
* simplified depth definitionben2007-04-221-5/+1
* removed useless code from vidix driversben2007-04-227-323/+5
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-2222-344/+536
* kill a few warningsben2007-04-221-0/+4
* updated the ati vidix driver with the one from upstream vidix, it now support...ben2007-04-222-641/+2106
* fix for mingw: u_long becomes unsigned longben2007-04-211-1/+1
* added a new value for alpha colorkey (will be needed by further ati vidix dri...ben2007-04-211-0/+1
* u_char is broken under mingw, use unsigned char instead, fix by aurelben2007-04-211-1/+1
* better fix for r23001, u_int becomes unsigned int, dont force it to uin32_tben2007-04-211-11/+11
* cosmetics: tabs --> spacesdiego2007-04-161-17/+17
* bad prototype for driver init functionben2007-04-151-1/+1
* u_int seems unknown under mingwben2007-04-151-11/+11
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-144-0/+1674
* added conditional vidix drivers compilationben2007-04-142-5/+42
* these are actually AGP bridges, not video adapters (should fix ben2007-04-111-2/+0
* this TnT2 chipset is actually NV4/5 arch but for sure not NV30ben2007-04-111-1/+1
* moved old README file from libdha dir to vidix oneben2007-04-071-0/+30
* missing includes in generated fileben2007-04-071-0/+8
* restored pci_db2c.awk file from previous broken commitben2007-04-071-8/+0
* consistent include paths for config.h et al.diego2007-04-0610-20/+20
* missing headers in vidix drivers registry filesben2007-04-065-3/+40
* renamed libdha.[hc] to dha.[hc]ben2007-04-0615-14/+14
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-0657-28/+17393
* remove useless ()aurel2007-04-011-11/+11
* GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (thoug...ben2007-04-011-89/+96
* segfaults if name is NULLben2007-04-011-1/+1
* updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...ben2007-04-014-93/+252
* allow passing :help to -vo [cx]vidix to get list of all compiled in vidix dri...ben2007-04-011-0/+23
* killed warnings in cyberblade driverben2007-04-011-19/+2
* killed warnings in rage128 driverben2007-04-011-0/+2
* killed warnings in pm3 driverben2007-04-011-2/+2
* killed warnings in savage driverben2007-04-011-25/+4
* killed warnings in sis driverben2007-04-013-25/+4
* killed warnings in unichrome driverben2007-04-011-6/+5
* simplified function prototypes to avoid casts but keep external API compatibi...ben2007-04-012-114/+30
* useless externsben2007-04-011-19/+19
* removed references to no longer used internal drivers functionsben2007-04-011-73/+3
* updated vidix.h from upstream vidix projectben2007-04-011-218/+294
* checking for dynamic drivers version number is now pointlessben2007-04-0111-81/+0
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...ben2007-04-0113-383/+657
* Move driver files directly into the vidix directory.diego2007-04-0119-69/+66
* Merge all VIDIX drivers into libvidix.a.diego2007-03-312-29/+14