projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58be8a
)
st/mesa: fix comment indentation in st_flush_bitmap_cache()
author
Brian Paul
<brianp@vmware.com>
Wed, 6 Jan 2016 00:38:00 +0000
(17:38 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 6 Jan 2016 22:53:46 +0000
(15:53 -0700)
src/mesa/state_tracker/st_cb_bitmap.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_bitmap.c
b/src/mesa/state_tracker/st_cb_bitmap.c
index 14e8354d4801ba9e2172792a2708fdb77cf3f8e8..4d6b8d6233c3c1f2871c42d33cfc5d6b47eb7503 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_bitmap.c
+++ b/
src/mesa/state_tracker/st_cb_bitmap.c
@@
-501,8
+501,8
@@
st_flush_bitmap_cache(struct st_context *st)
*/
/* The texture transfer has been mapped until now.
-
* So unmap and release the texture transfer before drawing.
-
*/
+ * So unmap and release the texture transfer before drawing.
+ */
if (cache->trans && cache->buffer) {
if (0)
print_cache(cache);