mesa: add view classes for 3d astc formats
[mesa.git] / src / mesa / main / extensions.h
index e4671be2cf68822330ac667c5149eecde2484450..b5e035072311bfc4b2636ae5efff85183bdfc83b 100644 (file)
@@ -75,7 +75,9 @@ struct mesa_extension {
    /** Year the extension was proposed or approved.  Used to sort the 
     * extension string chronologically. */
    uint16_t year;
-} extern const _mesa_extension_table[];
+};
+
+extern const struct mesa_extension _mesa_extension_table[];
 
 
 /* Generate enums for the functions below */
@@ -86,7 +88,7 @@ enum {
 };
 
 
-/** Checks if the context suports a user-facing extension */
+/** Checks if the context supports a user-facing extension */
 #define EXT(name_str, driver_cap, ...) \
 static inline bool \
 _mesa_has_##name_str(const struct gl_context *ctx) \