Module: Mesa
Branch: gallium-0.2
Commit: 26b5e92c302e0a83e08aa2100b23c10919a97f4a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=26b5e92c302e0a83e08aa2100b23c10919a97f4a

Author: Jerome Glisse <[email protected]>
Date:   Thu Dec 18 19:56:45 2008 +0100

softpipe: initialize refcount and winsys

---

 src/gallium/drivers/softpipe/sp_texture.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_texture.c 
b/src/gallium/drivers/softpipe/sp_texture.c
index 84a497c..0cb4b2f 100644
--- a/src/gallium/drivers/softpipe/sp_texture.c
+++ b/src/gallium/drivers/softpipe/sp_texture.c
@@ -219,6 +219,8 @@ softpipe_get_tex_surface(struct pipe_screen *screen,
    assert(level <= pt->last_level);
 
    ps = CALLOC_STRUCT(pipe_surface);
+   ps->refcount = 1;
+   ps->winsys = ws;
    if (ps) {
       assert(ps->refcount);
       assert(ps->winsys);

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to