projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b478486
)
remove dst!=src assertion
author
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 00:19:34 +0000
(18:19 -0600)
committer
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 00:24:29 +0000
(18:24 -0600)
src/mesa/pipe/softpipe/sp_region.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_region.c
b/src/mesa/pipe/softpipe/sp_region.c
index
a0ced3e
..
5874949
100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_region.c
+++ b/
src/mesa/pipe/softpipe/sp_region.c
@@
-185,7
+185,6
@@
sp_region_copy(struct pipe_context *pipe,
GLuint src_offset,
GLuint srcx, GLuint srcy, GLuint width, GLuint height)
{
- assert( dst != src );
assert( dst->cpp == src->cpp );
_mesa_copy_rect(pipe->region_map(pipe, dst) + dst_offset,