document flags param to region_alloc()

This commit is contained in:
Brian
2007-11-06 14:39:53 -07:00
parent 37624458e4
commit db01ff6a19
+3
View File
@@ -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);