diff options
author | Glenn Kennard <[email protected]> | 2015-09-21 16:21:37 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-10-13 08:53:35 +1000 |
commit | 80c5062abfdef28e23615f44b214760449f6a582 (patch) | |
tree | 679b22ca3320400fb4ad8737f5ed94bb98ae8d7e /src/gallium/drivers/r600/r600_shader.h | |
parent | bd198b9f0a292a9ff4ffffec3a29bad23d62caba (diff) |
r600g/sb: Support gs5 sampler indexing (v2)
[airlied: v2 cayman fixups]
Signed-off-by: Glenn Kennard <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_shader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h index 48de9cdb156..8ba32ae4999 100644 --- a/src/gallium/drivers/r600/r600_shader.h +++ b/src/gallium/drivers/r600/r600_shader.h @@ -75,8 +75,8 @@ struct r600_shader { boolean has_txq_cube_array_z_comp; boolean uses_tex_buffers; boolean gs_prim_id_input; - /* Temporarily workaround SB not handling CF_INDEX_[01] index registers */ - boolean uses_index_registers; + /* Temporarily workaround SB not handling ubo indexing */ + boolean uses_ubo_indexing; /* Size in bytes of a data item in the ring(s) (single vertex data). Stages with only one ring items 123 will be set to 0. */ |