projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604022a
)
ra: Remove unused "name" field in regs.
author
Eric Anholt
<eric@anholt.net>
Tue, 18 Jan 2011 09:04:55 +0000
(
01:04
-0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 18 Jan 2011 18:17:48 +0000
(10:17 -0800)
src/mesa/program/register_allocate.c
patch
|
blob
|
history
diff --git
a/src/mesa/program/register_allocate.c
b/src/mesa/program/register_allocate.c
index e96909af5e2eaf7a00539972f4759eea46d38f8c..634a7dacb2210f91b7de4a73505ac90a74a84ed3 100644
(file)
--- a/
src/mesa/program/register_allocate.c
+++ b/
src/mesa/program/register_allocate.c
@@
-38,7
+38,6
@@
#include "register_allocate.h"
struct ra_reg {
- char *name;
GLboolean *conflicts;
unsigned int *conflict_list;
unsigned int conflict_list_size;