Mesa (master): i965/blorp: Remove unused 'brw' member.

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 17 17:18:54 UTC 2014


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sat Jun 14 22:51:29 2014 -0700

i965/blorp: Remove unused 'brw' member.

Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mesa/drivers/dri/i965/brw_blorp_clear.cpp |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
index 17d9325..5efdf71 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
+++ b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
@@ -99,7 +99,6 @@ private:
    void alloc_regs();
 
    void *mem_ctx;
-   struct brw_context *brw;
    const brw_blorp_const_color_prog_key *key;
    struct brw_compile func;
 
@@ -120,7 +119,6 @@ brw_blorp_const_color_program::brw_blorp_const_color_program(
       struct brw_context *brw,
       const brw_blorp_const_color_prog_key *key)
    : mem_ctx(ralloc_context(NULL)),
-     brw(brw),
      key(key),
      R0(),
      R1(),




More information about the mesa-commit mailing list