log vidix/radeon_vid.c @ 37171:29802bb119f6

age author description
Sat, 17 May 2014 01:38:00 +0000 al vidix: Replace printf with mp_msg
Sun, 06 Apr 2014 18:13:47 +0000 reimar vidix: fix bad shift.
Sat, 25 Jan 2014 16:55:04 +0000 reimar radeon_vid: small simplification.
Sat, 25 Jan 2014 16:55:01 +0000 reimar vidix: move query_format struct initialization to common code.
Sun, 19 Feb 2012 15:21:28 +0000 diego Make inline keyword handling consistent.
Fri, 23 Sep 2011 14:26:24 +0000 diego vidix: Add two more ATI Rage Mobility hardware IDs.
Sun, 28 Nov 2010 16:10:56 +0000 reimar Add horrible hack to make xvidix work on big-endian.
Sun, 28 Nov 2010 15:33:45 +0000 reimar 100l, fix vidix compilation on big-endian
Sun, 28 Nov 2010 15:25:15 +0000 reimar Restore big-endian support removed in thoughtless upstream merge
Sun, 28 Nov 2010 07:47:37 +0000 reimar Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Fri, 20 Jun 2008 20:16:34 +0000 ben remove now useless vidixlib.h file
Sat, 07 Jun 2008 11:43:57 +0000 ben remove useless vidix versioning stuff
Fri, 16 May 2008 00:13:03 +0000 diego cosmetics: Remove useless parentheses from return statements.
Mon, 12 May 2008 09:05:16 +0000 diego Use standard license header and add back credits line for Marcel Naziri.
Mon, 12 May 2008 08:58:25 +0000 diego Remove pointless changelog from file header.
Sun, 27 Jan 2008 17:32:26 +0000 diego Fix illegal identifiers, names starting with __ are reserved for the system.
Sun, 13 Jan 2008 17:52:29 +0000 reimar Make some radeon vidix driver tables static and const
Mon, 17 Dec 2007 19:35:30 +0000 ben r25345 patched the wrong line.
Fri, 14 Dec 2007 17:59:43 +0000 ben register values were already set: simplify
Mon, 10 Dec 2007 19:27:46 +0000 ben Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
Mon, 10 Dec 2007 19:13:54 +0000 ben Dump the ati radeon DISP_MERGE_CNTL register to ease the
Tue, 04 Dec 2007 22:22:24 +0000 ben Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
Tue, 04 Dec 2007 21:56:18 +0000 ben sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
Tue, 26 Jun 2007 17:07:30 +0000 ben fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
Mon, 30 Apr 2007 22:14:29 +0000 ben synced with upstream vidix, prevented some drivers to work on some configs/archs
Mon, 30 Apr 2007 11:46:43 +0000 ben one more spelling fix
Mon, 30 Apr 2007 11:46:02 +0000 ben accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
Mon, 30 Apr 2007 11:41:47 +0000 ben spelling fix
Thu, 26 Apr 2007 18:39:08 +0000 ben onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
Thu, 26 Apr 2007 18:34:18 +0000 ben support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
Sun, 22 Apr 2007 19:24:04 +0000 ben u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
Sun, 22 Apr 2007 19:22:41 +0000 ben remove useless include that breaks MinGW (patch by Xuebin Wu)
Sun, 22 Apr 2007 15:44:42 +0000 ben simplified depth definition
Sun, 22 Apr 2007 15:18:48 +0000 ben removed useless code from vidix drivers
Sun, 22 Apr 2007 14:05:41 +0000 ben updated vidix files headers whenever it's possible to have a clear GPL statement
Sun, 22 Apr 2007 13:25:50 +0000 ben updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
Fri, 06 Apr 2007 20:37:43 +0000 diego consistent include paths for config.h et al.
Fri, 06 Apr 2007 15:26:41 +0000 ben renamed libdha.[hc] to dha.[hc]
Fri, 06 Apr 2007 15:20:49 +0000 ben merged libdha and libvidix, moved all files from libdha to vidix directory
Sun, 01 Apr 2007 13:58:06 +0000 ben updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
Sun, 01 Apr 2007 13:00:58 +0000 ben killed warnings in rage128 driver
Sun, 01 Apr 2007 11:13:04 +0000 ben checking for dynamic drivers version number is now pointless
Sun, 01 Apr 2007 11:06:06 +0000 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
Sun, 01 Apr 2007 00:02:43 +0000 diego Move driver files directly into the vidix directory.