projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f0acc
)
llvmpipe: comment-out unused field for now
author
Brian Paul
<brianp@vmware.com>
Tue, 27 Apr 2010 17:31:45 +0000
(11:31 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Apr 2010 17:31:45 +0000
(11:31 -0600)
src/gallium/drivers/llvmpipe/lp_rast_priv.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 18457ff4ce2ffcfa67d419fed1b0fa01e77f257c..5884d12721e248385841676ff192168abf9e7c28 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/
src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@
-105,7
+105,7
@@
struct lp_rasterizer
* (potentially) shared, these empty scenes should be returned to
* the context which created them rather than retained here.
*/
- struct lp_scene_queue *empty_scenes;
+ /* struct lp_scene_queue *empty_scenes; */
/** The scene currently being rasterized by the threads */
struct lp_scene *curr_scene;