summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29912Uoti Urpala2009-11-161-1/+1
|\
| * cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-139-201/+201
* | Remove trailing whitespace from most filesUoti Urpala2009-07-079-202/+201
|/
* Replace double semicolon by single semicolon.diego2009-02-161-1/+1
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-2/+2
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* Rename some definitions to avoid clashing with system headers, fixes:diego2008-06-231-4/+4
* standard license headers for mga_viddiego2008-06-143-17/+26
* add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "n...attila2008-06-141-0/+8
* Merge drivers/Makefile into top-level Makefile.diego2008-05-281-33/+0
* Fix setting of CFLAGS for Radeon modules.diego2008-05-281-2/+1
* Disable unused function, fixes the warning:diego2008-05-281-0/+2
* sync mga_vid.h to revision 265 from the mga_vid repoattila2008-05-231-7/+13
* revert changes 26035 and 26061attila2008-05-231-21/+12
* cosmetics: Remove useless parentheses from return statements.diego2008-05-163-96/+96
* clean and distclean rules do the same thing.diego2008-04-261-3/+1
* Simplify phony target declaration.diego2008-04-181-1/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-225-15/+15
* cosmetics: Move definitions to a more standard place.diego2008-02-191-9/+9
* Add standard license header and make copyright notices consistent.diego2008-02-1911-79/+206
* Rename some identifiers to not use leading underscores.diego2008-01-271-14/+11
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-012-2/+6
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-013-9/+9
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* warning fixes:diego2007-08-312-2/+2
* warning fixes:diego2007-08-291-2/+4
* warning fix:diego2007-08-291-1/+0
* Build test programs with standard CFLAGS and use implicit rules.diego2007-08-291-3/+0
* warning fix:diego2007-08-291-0/+1
* cosmetics: misc typo fixesdiego2007-07-281-3/+3
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* cosmetics: Shorten overly long lines.diego2007-03-241-3/+4
* sync mga_vid.h to the one in the mga_vid repo.attila2007-03-181-2/+3
* Move files from radeon/ subdirectory here.diego2007-03-178-5/+4
* Remove radeonfb, the version in the Linux kernel is much better.diego2007-03-172-3178/+2
* wording/spelling/grammar/updates/cosmeticsdiego2007-03-171-41/+37
* Merge Makefile from radeon/ subdirectory into this one.diego2007-03-172-44/+10
* Create device nodes upon install.diego2007-03-171-0/+2
* Introduce OBJS variable for the list of objects to build.diego2007-03-171-2/+4
* Remove support for 2.5.x kernels.diego2007-03-171-11/+0
* Remove useless compilation commands that are provided by builtin rules.diego2007-03-171-3/+0
* Merge test rules using general pattern.diego2007-03-171-4/+1
* Install tdfx_vid.o as well.diego2007-03-171-1/+1
* Remove now unnecessary MGA_VID_OBJ variable indirection.diego2007-03-171-4/+3
* Remove pointless variable indirection.diego2007-03-171-2/+1
* Remove remnants of Linux 2.6 support, the mga_vid.c part was made todiego2007-03-171-10/+2
* Remove pointless variable indirection for -I options.diego2007-03-171-3/+2
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
* cosmetics: Remove superfluous comment.diego2007-03-171-4/+0
* Remove superfluous .o creation rule, it's the same as the builtin one.diego2007-03-171-2/+0
* Remove unused variables INCLUDES and MOD_PATH_PREFIX.diego2007-03-171-3/+1
* Remove unused variable AFLAGS.diego2007-03-171-1/+0
* Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.diego2007-03-171-2/+2
* wording/spelling/cosmeticsdiego2007-03-171-13/+14
* Rename tdfx_vid_tst to tdfx_vid_test.diego2007-03-172-3/+3
* Merge README.linux.2.6 into general README.diego2007-03-172-6/+5
* Merge Rage128 README into general README.diego2007-03-172-4/+3
* Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.diego2007-03-171-2/+2
* Merge CFLAGS and INCLUDES where appropriate.diego2007-03-171-4/+4
* Make strange clean/distclean rules behave in a more standard fashion.diego2007-03-171-4/+2
* Get rid of ugly conditionals.diego2007-03-171-13/+5
* Get rid of stupid recursion within a single directory.diego2007-03-171-3/+2
* Remove unnecessary include options from compilation command.diego2007-03-171-2/+2
* Simplify compilation commands.diego2007-03-171-2/+2
* Remove rule for non-existing file.diego2007-03-171-3/+0
* Simplify compilation command.diego2007-03-171-3/+3
* Mark phony targets as such.diego2007-03-171-0/+1
* whitespace cosmeticsdiego2007-03-171-1/+1
* Mark phony targets as such.diego2007-03-171-0/+2
* Split dependency and rule declaration, avoids duplicate command.diego2007-03-171-1/+1
* Simplify compilation commands.diego2007-03-171-3/+3
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+3
* Unify dep/depend targets.diego2006-11-202-2/+2
* add a file saying that people should not try to compileattila2006-07-051-0/+6
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Simplify mkdir calls.diego2006-04-131-1/+1
* Make clean/distclean behave uniformly in all directories.diego2006-01-272-4/+4
* 1lalex2005-07-031-1/+1
* embarassing typodiego2004-07-191-2/+2
* mga_vid under linux 2.6.x support written by F. O. Tempel, Ed Sweetman, Gerge...alex2004-06-261-5/+27
* many small typo and grammar fixesgabucino2003-10-042-2/+2
* * Add multi device support.attila2003-08-311-557/+650
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* Allow negative x,y for the overlay.albeu2003-06-261-7/+29
* The overlay can't downscalealbeu2003-03-271-2/+2
* selectable 'major', patch by Hans-Andreas Engel <engel@node.ch>alex2003-03-211-7/+10
* multiple mga device support by Hans-Andreas Engel <engel@node.ch>alex2003-03-211-20/+39
* add MODULE_LICENSEarpi2003-03-141-0/+3
* Shut up some debug messagesalbeu2003-03-121-3/+4
* Overlay support (now vo_xtdfx is possible :) and yet another way toalbeu2003-03-123-20/+251
* Update, new page fault handler to access the agp mem. Doesn't really workalbeu2003-03-092-37/+152
* I forgot to commit this filealbeu2003-03-091-2/+40
* tdfx_vid a new kernel driver for tdfx wich let use agp move :)albeu2003-03-074-1/+877
* workaround wrong detected memory sizes on G400 cards.attila2003-03-021-0/+21
* Fix mistake in applying patch from Alex Beregszaszi.eyck2003-02-171-8/+8
* Fix for string handling bug from Alex Beregszaszeyck2003-02-131-8/+8
* keep reserved bits zeroed, test & bug report by andee (at irc.freenode.net)iive2003-02-011-1/+1
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-4/+4
* M6 bug workaround by Hanno Bock <hanno@gmx.de>alex2003-01-131-0/+10
* obsolete, no one seems to be interested to fix/update/finish thisarpi2002-09-042-688/+0
* Fixed some breakages of single-buffer rendering of tdfxmark2002-08-291-1/+1
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-222-3/+3
* - fixed overflow by +-0x80arpi2002-07-251-6/+9
* little fixalex2002-07-251-0/+4
* FFmpeg libavcodec directory is unknown to CVS, as is mga_vid_test.diego2002-07-131-0/+1
* switch off nearest scaling ...pontscho2002-07-091-3/+5
* linux-2.5.x support patch by Sytse Wielinga <s.b.wieling at student.utwente.nl>alex2002-06-281-0/+11
* fix fourcc's problempontscho2002-06-202-3/+13
* When compiling mga_vid_test.c, memcpy() is subject to an implicitjaf2002-05-311-0/+1
* devfs fallback support?arpi2002-05-131-4/+4
* patch that should fix the "isofs uses mga_vid" bugarpi2002-04-281-3/+3
* devfs fix?arpi2002-04-211-6/+9
* dvfs fix, 10larpi2002-04-181-2/+8
* Mark Schreiber sent link to Marcus Sundburg patch to mga_vid, which enableseyck2002-04-161-1/+26
* It is not the right place for this.eyck2002-04-151-1711/+0
* mga_vid driver in form of a patch against linux-2.4.18eyck2002-04-151-0/+1711
* Most of informational printk's ifdef'd.eyck2002-04-141-0/+21
* no native support for I420 in G200arpi2002-03-251-1/+1
* min() moved out of #if, applied brightness/contrast patch by Brian J. Murrellarpi2002-03-102-2/+22
* Add module parameters: contrast and brightness, so when you need those perman...eyck2002-02-161-8/+11
* g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>arpi2002-02-091-2/+3
* added mga_top_reserved module parameter to skip a configurable amountrfelker2002-02-071-1/+4
* print also contrast on cat /dev/mga_videyck2002-02-041-2/+4
* Attila Kinali fixing memleak introduced by me.eyck2002-02-031-0/+2
* Attila's Linux 2.2 patch, and contrast control appliedeyck2002-02-021-4/+50
* support cat /dev/mga_vid.eyck2002-02-021-4/+31
* framework for settings modifications like in radeon_vid ( /dev/mga_vid caneyck2002-02-021-4/+38
* lastminute divbyzero fix by Attila Kinali ;)arpi2002-01-021-0/+5
* note for all usersnick2002-01-021-0/+3
* solution for non-x86 usersnick2002-01-023-5/+259
* notes for non-x86 usersnick2002-01-021-0/+3
* Added support of Radeon2 8500 AIWnick2002-01-024-19/+55
* Added support of BRIGHTNESS, SATURATION, CONTRAST, HUE on Radeonsnick2001-12-312-4/+195
* Radeon specific gamma correction initialization. (from gatos.sf.net)nick2001-12-302-3/+102
* install: target added, based on patch by Jukka Tastula <jukka.tastula@kotinet...arpi2001-12-261-0/+7
* + Added support of FIFO engine (suggested by Vladimir Dergachev)nick2001-12-191-5/+74
* Just a hintnick2001-12-191-0/+4
* Typofix (thanks to Felix)nick2001-12-191-1/+1
* Partial sync with linux stuff (Linux driver is still buggy for me)nick2001-12-171-279/+164
* Some info from Vladimir Dergachevnick2001-12-171-0/+4
* Tuned some values:nick2001-12-142-13/+16
* Preparing to next acceleration levelnick2001-12-123-2/+57
* Tuned some registersnick2001-12-123-8/+118
* - added capture registersnick2001-12-081-1661/+1767
* Fixed scaling in doublescan & interlaced modesnick2001-12-081-4/+8
* Fixed scaling in doublescan modesnick2001-12-071-9/+10
* Minor fixesnick2001-12-071-1/+4
* Minor flag changesnick2001-12-071-2/+12
* rage128_vid are fully works!!!nick2001-12-072-40/+49
* Code cleanupnick2001-12-061-93/+75
* Minor fixesnick2001-12-062-9/+45
* Rage128 problems. Attempt #3nick2001-12-051-7/+18
* Rage128 problems???nick2001-12-042-55/+85
* Color key still causes some troublesnick2001-12-032-14/+55
* -vo mga notesnick2001-12-021-2/+8
* Fixed compilation on non i686 archsnick2001-12-021-0/+2
* Fixed single buffering problems and -vo mga compatibility by number of buffersnick2001-12-022-4/+10
* Support for MTRR and 'swap_fourcc' flagnick2001-12-022-8/+59
* Fixed 'cat' problemsnick2001-12-022-23/+38
* Minor improvementsnick2001-12-013-2/+14
* More informationnick2001-12-011-1/+4
* More useful examplenick2001-12-011-3/+3
* More configurable stuffnick2001-12-011-36