diff options
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h index b58a58ab4db..d61efcb1a72 100644 --- a/src/gallium/drivers/r600/r600_shader.h +++ b/src/gallium/drivers/r600/r600_shader.h @@ -61,6 +61,7 @@ struct r600_shader { boolean vs_out_misc_write; boolean vs_out_point_size; boolean has_txq_cube_array_z_comp; + boolean uses_tex_buffers; }; struct r600_shader_key { |