diff options
author | Marek Olšák <[email protected]> | 2015-01-04 20:23:51 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-01-07 12:06:43 +0100 |
commit | 15a7fff69a644856945f461e4b2c62c3a13872fb (patch) | |
tree | a0fd8a77f5104148c53c94d907678cdfe9392427 /src/gallium/drivers/radeonsi/si_shader.h | |
parent | 13de9475fc237dd000bb0ef1d7784b86bee54b39 (diff) |
radeonsi: remove flatshade from the shader key
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index 124615e19c6..21692f0ee33 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -123,7 +123,6 @@ union si_shader_key { unsigned last_cbuf:3; unsigned color_two_side:1; unsigned alpha_func:3; - unsigned flatshade:1; unsigned alpha_to_one:1; } ps; struct { |