OSDN Git Service
(root)
/
android-x86
/
external-mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5d9e1
)
mesa: return after invalidating renderbuffer
author
Marek Olšák
<maraeo@gmail.com>
Mon, 7 Mar 2011 22:33:36 +0000
(23:33 +0100)
committer
Marek Olšák
<maraeo@gmail.com>
Mon, 7 Mar 2011 22:33:36 +0000
(23:33 +0100)
src/mesa/main/fbobject.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/fbobject.c
b/src/mesa/main/fbobject.c
index
be8e9d5
..
ffdd084
100644
(file)
--- a/
src/mesa/main/fbobject.c
+++ b/
src/mesa/main/fbobject.c
@@
-1134,6
+1134,7
@@
invalidate_rb(GLuint key, void *data, void *userData)
att->Renderbuffer == rb) {
/* Mark fb status as indeterminate to force re-validation */
fb->_Status = 0;
+ return;
}
}
}