mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
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@jlekstrand.net>
This commit is contained in:
parent
de88979413
commit
d1b392d060
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue