Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-12 | Replace CARD{8,16,32} with uint{8,16,32}_t | Matt Turner | 1 | -169/+169 | |
As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h. | |||||
2008-03-02 | [PATCH] Ensure symbols used by other modules are visible. | Paulo Cesar Pereira de Andrade | 1 | -14/+14 | |
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-24 | 64 bit warning fixes. | Michel Dänzer | 1 | -6/+13 | |
For printf vs. CARD32, use %u or %x and and a cast to unsigned. | |||||
2006-09-25 | remove all CVS annotations from the ATI driver files | Dave Airlie | 1 | -1/+0 | |
2006-06-15 | theatre: fix all -Wall warnings in theatre* | Dave Airlie | 1 | -26/+28 | |
This fixes all the warnings, it doesn't clean up the horrible mess that is theatre*.[ch]. | |||||
2006-03-22 | Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc | Kristian Høgsberg | 1 | -33/+41 | |
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-07 | Replaced the variadic macros(gcc) by macros according to C99 standard | Bogdan Diaconescu | 1 | -27/+30 | |
2005-08-28 | Modified the licens type from GPL to a X/MIT one | Bogdan Diaconescu | 1 | -2/+23 | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | 1 | -0/+7 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14 | Daniel Stone | 1 | -2/+2 | |
2005-04-17 | Added the RageTheatre200 video demodulator support | Bogdan Diaconescu | 1 | -0/+2228 | |