summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* support for Radeon 9550diego2006-01-081-0/+2
* use $(INSTALLSTRIP) consistentlyrathann2006-01-031-1/+1
* fix setting colorkey in vidix mga_vidods152005-12-261-0/+1
* it looks like width needs to be a multiple of 64 for newer cardsfaust32005-11-091-1/+1
* mach64_mmio size fix from vidix.sf.net, possible bugfix for #59faust32005-10-201-2/+2
* sync amd64 fixes from vidix.sf.netfaust32005-10-201-4/+4
* support for GeForce FX Go5200 (newer Apple PowerBooks)diego2005-09-061-0/+1
* Only older card version seem to make problems with y < 8 in text mode.reimar2005-09-061-1/+1
* equalizer fixes: changing one attribute reset the others,reimar2005-09-041-16/+24
* equalizer supportreimar2005-09-031-2/+44
* 64 bit fix: do not cast pointers to uint32_treimar2005-09-031-5/+5
* vidix support for nVidix FX Go 5700reimar2005-09-031-1/+2
* initial endianess fixesfaust32005-09-031-16/+4
* simplificationfaust32005-09-031-25/+4
* fix window position adjustmentfaust32005-09-031-1/+5
* radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>faust32005-07-051-0/+2
* Some people confuse vidix with kernel drivers, so let's add a note about itattila2005-06-161-0/+3
* override memory size detection bug on rage 128 RL/VRaurel2005-04-101-0/+1
* add support for one more radeon 9200 model (the one included in the Mac Mini)aurel2005-04-101-0/+2
* missing #includerathann2005-03-011-0/+1
* 10l, pointers aren't always 32bitfaust32005-01-041-5/+5
* 10l, patch by Martin Braun <braun12@gmx.de>faust32004-12-271-0/+3
* 1l misplaced variable declarationrtognimp2004-12-221-2/+1
* experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>faust32004-12-213-1/+1788
* Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at f...faust32004-12-201-0/+2
* h/w revision detection patch by Timothy Lee <timothy.lee@siriushk.com>faust32004-11-081-1/+31
* make uninstall was leaving vidix, dha, and libmpdvdkit librarieswight2004-10-201-0/+3
* Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>faust32004-10-171-1/+6
* I420 support patch by Benjamin Zores <ben@tutuxclan.org>faust32004-10-171-0/+2
* CLE266 Vidix driver initial patch by Timothy Lee <timothy@siriushk.com>, doxy...faust32004-10-103-1/+1593
* fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>faust32004-10-101-4/+1
* correct scaling when the screen resolution is smaller than the flat panel res...faust32004-10-091-1/+20
* add a comment to the Xorg workaroundfaust32004-09-151-0/+1
* workaround for Xorg-6.8 not saving the surface registers on bigendianfaust32004-09-141-0/+31
*