projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de88979
)
i965: Delete brw_wm_prog_key::drawable_height.
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 26 Oct 2017 21:57:41 +0000
(14:57 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Mon, 30 Oct 2017 03:52:02 +0000
(20:52 -0700)
This has been unused since we switched to nir_lower_wpos_ytransform.
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/compiler/brw_compiler.h
patch
|
blob
|
history
diff --git
a/src/intel/compiler/brw_compiler.h
b/src/intel/compiler/brw_compiler.h
index 6a330537a5bbcd8c8f9276704b6637d5869b3384..17615c6dd9f80c76e0e8bd485be80750a1952612 100644
(file)
--- 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 */