Merge branch 'gallium-msaa'
[mesa.git] / src / gallium / drivers / r300 / r300_state.c
index 11c10e2f2a85e360835334c7f46827e3910a3785..67e09362d8e38fbef6ef8ce270c42f8d40d289b6 100644 (file)
@@ -404,6 +404,13 @@ static void r300_set_clip_state(struct pipe_context* pipe,
     }
 }
 
+static void
+r300_set_sample_mask(struct pipe_context *pipe,
+                     unsigned sample_mask)
+{
+}
+
+
 /* Create a new depth, stencil, and alpha state based on the CSO dsa state.
  *
  * This contains the depth buffer, stencil buffer, alpha test, and such.
@@ -1561,6 +1568,7 @@ void r300_init_state_functions(struct r300_context* r300)
     r300->context.set_blend_color = r300_set_blend_color;
 
     r300->context.set_clip_state = r300_set_clip_state;
+    r300->context.set_sample_mask = r300_set_sample_mask;
 
     r300->context.set_constant_buffer = r300_set_constant_buffer;