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

Author: Henri Verbeet <[email protected]>
Date:   Wed Dec 22 09:18:05 2010 +0100

r600g: Remove the unused "pframebuffer" field from r600_pipe_context.

---

 src/gallium/drivers/r600/evergreen_state.c |    2 --
 src/gallium/drivers/r600/r600_pipe.h       |    1 -
 src/gallium/drivers/r600/r600_state.c      |    2 --
 3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/r600/evergreen_state.c 
b/src/gallium/drivers/r600/evergreen_state.c
index 719b29f..c6f3669 100644
--- a/src/gallium/drivers/r600/evergreen_state.c
+++ b/src/gallium/drivers/r600/evergreen_state.c
@@ -770,8 +770,6 @@ static void evergreen_set_framebuffer_state(struct 
pipe_context *ctx,
 
        util_copy_framebuffer_state(&rctx->framebuffer, state);
 
-       rctx->pframebuffer = &rctx->framebuffer;
-
        /* build states */
        for (int i = 0; i < state->nr_cbufs; i++) {
                evergreen_cb(rctx, rstate, state, i);
diff --git a/src/gallium/drivers/r600/r600_pipe.h 
b/src/gallium/drivers/r600/r600_pipe.h
index 43dbee9..d9c35a4 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -136,7 +136,6 @@ struct r600_upload;
 struct r600_pipe_context {
        struct pipe_context             context;
        struct blitter_context          *blitter;
-       struct pipe_framebuffer_state   *pframebuffer;
        unsigned                        family;
        void                            *custom_dsa_flush;
        struct r600_screen              *screen;
diff --git a/src/gallium/drivers/r600/r600_state.c 
b/src/gallium/drivers/r600/r600_state.c
index 9b099df..b68203f 100644
--- a/src/gallium/drivers/r600/r600_state.c
+++ b/src/gallium/drivers/r600/r600_state.c
@@ -1019,8 +1019,6 @@ static void r600_set_framebuffer_state(struct 
pipe_context *ctx,
 
        util_copy_framebuffer_state(&rctx->framebuffer, state);
 
-       rctx->pframebuffer = &rctx->framebuffer;
-
        /* build states */
        for (int i = 0; i < state->nr_cbufs; i++) {
                r600_cb(rctx, rstate, state, i);

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

Reply via email to