panfrost: Filter compressed texture formats
[mesa.git] / src / gallium / drivers / swr / swr_query.h
index c5160ceb45341e6f0e042ba9ff791a96d5e6df55..d838dc859e285c71608b647e16513b15f501f55a 100644 (file)
@@ -34,7 +34,7 @@ struct swr_query_result {
    uint64_t timestamp_end;
 };
 
-struct swr_query {
+OSALIGNLINE(struct) swr_query {
    unsigned type; /* PIPE_QUERY_* */
    unsigned index;
 
@@ -44,5 +44,5 @@ struct swr_query {
 
 extern void swr_query_init(struct pipe_context *pipe);
 
-extern boolean swr_check_render_cond(struct pipe_context *pipe);
+extern bool swr_check_render_cond(struct pipe_context *pipe);
 #endif