projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42111e
)
r600g: remove broken assert from r600_isa.c
author
Vadim Girlin
<vadimgirlin@gmail.com>
Fri, 1 Feb 2013 09:19:35 +0000
(13:19 +0400)
committer
Vadim Girlin
<vadimgirlin@gmail.com>
Fri, 1 Feb 2013 09:19:35 +0000
(13:19 +0400)
Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
src/gallium/drivers/r600/r600_isa.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_isa.c
b/src/gallium/drivers/r600/r600_isa.c
index e3a29c3cdeec7e22c9e20930c20475edfc6a36d6..20b17594f49616da04875adc24e3a54d22c8af3d 100644
(file)
--- a/
src/gallium/drivers/r600/r600_isa.c
+++ b/
src/gallium/drivers/r600/r600_isa.c
@@
-32,8
+32,6
@@
int r600_isa_init(struct r600_context *ctx, struct r600_isa *isa) {
assert(ctx->chip_class >= R600 && ctx->chip_class <= CAYMAN);
isa->hw_class = ctx->chip_class - R600;
- assert(isa->hw_class >= ISA_CC_R600 && isa->hw_class <= ISA_CC_EVERGREEN);
-
/* reverse lookup maps are required for bytecode parsing only,
* currently it's needed for handling the bytestream from llvm backend */
#if defined R600_USE_LLVM || defined HAVE_OPENCL