| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 1 | -2/+0 |
* | Identifiers starting with underscores are reserved. | diego | 2007-07-31 | 12 | -35/+35 |
* | UTF-8 conversion | diego | 2007-07-31 | 1 | -1/+1 |
* | Comment out purely debugging printf that in addition uses __FUNCTION__ which | reimar | 2007-07-30 | 1 | -1/+1 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 5 | -7/+7 |
* | fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted) | ben | 2007-06-26 | 1 | -9/+10 |
* | Hint at the Makefile for information how to build dha with svgalib_helper | reimar | 2007-06-25 | 1 | -1/+1 |
* | Remove awk test. awk is a basic Unix tool, any implementation is sufficient. | diego | 2007-05-17 | 1 | -1/+1 |
* | Add standard license header, confirmed by Nick in private mail. | diego | 2007-05-13 | 1 | -0/+15 |
* | Add correct boilerplate license headers. | diego | 2007-05-11 | 2 | -3/+26 |
* | prettyprinting cosmetics | diego | 2007-05-11 | 1 | -22/+22 |
* | new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck | ben | 2007-05-10 | 3 | -0/+512 |
* | allow sis vidix driver to access registers and avoid segfaulting (patch by An... | ben | 2007-05-09 | 1 | -0/+9 |
* | synced with upstream vidix, prevented some drivers to work on some configs/archs | ben | 2007-04-30 | 5 | -1/+11 |
* | one more spelling fix | ben | 2007-04-30 | 1 | -1/+1 |
* | accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro) | ben | 2007-04-30 | 1 | -3/+3 |
* | spelling fix | ben | 2007-04-30 | 1 | -2/+2 |
* | onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdi... | ben | 2007-04-26 | 1 | -0/+7 |
* | support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro) | ben | 2007-04-26 | 1 | -0/+1 |
* | cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*. | diego | 2007-04-25 | 1 | -13/+13 |
* | Use standard GPL header. | diego | 2007-04-23 | 2 | -42/+44 |
* | u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu) | ben | 2007-04-22 | 1 | -1/+1 |
* | remove useless include that breaks MinGW (patch by Xuebin Wu) | ben | 2007-04-22 | 1 | -1/+0 |
* | fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos | ben | 2007-04-22 | 1 | -2/+2 |
* | simplified depth definition | ben | 2007-04-22 | 7 | -33/+7 |
* | declare variables as static | ben | 2007-04-22 | 1 | -6/+6 |
* | removed useless vars | ben | 2007-04-22 | 1 | -3/+0 |
* | declare variables and functions as static | ben | 2007-04-22 | 1 | -7/+7 |
* | declare variables as static | ben | 2007-04-22 | 1 | -2/+2 |
* | declare variable as static | ben | 2007-04-22 | 1 | -1/+1 |
* | removed old code, that has been commented out for too long time | ben | 2007-04-22 | 1 | -91/+0 |
* | declare variable as static | ben | 2007-04-22 | 1 | -1/+1 |
* | useless else case | ben | 2007-04-22 | 1 | -1/+0 |
* | removed never called function | ben | 2007-04-22 | 1 | -23/+0 |
* | declare variables as static | ben | 2007-04-22 | 1 | -5/+5 |
* | simplified depth definition | ben | 2007-04-22 | 1 | -5/+1 |
* | removed useless code from vidix drivers | ben | 2007-04-22 | 7 | -323/+5 |
* | updated vidix files headers whenever it's possible to have a clear GPL statement | ben | 2007-04-22 | 22 | -344/+536 |
* | kill a few warnings | ben | 2007-04-22 | 1 | -0/+4 |
* | updated the ati vidix driver with the one from upstream vidix, it now support... | ben | 2007-04-22 | 2 | -641/+2106 |
* | fix for mingw: u_long becomes unsigned long | ben | 2007-04-21 | 1 | -1/+1 |
* | added a new value for alpha colorkey (will be needed by further ati vidix dri... | ben | 2007-04-21 | 1 | -0/+1 |
* | u_char is broken under mingw, use unsigned char instead, fix by aurel | ben | 2007-04-21 | 1 | -1/+1 |
* | better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t | ben | 2007-04-21 | 1 | -11/+11 |
* | cosmetics: tabs --> spaces | diego | 2007-04-16 | 1 | -17/+17 |
* | bad prototype for driver init function | ben | 2007-04-15 | 1 | -1/+1 |
* | u_int seems unknown under mingw | ben | 2007-04-15 | 1 | -11/+11 |
* | added vidix driver for Permedia2 cards from upstream vidix | ben | 2007-04-14 | 4 | -0/+1674 |
* | added conditional vidix drivers compilation | ben | 2007-04-14 | 2 | -5/+42 |
* | these are actually AGP bridges, not video adapters (should fix | ben | 2007-04-11 | 1 | -2/+0 |
* | this TnT2 chipset is actually NV4/5 arch but for sure not NV30 | ben | 2007-04-11 | 1 | -1/+1 |
* | moved old README file from libdha dir to vidix one | ben | 2007-04-07 | 1 | -0/+30 |
* | missing includes in generated file | ben | 2007-04-07 | 1 | -0/+8 |
* | restored pci_db2c.awk file from previous broken commit | ben | 2007-04-07 | 1 | -8/+0 |
* | consistent include paths for config.h et al. | diego | 2007-04-06 | 10 | -20/+20 |
* | missing headers in vidix drivers registry files | ben | 2007-04-06 | 5 | -3/+40 |
* | renamed libdha.[hc] to dha.[hc] | ben | 2007-04-06 | 15 | -14/+14 |
* | merged libdha and libvidix, moved all files from libdha to vidix directory | ben | 2007-04-06 | 57 | -28/+17393 |
* | remove useless () | aurel | 2007-04-01 | 1 | -11/+11 |
* | GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (thoug... | ben | 2007-04-01 | 1 | -89/+96 |
* | segfaults if name is NULL | ben | 2007-04-01 | 1 | -1/+1 |
* | updated pci ids list, fixed vidix drivers compilation and added nearly exhaus... | ben | 2007-04-01 | 4 | -93/+252 |
* | allow passing :help to -vo [cx]vidix to get list of all compiled in vidix dri... | ben | 2007-04-01 | 1 | -0/+23 |
* | killed warnings in cyberblade driver | ben | 2007-04-01 | 1 | -19/+2 |
* | killed warnings in rage128 driver | ben | 2007-04-01 | 1 | -0/+2 |
* | killed warnings in pm3 driver | ben | 2007-04-01 | 1 | -2/+2 |
* | killed warnings in savage driver | ben | 2007-04-01 | 1 | -25/+4 |
* | killed warnings in sis driver | ben | 2007-04-01 | 3 | -25/+4 |
* | killed warnings in unichrome driver | ben | 2007-04-01 | 1 | -6/+5 |
* | simplified function prototypes to avoid casts but keep external API compatibi... | ben | 2007-04-01 | 2 | -114/+30 |
* | useless externs | ben | 2007-04-01 | 1 | -19/+19 |
* | removed references to no longer used internal drivers functions | ben | 2007-04-01 | 1 | -73/+3 |
* | updated vidix.h from upstream vidix project | ben | 2007-04-01 | 1 | -218/+294 |
* | checking for dynamic drivers version number is now pointless | ben | 2007-04-01 | 11 | -81/+0 |
* | switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful... | ben | 2007-04-01 | 13 | -383/+657 |
* | Move driver files directly into the vidix directory. | diego | 2007-04-01 | 19 | -69/+66 |
* | Merge all VIDIX drivers into libvidix.a. | diego | 2007-03-31 | 2 | -29/+14 |
* | Remove multistage recursion for the vidix subdirectory and recurse from the | diego | 2007-03-24 | 1 | -12/+0 |
* | whitespace cosmetics | diego | 2007-03-14 | 1 | -3/+1 |
* | Simplify handling of extra library flags. | diego | 2007-03-14 | 1 | -9/+1 |
* | Remove superfluous rule and variables, X_LIB does not exist any longer. | diego | 2007-03-14 | 1 | -6/+0 |
* | Remove superfluous variable indirection. | diego | 2007-03-14 | 1 | -4/+2 |
* | Reuse common parts of all Makefiles through mpcommon.mak. | diego | 2007-03-14 | 1 | -12/+6 |
* | Rename all target to libs. | diego | 2007-03-14 | 1 | -2/+2 |
* | Separate prerequisites and rules to avoid redundant rules. | diego | 2007-03-14 | 1 | -12/+3 |
* | whitespace cosmetics | diego | 2007-03-14 | 1 | -5/+4 |
* | Generate dependency information. | diego | 2007-03-14 | 1 | -1/+1 |
* | Remove superfluous rule and variable. | diego | 2007-03-14 | 1 | -6/+0 |
* | Properly mark all phony targets as such. | diego | 2007-03-14 | 1 | -2/+2 |
* | Rename VIDIX_CFLAGS to CFLAGS. | diego | 2007-03-14 | 1 | -4/+4 |
* | Remove unused variable. | diego | 2007-03-14 | 1 | -2/+0 |
* | Use 'libs' instead of 'all' target. | diego | 2007-03-14 | 1 | -1/+1 |
* | Reuse common parts of all Makefiles through mpcommon.mak. | diego | 2007-03-14 | 1 | -15/+5 |
* | Don't remove 'test' on distclean, there is no such file. | diego | 2007-03-14 | 1 | -1/+1 |
* | cosmetics: Rename variables for consistency with other Makefiles. | diego | 2007-03-14 | 1 | -6/+6 |
* | consistency cosmetics | diego | 2007-03-14 | 1 | -2/+2 |
* | Simplify library generation rule. | diego | 2007-03-14 | 1 | -2/+2 |
* | Merge all and do_drivers rules. | diego | 2007-03-14 | 1 | -3/+1 |
* | Remove superfluous/obsolete rules and variables. | diego | 2007-03-14 | 1 | -7/+0 |
* | Simplify .depend file inclusion. | diego | 2007-02-27 | 2 | -6/+2 |
* | 10l: screen_height calculation was using an uninitialized variable | faust3 | 2007-01-28 | 1 | -1/+1 |
* | fix detection of rage128/radeon using vidix driver on powerpc (which seems to... | ben | 2007-01-04 | 1 | -0/+2 |
* | support for vidix on ATI Radeon 9600SE cards | ben | 2007-01-04 | 1 | -0/+2 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 4 | -4/+4 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 4 | -5/+9 |
* | Fix macro redefinition warning. | diego | 2006-11-29 | 1 | -1/+1 |
* | Unrecurse VIDIX installation. | diego | 2006-11-28 | 1 | -4/+0 |
* | Unrecurse VIDIX drivers uninstall. | diego | 2006-11-28 | 1 | -3/+0 |
* | Remove one level of indirection on VIDIX install/uninstall. | diego | 2006-11-28 | 1 | -6/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Remove nonexistent variable/file. | diego | 2006-11-25 | 2 | -2/+2 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 2 | -7/+3 |
* | Add VIDEOMEMORY_SIZE define to allow to easily change it. | reimar | 2006-10-29 | 1 | -3/+4 |
* | Remove -fno-PIC check from configure and put -fPIC back at the beginning | diego | 2006-10-23 | 1 | -1/+1 |
* | Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden. | diego | 2006-10-19 | 1 | -1/+1 |
* | move video memory info printf before the WIN32 workaround | faust3 | 2006-09-23 | 1 | -1/+2 |
* | cosmetics: Reorder some rules. | diego | 2006-08-24 | 1 | -11/+10 |
* | Adapt .so pattern rule for more than one object file. | diego | 2006-08-24 | 1 | -2/+1 |
* | Redundancy removal part IV: Create pattern rules for .o and .so creation. | diego | 2006-08-24 | 1 | -31/+4 |
* | sis_vid.so should be created from more than one object. | diego | 2006-08-24 | 1 | -1/+1 |
* | Remove nonsens comment. | diego | 2006-08-24 | 1 | -1/+0 |
* | Redundancy removal part III: Unify LDFLAGS handling some more. | diego | 2006-08-24 | 1 | -22/+10 |
* | Redundancy removal part II: Remove useless variable indirection. | diego | 2006-08-24 | 1 | -59/+25 |
* | Redundancy removal part I: Unify CFLAGS and LDFLAGS handling. | diego | 2006-08-23 | 1 | -34/+25 |
* | The way to ignore failing commands in Makefiles is to prepend a -. | diego | 2006-08-23 | 1 | -1/+1 |
* | Simplify compilation commands with $< and $@. | diego | 2006-08-23 | 1 | -11/+11 |
* | Remove useless define from MACH64 CFLAGS. | diego | 2006-08-23 | 1 | -1/+1 |
* | Remove reference to long-gone genfb driver. | diego | 2006-08-23 | 1 | -7/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -11/+11 |
* | drops casts from void * on malloc/calloc from vidix/ | reynaldo | 2006-07-13 | 2 | -2/+2 |
* | little rephrasing and corrected reference to main->trunk | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | marks several function without a prototype which arent used outside its sourc... | reynaldo | 2006-07-13 | 4 | -14/+14 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 1 | -1/+0 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 2 | -2/+0 |
* | Remove unnecessary le2me_32 macros. | diego | 2006-04-27 | 1 | -2/+2 |
* | Don't call make from shell constructs it prevent proper | albeu | 2006-03-26 | 1 | -9/+9 |
* | support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.... | faust3 | 2006-02-09 | 1 | -5/+17 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 6 | -29/+29 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 2 | -4/+4 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 8 | -8/+8 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -2/+2 |
* | support for Radeon 9550 | diego | 2006-01-08 | 1 | -0/+2 |
* | use $(INSTALLSTRIP) consistently | rathann | 2006-01-03 | 1 | -1/+1 |
* | fix setting colorkey in vidix mga_vid | ods15 | 2005-12-26 | 1 | -0/+1 |
* | it looks like width needs to be a multiple of 64 for newer cards | faust3 | 2005-11-09 | 1 | -1/+1 |
* | mach64_mmio size fix from vidix.sf.net, possible bugfix for #59 | faust3 | 2005-10-20 | 1 | -2/+2 |
* | sync amd64 fixes from vidix.sf.net | faust3 | 2005-10-20 | 1 | -4/+4 |
* | support for GeForce FX Go5200 (newer Apple PowerBooks) | diego | 2005-09-06 | 1 | -0/+1 |
* | Only older card version seem to make problems with y < 8 in text mode. | reimar | 2005-09-06 | 1 | -1/+1 |
* | equalizer fixes: changing one attribute reset the others, | reimar | 2005-09-04 | 1 | -16/+24 |
* | equalizer support | reimar | 2005-09-03 | 1 | -2/+44 |
* | 64 bit fix: do not cast pointers to uint32_t | reimar | 2005-09-03 | 1 | -5/+5 |
* | vidix support for nVidix FX Go 5700 | reimar | 2005-09-03 | 1 | -1/+2 |
* | initial endianess fixes | faust3 | 2005-09-03 | 1 | -16/+4 |
* | simplification | faust3 | 2005-09-03 | 1 | -25/+4 |
* | fix window position adjustment | faust3 | 2005-09-03 | 1 | -1/+5 |
* | radeon x300 support patch by Christophe Preaud <cpreaud at free.fr> | faust3 | 2005-07-05 | 1 | -0/+2 |
* | Some people confuse vidix with kernel drivers, so let's add a note about it | attila | 2005-06-16 | 1 | -0/+3 |
* | override memory size detection bug on rage 128 RL/VR | aurel | 2005-04-10 | 1 | -0/+1 |
* | add support for one more radeon 9200 model (the one included in the Mac Mini) | aurel | 2005-04-10 | 1 | -0/+2 |
* | missing #include | rathann | 2005-03-01 | 1 | -0/+1 |
* | 10l, pointers aren't always 32bit | faust3 | 2005-01-04 | 1 | -5/+5 |
* | 10l, patch by Martin Braun <braun12@gmx.de> | faust3 | 2004-12-27 | 1 | -0/+3 |
* | 1l misplaced variable declaration | rtognimp | 2004-12-22 | 1 | -2/ |