projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a2d3ac
)
remove unused var
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 14 Dec 2007 01:26:10 +0000
(18:26 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 14 Dec 2007 01:26:10 +0000
(18:26 -0700)
src/mesa/pipe/softpipe/sp_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_context.c
b/src/mesa/pipe/softpipe/sp_context.c
index dcf0444f6e2bbf1a16e86f4bf795ea7a93f74630..b62e691e87d856ec2c8747c3e828beabecbd413c 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_context.c
+++ b/
src/mesa/pipe/softpipe/sp_context.c
@@
-55,8
+55,6
@@
static boolean
softpipe_is_format_supported( struct pipe_context *pipe,
enum pipe_format format, uint type )
{
- struct softpipe_context *softpipe = softpipe_context( pipe );
-
switch (type) {
case PIPE_TEXTURE:
/* softpipe supports all texture formats */