diff options
author | Zack Rusin <zackr@vmware.com> | 2009-01-30 17:59:10 -0500 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2009-01-30 17:59:55 -0500 |
commit | 26c9b1534388876797168cfece507fa7b9e8665a (patch) | |
tree | bf5b8138cdb847e612c59c26247b2e02a035cc35 /src/gallium/include/pipe | |
parent | 8d0b689a56bd0a2d9d183fad769a9db988eb0486 (diff) |
gallium: add a convience wrapper for simple screens
forwards screen calls to the winsys
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 715fa39cbe..0bd7d12e22 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -135,7 +135,6 @@ struct pipe_screen { /** * Buffer management. Buffer attributes are mostly fixed over its lifetime. * - * */ struct pipe_buffer *(*buffer_create)( struct pipe_screen *screen, unsigned alignment, |