projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51b815
)
llvmpipe: remove unused cmd_block_list struct
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Mar 2013 21:44:47 +0000
(14:44 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 6 Mar 2013 17:34:09 +0000
(10:34 -0700)
src/gallium/drivers/llvmpipe/lp_scene.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_scene.h
b/src/gallium/drivers/llvmpipe/lp_scene.h
index 801829d93d2f5c642726a36826249779433ff071..1d0cd0e0e6b90d7b75647a11fd454a86c6b01624 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_scene.h
+++ b/
src/gallium/drivers/llvmpipe/lp_scene.h
@@
-81,10
+81,6
@@
struct cmd_block {
struct cmd_block *next;
};
-struct cmd_block_list {
- struct cmd_block *head;
- struct cmd_block *tail;
-};
struct data_block {
ubyte data[DATA_BLOCK_SIZE];