gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
[mesa.git] / src / gallium / drivers / nouveau / nv30 / nv30_resource.h
index 7ea7b42faa7951609e54b4bf709663a1afad6260..20d86b634f27571d2f58803ebb641e5f3be48c13 100644 (file)
@@ -15,7 +15,7 @@ struct nv30_surface {
    uint16_t depth;
 };
 
-static INLINE struct nv30_surface *
+static inline struct nv30_surface *
 nv30_surface(struct pipe_surface *ps)
 {
    return (struct nv30_surface *)ps;
@@ -38,7 +38,7 @@ struct nv30_miptree {
    unsigned ms_y:1;
 };
 
-static INLINE struct nv30_miptree *
+static inline struct nv30_miptree *
 nv30_miptree(struct pipe_resource *pt)
 {
    return (struct nv30_miptree *)pt;
@@ -65,9 +65,6 @@ nv30_resource_copy_region(struct pipe_context *pipe,
                           struct pipe_resource *src, unsigned src_level,
                           const struct pipe_box *src_box);
 
-void
-nv30_resource_resolve(struct pipe_context *, const struct pipe_resolve_info *);
-
 void
 nv30_blit(struct pipe_context *pipe,
           const struct pipe_blit_info *blit_info);