Module: Mesa
Branch: master
Commit: 227aa0070d3b13baaa87270fd1a45fa5904ae3dc
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=227aa0070d3b13baaa87270fd1a45fa5904ae3dc

Author: Brian Paul <[email protected]>
Date:   Thu Apr  9 14:55:32 2009 -0600

gallium: remove unneeded compressed=0 assignment

---

 src/mesa/state_tracker/st_cb_fbo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_fbo.c 
b/src/mesa/state_tracker/st_cb_fbo.c
index f74d0d4..92d53da 100644
--- a/src/mesa/state_tracker/st_cb_fbo.c
+++ b/src/mesa/state_tracker/st_cb_fbo.c
@@ -111,7 +111,6 @@ st_renderbuffer_alloc_storage(GLcontext * ctx, struct 
gl_renderbuffer *rb,
    init_renderbuffer_bits(strb, template.format);
 
    template.target = PIPE_TEXTURE_2D;
-   template.compressed = 0;
    pf_get_block(template.format, &template.block);
    template.width[0] = width;
    template.height[0] = height;

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

Reply via email to