summaryrefslogtreecommitdiffstats
path: root/drivers/radeon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge Makefile from radeon/ subdirectory into this one.diego2007-03-171-43/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22701 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove superfluous comment.diego2007-03-171-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22684 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous .o creation rule, it's the same as the builtin one.diego2007-03-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22683 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables INCLUDES and MOD_PATH_PREFIX.diego2007-03-171-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable AFLAGS.diego2007-03-171-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22680 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22662 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split dependency and rule declaration, avoids duplicate command.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22661 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify compilation commands.diego2007-03-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support of Radeon2 8500 AIWnick2002-01-021-1/+1
| | | | | | | | Ugly fix (from non-x86 point) of FPU problems for Radeons color correction Added checking of boundaries during color correction on Radeon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed single buffering problems and -vo mga compatibility by number of buffersnick2001-12-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor improvementsnick2001-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improving auto-installnick2001-12-011-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Auto-install stuffnick2001-12-011-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3245 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon_vid new features:nick2001-11-271-1/+3
| | | | | | | | | | | - tested UYVY format and known as working - YV12, I420, IYUV direct support (were missed: p23_blank_lines_at_top, p23_v_accum_init in radeon_vid_display_video - good info for Y800 support ;) - experimental support for Rage128/Rage128Pro chips git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3165 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon_vid: it's in first pre-alpha stagenick2001-11-131-1/+3
| | | | | | | | | | | | Note: it's not public release and not test version. It's simplest commit of unfinished and not working stuff in hope to attract other developer to this driver. (What is good: this driver is removable from driver list and doesn't cause segfault !!!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2871 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupnick2001-09-281-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2005 b3059339-0415-0410-9bf9-f77b7e298cf2
* building improvementsnick2001-09-191-0/+31
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1922 b3059339-0415-0410-9bf9-f77b7e298cf2