aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix
Commit message (Expand)AuthorAge
* 10l: screen_height calculation was using an uninitialized variableGravatar faust32007-01-28
* fix detection of rage128/radeon using vidix driver on powerpc (which seems to...Gravatar ben2007-01-04
* support for vidix on ATI Radeon 9600SE cardsGravatar ben2007-01-04
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Fix macro redefinition warning.Gravatar diego2006-11-29
* Unrecurse VIDIX installation.Gravatar diego2006-11-28
* Unrecurse VIDIX drivers uninstall.Gravatar diego2006-11-28
* Remove one level of indirection on VIDIX install/uninstall.Gravatar diego2006-11-28
* Remove superfluous comment.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Remove nonexistent variable/file.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Add VIDEOMEMORY_SIZE define to allow to easily change it.Gravatar reimar2006-10-29
* Remove -fno-PIC check from configure and put -fPIC back at the beginningGravatar diego2006-10-23
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.Gravatar diego2006-10-19
* move video memory info printf before the WIN32 workaroundGravatar faust32006-09-23
* cosmetics: Reorder some rules.Gravatar diego2006-08-24
* Adapt .so pattern rule for more than one object file.Gravatar diego2006-08-24
* Redundancy removal part IV: Create pattern rules for .o and .so creation.Gravatar diego2006-08-24
* sis_vid.so should be created from more than one object.Gravatar diego2006-08-24
* Remove nonsens comment.Gravatar diego2006-08-24
* Redundancy removal part III: Unify LDFLAGS handling some more.Gravatar diego2006-08-24
* Redundancy removal part II: Remove useless variable indirection.Gravatar diego2006-08-24
* Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.Gravatar diego2006-08-23
* The way to ignore failing commands in Makefiles is to prepend a -.Gravatar diego2006-08-23
* Simplify compilation commands with $< and $@.Gravatar diego2006-08-23
* Remove useless define from MACH64 CFLAGS.Gravatar diego2006-08-23
* Remove reference to long-gone genfb driver.Gravatar diego2006-08-23
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* drops casts from void * on malloc/calloc from vidix/Gravatar reynaldo2006-07-13
* little rephrasing and corrected reference to main->trunkGravatar reynaldo2006-07-13
* marks several function without a prototype which arent used outside its sourc...Gravatar reynaldo2006-07-13
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Remove unnecessary le2me_32 macros.Gravatar diego2006-04-27
* Don't call make from shell constructs it prevent properGravatar albeu2006-03-26
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail....Gravatar faust32006-02-09
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* support for Radeon 9550Gravatar diego2006-01-08
* use $(INSTALLSTRIP) consistentlyGravatar rathann2006-01-03
* fix setting colorkey in vidix mga_vidGravatar ods152005-12-26
* it looks like width needs to be a multiple of 64 for newer cardsGravatar faust32005-11-09
* mach64_mmio size fix from vidix.sf.net, possible bugfix for #59Gravatar faust32005-10-20
* sync amd64 fixes from vidix.sf.netGravatar faust32005-10-20
* support for GeForce FX Go5200 (newer Apple PowerBooks)Gravatar diego2005-09-06
* Only older card version seem to make problems with y < 8 in text mode.Gravatar reimar2005-09-06