summaryrefslogtreecommitdiff
path: root/src/theatre200.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-27radeon: Convert remaining x(c)alloc/xfree to m/calloc/free.Nicolas Reinecke1-4/+4
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-4/+4
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-169/+169
2008-03-02[PATCH] Ensure symbols used by other modules are visible.Paulo Cesar Pereira de Andrade1-14/+14
2007-08-2464 bit warning fixes.Michel Dänzer1-6/+13
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie1-1/+0
2006-06-15theatre: fix all -Wall warnings in theatre*Dave Airlie1-26/+28
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg1-33/+41
2005-11-07Replaced the variadic macros(gcc) by macros according to C99 standardBogdan Diaconescu1-27/+30
2005-08-28Modified the licens type from GPL to a X/MIT oneBogdan Diaconescu1-2/+23
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+7
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14Daniel Stone1-2/+2
2005-04-17Added the RageTheatre200 video demodulator supportBogdan Diaconescu1-0/+2228