diff options
author | Marek Olšák <[email protected]> | 2014-09-30 15:59:37 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-10-04 15:16:14 +0200 |
commit | 7dc016419232f281d7d65f15c065e7587ab5b8db (patch) | |
tree | 583366cf50c54a022da91820021ba8730a3ded4c /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 8860584045f8c534264f9d456bfafdb545d81437 (diff) |
tgsi: remove some not so useful variables from tgsi_shader_info
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_scan.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h index 0d79e292209..934aceca4c6 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -76,9 +76,6 @@ struct tgsi_shader_info boolean uses_vertexid; boolean uses_primid; boolean uses_frontface; - boolean origin_lower_left; - boolean pixel_center_integer; - boolean color0_writes_all_cbufs; boolean writes_viewport_index; boolean writes_layer; boolean is_msaa_sampler[PIPE_MAX_SAMPLERS]; |