projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddcdc4
)
gdi: Fix prototype of gdi_softpipe_surface_buffer_create().
author
Michal Krol
<michal@vmware.com>
Tue, 8 Sep 2009 08:22:07 +0000
(10:22 +0200)
committer
Michal Krol
<michal@vmware.com>
Tue, 8 Sep 2009 08:23:05 +0000
(10:23 +0200)
src/gallium/winsys/gdi/gdi_softpipe_winsys.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
index 33826524d7ab7b1884f67d428f1e8336d35f6f4d..66120a6a9830e1a63f79d0be300430a6fd9b5014 100644
(file)
--- a/
src/gallium/winsys/gdi/gdi_softpipe_winsys.c
+++ b/
src/gallium/winsys/gdi/gdi_softpipe_winsys.c
@@
-166,6
+166,7
@@
gdi_softpipe_surface_buffer_create(struct pipe_winsys *winsys,
unsigned width, unsigned height,
enum pipe_format format,
unsigned usage,
+ unsigned tex_usage,
unsigned *stride)
{
const unsigned alignment = 64;