aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-10-04 20:41:03 +0200
committerMarek Olšák <[email protected]>2014-10-12 23:52:02 +0200
commit5e0fbe1b631d883eb0e033938a534a259c8d95fd (patch)
tree86eeec4c4ec9c4bdc0f67344a1a02c36c6a76546 /src/gallium/drivers/radeonsi/si_shader.h
parenta9592cd3ac20143e01126ef1df372ecca54b41d1 (diff)
radeonsi: remove vs.ucps_enabled from the shader key
Written CLIPDIST outputs are simply disabled in PA_CL_VS_OUT_CNTL. 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.h1
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 43a4e65aa72..76c29fe0f36 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -145,7 +145,6 @@ union si_shader_key {
/* The mask of "get_unique_index" bits, needed for ES,
* it describes how the ES->GS ring buffer is laid out. */
uint64_t gs_used_inputs;
- unsigned ucps_enabled:2;
unsigned as_es:1;
} vs;
};