Mesa (master): i965: Delete brw_wm_prog_key::drawable_height.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Oct 30 03:59:17 UTC 2017


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Oct 26 14:57:41 2017 -0700

i965: Delete brw_wm_prog_key::drawable_height.

This has been unused since we switched to nir_lower_wpos_ytransform.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/compiler/brw_compiler.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h
index 6a330537a5..17615c6dd9 100644
--- a/src/intel/compiler/brw_compiler.h
+++ b/src/intel/compiler/brw_compiler.h
@@ -389,7 +389,6 @@ struct brw_wm_prog_key {
    bool force_dual_color_blend:1;
    bool coherent_fb_fetch:1;
 
-   uint16_t drawable_height;
    uint64_t input_slots_valid;
    unsigned program_string_id;
    GLenum alpha_test_func;          /* < For Gen4/5 MRT alpha test */




More information about the mesa-commit mailing list