aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix
Commit message (Expand)AuthorAge
* Remove multistage recursion for the vidix subdirectory and recurse from theGravatar diego2007-03-24
* whitespace cosmeticsGravatar diego2007-03-14
* Simplify handling of extra library flags.Gravatar diego2007-03-14
* Remove superfluous rule and variables, X_LIB does not exist any longer.Gravatar diego2007-03-14
* Remove superfluous variable indirection.Gravatar diego2007-03-14
* Reuse common parts of all Makefiles through mpcommon.mak.Gravatar diego2007-03-14
* Rename all target to libs.Gravatar diego2007-03-14
* Separate prerequisites and rules to avoid redundant rules.Gravatar diego2007-03-14
* whitespace cosmeticsGravatar diego2007-03-14
* Generate dependency information.Gravatar diego2007-03-14
* Remove superfluous rule and variable.Gravatar diego2007-03-14
* Properly mark all phony targets as such.Gravatar diego2007-03-14
* Rename VIDIX_CFLAGS to CFLAGS.Gravatar diego2007-03-14
* Remove unused variable.Gravatar diego2007-03-14
* Use 'libs' instead of 'all' target.Gravatar diego2007-03-14
* Reuse common parts of all Makefiles through mpcommon.mak.Gravatar diego2007-03-14
* Don't remove 'test' on distclean, there is no such file.Gravatar diego2007-03-14
* cosmetics: Rename variables for consistency with other Makefiles.Gravatar diego2007-03-14
* consistency cosmeticsGravatar diego2007-03-14
* Simplify library generation rule.Gravatar diego2007-03-14
* Merge all and do_drivers rules.Gravatar diego2007-03-14
* Remove superfluous/obsolete rules and variables.Gravatar diego2007-03-14
* Simplify .depend file inclusion.Gravatar diego2007-02-27
* 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