projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b83f48
)
i965g: Remove dead code.
author
Vinson Lee
<vlee@vmware.com>
Sun, 21 Feb 2010 09:30:35 +0000
(
01:30
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 21 Feb 2010 09:30:35 +0000
(
01:30
-0800)
src/gallium/drivers/i965/brw_screen_surface.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/brw_screen_surface.c
b/src/gallium/drivers/i965/brw_screen_surface.c
index e2b9954e596707fb3d32dda60f732d0303b0ccd6..904df813ddaf1eb7d72ccb763f49b242df0a3ba5 100644
(file)
--- a/
src/gallium/drivers/i965/brw_screen_surface.c
+++ b/
src/gallium/drivers/i965/brw_screen_surface.c
@@
-231,8
+231,6
@@
static struct pipe_surface *brw_get_tex_surface(struct pipe_screen *screen,
case BRW_VIEW_IN_PLACE:
surface = create_in_place_view( bscreen, tex, id, usage );
break;
- default:
- return NULL;
}
insert_at_head( &tex->views[type], surface );