projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3762445
)
document flags param to region_alloc()
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 21:39:53 +0000
(14:39 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 22:22:55 +0000
(15:22 -0700)
src/mesa/pipe/p_winsys.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_winsys.h
b/src/mesa/pipe/p_winsys.h
index 298b55565152d95e1e30c688492055ae4dfe4559..5bc6e6475aa0c8a15b06e17ea34bf2269c284c4c 100644
(file)
--- a/
src/mesa/pipe/p_winsys.h
+++ b/
src/mesa/pipe/p_winsys.h
@@
-72,6
+72,9
@@
struct pipe_winsys
const char *, ... );
+ /**
+ * flags is bitmask of PIPE_SURFACE_FLAG_RENDER, PIPE_SURFACE_FLAG_TEXTURE
+ */
struct pipe_region *(*region_alloc)(struct pipe_winsys *ws,
unsigned cpp, unsigned width,
unsigned height, unsigned flags);