st/dri: Refactor init code a bit
[mesa.git] / src / gallium / state_trackers / python / st_sample.h
index 6fb8417add8895c1738314548c34e23ae8827129..2fdbb391f368c84b7f51b5e7b9128405db7c7616 100644 (file)
@@ -40,12 +40,14 @@ void
 st_sample_pixel_block(enum pipe_format format,
                       void *raw,
                       float *rgba, unsigned rgba_stride,
-                      unsigned w, unsigned h);
+                      unsigned w, unsigned h,
+                      boolean norm);
 
 void
 st_sample_surface(struct pipe_context *pipe,
                   struct st_surface *surface,
-                  float *rgba);
+                  float *rgba,
+                  boolean norm);
 
 
 #endif /* ST_SAMPLE_H_ */