projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a44ee
)
llvmpipe: remove trailing whitespace, rewrap comment
author
Brian Paul
<brianp@vmware.com>
Tue, 11 May 2010 16:22:54 +0000
(10:22 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 11 May 2010 17:52:06 +0000
(11:52 -0600)
src/gallium/drivers/llvmpipe/lp_screen.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_screen.h
b/src/gallium/drivers/llvmpipe/lp_screen.h
index 4f394326103f20ae788b53a64346fd18bf1e6cb4..eb40f6823f5f946be6fa686022f27a96abf7a304 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_screen.h
+++ b/
src/gallium/drivers/llvmpipe/lp_screen.h
@@
-60,10
+60,9
@@
struct llvmpipe_screen
unsigned num_threads;
- /* Increments whenever textures are modified. Contexts can track
- * this.
+ /* Increments whenever textures are modified. Contexts can track this.
*/
- unsigned timestamp;
+ unsigned timestamp;
};