r600g: drop use_mem_constant.

since we plan on using dx10 constant buffers everywhere.
This commit is contained in:
Dave Airlie
2010-10-05 16:00:23 +10:00
parent 46997d4fc2
commit d2c06b5037
9 changed files with 3 additions and 14 deletions

View File

@@ -43,7 +43,6 @@ struct r600_shader {
struct r600_shader_io output[32];
enum radeon_family family;
boolean uses_kill;
boolean use_mem_constant;
};
int r600_shader_from_tgsi(const struct tgsi_token *tokens, struct r600_shader *shader);