gl: updated glxext.h to version 27
[mesa.git] / src / gallium / winsys / drm / radeon / core / radeon_r300.h
index 775d7937fd85e002c01be668c9693a3a6916260a..e655dc32c85bc4a58795c4bb82c72993019549b9 100644 (file)
 #ifndef RADEON_R300_H
 #define RADEON_R300_H
 
-/* XXX WTF is this! I shouldn't have to include those first three! FUCK! */
-#include <stdint.h>
-#include <stdlib.h>
-#include "drm.h"
-#include "radeon_drm.h"
-#include "radeon_cs_gem.h"
+#include "radeon_winsys.h"
 
-#include "r300_winsys.h"
-
-#include "radeon_buffer.h"
-
-struct radeon_winsys;
-
-struct r300_winsys*
-radeon_create_r300_winsys(int fd, struct radeon_winsys* old_winsys);
+void radeon_setup_winsys(int fd, struct radeon_winsys* winsys);
 
 #endif /* RADEON_R300_H */