aboutsummaryrefslogtreecommitdiffhomepage
path: root/drivers
Commit message (Expand)AuthorAge
* clean and distclean rules do the same thing.Gravatar diego2008-04-26
* Simplify phony target declaration.Gravatar diego2008-04-18
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* cosmetics: Move definitions to a more standard place.Gravatar diego2008-02-19
* Add standard license header and make copyright notices consistent.Gravatar diego2008-02-19
* Rename some identifiers to not use leading underscores.Gravatar diego2008-01-27
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* warning fixes:Gravatar diego2007-08-31
* warning fixes:Gravatar diego2007-08-29
* warning fix:Gravatar diego2007-08-29
* Build test programs with standard CFLAGS and use implicit rules.Gravatar diego2007-08-29
* warning fix:Gravatar diego2007-08-29
* cosmetics: misc typo fixesGravatar diego2007-07-28
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* cosmetics: Shorten overly long lines.Gravatar diego2007-03-24
* sync mga_vid.h to the one in the mga_vid repo.Gravatar attila2007-03-18
* Move files from radeon/ subdirectory here.Gravatar diego2007-03-17
* Remove radeonfb, the version in the Linux kernel is much better.Gravatar diego2007-03-17
* wording/spelling/grammar/updates/cosmeticsGravatar diego2007-03-17
* Merge Makefile from radeon/ subdirectory into this one.Gravatar diego2007-03-17
* Create device nodes upon install.Gravatar diego2007-03-17
* Introduce OBJS variable for the list of objects to build.Gravatar diego2007-03-17
* Remove support for 2.5.x kernels.Gravatar diego2007-03-17
* Remove useless compilation commands that are provided by builtin rules.Gravatar diego2007-03-17
* Merge test rules using general pattern.Gravatar diego2007-03-17
* Install tdfx_vid.o as well.Gravatar diego2007-03-17
* Remove now unnecessary MGA_VID_OBJ variable indirection.Gravatar diego2007-03-17
* Remove pointless variable indirection.Gravatar diego2007-03-17
* Remove remnants of Linux 2.6 support, the mga_vid.c part was made toGravatar diego2007-03-17
* Remove pointless variable indirection for -I options.Gravatar diego2007-03-17
* Remove unnecessary -I option from CFLAGS.Gravatar diego2007-03-17
* cosmetics: Remove superfluous comment.Gravatar diego2007-03-17
* Remove superfluous .o creation rule, it's the same as the builtin one.Gravatar diego2007-03-17
* Remove unused variables INCLUDES and MOD_PATH_PREFIX.Gravatar diego2007-03-17
* Remove unused variable AFLAGS.Gravatar diego2007-03-17
* Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.Gravatar diego2007-03-17
* wording/spelling/cosmeticsGravatar diego2007-03-17
* Rename tdfx_vid_tst to tdfx_vid_test.Gravatar diego2007-03-17
* Merge README.linux.2.6 into general README.Gravatar diego2007-03-17
* Merge Rage128 README into general README.Gravatar diego2007-03-17
* Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.Gravatar diego2007-03-17
* Merge CFLAGS and INCLUDES where appropriate.Gravatar diego2007-03-17
* Make strange clean/distclean rules behave in a more standard fashion.Gravatar diego2007-03-17
* Get rid of ugly conditionals.Gravatar diego2007-03-17
* Get rid of stupid recursion within a single directory.Gravatar diego2007-03-17
* Remove unnecessary include options from compilation command.Gravatar diego2007-03-17
* Simplify compilation commands.Gravatar diego2007-03-17