summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove multistage recursion for the vidix subdirectory and recurse from thediego2007-03-241-12/+0
* whitespace cosmeticsdiego2007-03-141-3/+1
* Simplify handling of extra library flags.diego2007-03-141-9/+1
* Remove superfluous rule and variables, X_LIB does not exist any longer.diego2007-03-141-6/+0
* Remove superfluous variable indirection.diego2007-03-141-4/+2
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-12/+6
* Rename all target to libs.diego2007-03-141-2/+2
* Separate prerequisites and rules to avoid redundant rules.diego2007-03-141-12/+3
* whitespace cosmeticsdiego2007-03-141-5/+4
* Generate dependency information.diego2007-03-141-1/+1
* Remove superfluous rule and variable.diego2007-03-141-6/+0
* Properly mark all phony targets as such.diego2007-03-141-2/+2
* Rename VIDIX_CFLAGS to CFLAGS.diego2007-03-141-4/+4
* Remove unused variable.diego2007-03-141-2/+0
* Use 'libs' instead of 'all' target.diego2007-03-141-1/+1
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-15/+5
* Don't remove 'test' on distclean, there is no such file.diego2007-03-141-1/+1
* cosmetics: Rename variables for consistency with other Makefiles.diego2007-03-141-6/+6
* consistency cosmeticsdiego2007-03-141-2/+2
* Simplify library generation rule.diego2007-03-141-2/+2
* Merge all and do_drivers rules.diego2007-03-141-3/+1
* Remove superfluous/obsolete rules and variables.diego2007-03-141-7/+0
* Simplify .depend file inclusion.diego2007-02-272-6/+2
* 10l: screen_height calculation was using an uninitialized variablefaust32007-01-281-1/+1
* fix detection of rage128/radeon using vidix driver on powerpc (which seems to...ben2007-01-041-0/+2
* support for vidix on ATI Radeon 9600SE cardsben2007-01-041-0/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-074-4/+4
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-294-5/+9
* Fix macro redefinition warning.diego2006-11-291-1/+1
* Unrecurse VIDIX installation.diego2006-11-281-4/+0
* Unrecurse VIDIX drivers uninstall.diego2006-11-281-3/+0
* Remove one level of indirection on VIDIX install/uninstall.diego2006-11-281-6/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove nonexistent variable/file.diego2006-11-252-2/+2
* Unify dep/depend targets.diego2006-11-202-7/+3
* Add VIDEOMEMORY_SIZE define to allow to easily change it.reimar2006-10-291-3/+4
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-1/+1
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.diego2006-10-191-1/+1
* move video memory info printf before the WIN32 workaroundfaust32006-09-231-1/+2
* cosmetics: Reorder some rules.diego2006-08-241-11/+10
* Adapt .so pattern rule for more than one object file.diego2006-08-241-2/+1
* Redundancy removal part IV: Create pattern rules for .o and .so creation.diego2006-08-241-31/+4
* sis_vid.so should be created from more than one object.diego2006-08-241-1/+1
* Remove nonsens comment.diego2006-08-241-1/+0
* Redundancy removal part III: Unify LDFLAGS handling some more.diego2006-08-241-22/+10
* Redundancy removal part II: Remove useless variable indirection.diego2006-08-241-59/+25
* Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.diego2006-08-231-34/+25
* The way to ignore failing commands in Makefiles is to prepend a -.diego2006-08-231-1/+1
* Simplify compilation commands with $< and $@.diego2006-08-231-11/+11
* Remove useless define from MACH64 CFLAGS.diego2006-08-231-1/+1
* Remove reference to long-gone genfb driver.diego2006-08-231-7/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-11/+11
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-132-2/+2
* little rephrasing and corrected reference to main->trunkreynaldo2006-07-131-1/+1
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-134-14/+14
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+0
* Remove now obsolete .cvsignore files.diego2006-06-022-2/+0
* Remove unnecessary le2me_32 macros.diego2006-04-271-2/+2
* Don't call make from shell constructs it prevent properalbeu2006-03-261-9/+9
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail....faust32006-02-091-5/+17
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-096-29/+29
* Make clean/distclean behave uniformly in all directories.diego2006-01-272-4/+4
* Update licensing information: The FSF changed postal address.diego2006-01-138-8/+8
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/