From 1a69b50b3b441ce8f7a00af3a7f02c37df50f6c3 Mon Sep 17 00:00:00 2001 From: Stéphane Marchesin Date: Fri, 24 Jun 2011 16:18:58 -0700 Subject: i915g: Fix point sprites. --- src/gallium/drivers/i915/i915_screen.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gallium/drivers/i915/i915_screen.h') diff --git a/src/gallium/drivers/i915/i915_screen.h b/src/gallium/drivers/i915/i915_screen.h index cfc585b5350..9f2004eb942 100644 --- a/src/gallium/drivers/i915/i915_screen.h +++ b/src/gallium/drivers/i915/i915_screen.h @@ -65,5 +65,11 @@ i915_screen(struct pipe_screen *pscreen) return (struct i915_screen *) pscreen; } +boolean +i915_is_format_supported(struct pipe_screen *screen, + enum pipe_format format, + enum pipe_texture_target target, + unsigned sample_count, + unsigned tex_usage); #endif /* I915_SCREEN_H */ -- cgit v1.2.3