summaryrefslogtreecommitdiff
path: root/src/theatre200.c
AgeCommit message (Collapse)Author
2008-03-02[PATCH] Ensure symbols used by other modules are visible.Paulo Cesar Pereira de Andrade
The xf86-video-ati drivers are one of the cases where LoaderSymbol is widely used in some obscure ways. This patch fixes the problem, and allows compiling with -fvisibility=hidden.
2007-08-2464 bit warning fixes.Michel Dänzer
For printf vs. CARD32, use %u or %x and and a cast to unsigned.
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-06-15theatre: fix all -Wall warnings in theatre*Dave Airlie
This fixes all the warnings, it doesn't clean up the horrible mess that is theatre*.[ch].
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg
symbols directly. The xf86* versions aren't supposed to be used directly. Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
2005-11-07Replaced the variadic macros(gcc) by macros according to C99 standardBogdan Diaconescu
2005-08-28Modified the licens type from GPL to a X/MIT oneBogdan Diaconescu
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14Daniel Stone
2005-04-17Added the RageTheatre200 video demodulator supportBogdan Diaconescu