Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / swr / swr_tex_sample.h
index f5c368c108d1231d4dcd984a31f51954069bcfe7..715ca3c3e1917586f4470075a25344eb80a5d850 100644 (file)
@@ -44,4 +44,5 @@ struct swr_sampler_static_state {
  *
  */
 struct lp_build_sampler_soa *
-swr_sampler_soa_create(const struct swr_sampler_static_state *key);
+swr_sampler_soa_create(const struct swr_sampler_static_state *key,
+                       enum pipe_shader_type shader_type);