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

Author: Kenneth Graunke <[email protected]>
Date:   Sun Sep 24 19:20:43 2017 -0700

i965: Delete dead meta stencil blit program fields from brw_context.

These have been unused for a while now.

---

 src/mesa/drivers/dri/i965/brw_context.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.h 
b/src/mesa/drivers/dri/i965/brw_context.h
index e130fbf404..6de5c2d097 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -779,9 +779,6 @@ struct brw_context
 
    struct brw_cache cache;
 
-   /** IDs for meta stencil blit shader programs. */
-   struct gl_shader_program *meta_stencil_blit_programs[2];
-
    /* Whether a meta-operation is in progress. */
    bool meta_in_progress;
 

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

Reply via email to