st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GENERIC
[mesa.git] / src / gallium / targets / egl-static / egl_st.h
index ba82faf0b0e50ee662bcb6e3a6bff6ab4ed73502..1d947b221643d9194f4a281fe75f333b98793b79 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.10
  *
  * Copyright (C) 2011 LunarG Inc.
  *
@@ -34,7 +33,7 @@
 struct st_api *
 egl_st_create_api(enum st_api_type api);
 
-uint
-egl_st_get_profile_mask(enum st_api_type api);
+void
+egl_st_destroy_api(struct st_api *stapi);
 
 #endif /* _EGL_ST_H_ */