diff options
author | Tilman Sauerbeck <[email protected]> | 2010-10-23 13:33:15 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-24 12:44:56 +1000 |
commit | 9f9d24c89a2286f952b123c703e8268d2f1aa719 (patch) | |
tree | ea62f9c512ae6f2b3009089bd288774b5d06f925 /src/gallium/drivers/r600/r600_pipe.h | |
parent | d8740b77ac30298c1742107e2afc4edabca562f0 (diff) |
r600g: Fixed r600_vertex_element leak.
Signed-off-by: Tilman Sauerbeck <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 11410f17c75..b27bbbac8c1 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -83,7 +83,6 @@ struct r600_pipe_blend { struct r600_vertex_element { unsigned count; - unsigned refcount; struct pipe_vertex_element elements[PIPE_MAX_ATTRIBS]; enum pipe_format hw_format[PIPE_MAX_ATTRIBS]; unsigned hw_format_size[PIPE_MAX_ATTRIBS]; |