diff options
author | Stéphane Marchesin <[email protected]> | 2011-06-24 16:18:58 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-06-24 16:30:19 -0700 |
commit | 1a69b50b3b441ce8f7a00af3a7f02c37df50f6c3 (patch) | |
tree | 95c1b1291ab9f34ff58f4a37dc65774b2455b9dc /src/gallium/drivers/i915/i915_screen.h | |
parent | 6b28b44d458177209705637f759d03a27fa100f1 (diff) |
i915g: Fix point sprites.
Diffstat (limited to 'src/gallium/drivers/i915/i915_screen.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_screen.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |