summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_screen.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-01-30 17:59:10 -0500
committerZack Rusin <zackr@vmware.com>2009-01-30 17:59:55 -0500
commit26c9b1534388876797168cfece507fa7b9e8665a (patch)
treebf5b8138cdb847e612c59c26247b2e02a035cc35 /src/gallium/include/pipe/p_screen.h
parent8d0b689a56bd0a2d9d183fad769a9db988eb0486 (diff)
gallium: add a convience wrapper for simple screens
forwards screen calls to the winsys
Diffstat (limited to 'src/gallium/include/pipe/p_screen.h')
-rw-r--r--src/gallium/include/pipe/p_screen.h1
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,