Age | Commit message (Collapse) | Author |
|
As has been done with xf86-video-intel, replace all CARD* datatypes with
uint*_t datatypes available from stdint.h.
|
|
Minor changes to avoid declarations mixed with code.
Ansified functions with empty prototype to specify they don't
receive arguments.
Added some prototypes to radeon.h, and major reorder on radeon.h
adding prototypes in alphabetical order and specifying to file that
defines it.
|
|
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.
|
|
For printf vs. CARD32, use %u or %x and and a cast to unsigned.
|
|
|
|
This fixes all the warnings, it doesn't clean up the horrible mess that is
theatre*.[ch].
|
|
|
|
|
|
|
|
|