projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3713a7a
)
r300: disable assert that fires
author
Dave Airlie
<airlied@redhat.com>
Wed, 11 Feb 2009 09:04:39 +0000
(19:04 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 11 Feb 2009 09:04:39 +0000
(19:04 +1000)
src/mesa/drivers/dri/r300/r300_cmdbuf.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_cmdbuf.c
b/src/mesa/drivers/dri/r300/r300_cmdbuf.c
index ec702f6eb3c96322f38537624f31189157442b98..303efe3ada11cbd0b6e74bd2600ffa176ac82bb7 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_cmdbuf.c
+++ b/
src/mesa/drivers/dri/r300/r300_cmdbuf.c
@@
-282,7
+282,7
@@
static void emit_tex_offsets(GLcontext *ctx, struct radeon_state_atom * atom)
RADEON_GEM_DOMAIN_VRAM, 0, 0);
END_BATCH();
} else if (!t) {
- assert(0);
+
//
assert(0);
} else {
if (t->bo) {
BEGIN_BATCH_NO_AUTOSTATE(4);