zink: move all types/enums into zink_types.h
this significantly untangles all the header includes and fixes an issue where zink_descriptors.h couldn't be included by certain files due to type conflicts Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18051>
This commit is contained in:
@@ -22,12 +22,14 @@
|
||||
*/
|
||||
|
||||
#include "zink_context.h"
|
||||
#include "zink_clear.h"
|
||||
#include "zink_framebuffer.h"
|
||||
#include "zink_kopper.h"
|
||||
#include "zink_query.h"
|
||||
#include "zink_render_pass.h"
|
||||
#include "zink_resource.h"
|
||||
#include "zink_screen.h"
|
||||
#include "zink_surface.h"
|
||||
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_string.h"
|
||||
|
Reference in New Issue
Block a user