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

Author: Lionel Landwerlin <[email protected]>
Date:   Tue Jun 19 11:19:22 2018 +0100

intel: aubinator: remove unused variables

These memory offsets are stored in the gen_batch_decode_ctx.

Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Rafael Antognolli <[email protected]>

---

 src/intel/tools/aubinator.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 77676e9c67..0e2fd5fb34 100644
--- a/src/intel/tools/aubinator.c
+++ b/src/intel/tools/aubinator.c
@@ -70,11 +70,6 @@ struct gen_batch_decode_ctx batch_ctx;
 
 uint64_t gtt_size, gtt_end;
 void *gtt;
-uint64_t general_state_base;
-uint64_t surface_state_base;
-uint64_t dynamic_state_base;
-uint64_t instruction_base;
-uint64_t instruction_bound;
 
 FILE *outfile;
 

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

Reply via email to