This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
gallium/i915: remove unneeded assignment
tags/mesa_20090313
Brian
17 years ago
parent
80a9b5e1d9
commit
0e1e1f12f4
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/gallium/drivers/i915simple/i915_texture.c
+ 0
- 1
src/gallium/drivers/i915simple/i915_texture.c
View File
@@ -491,7 +491,6 @@ i915_texture_create_screen(struct pipe_screen *screen,
tex->base = *templat;
tex->base.refcount = 1;
tex->base.pipe = NULL;
tex->base.screen = screen;
if (i915screen->is_i945 ? i945_miptree_layout(tex) :
Write
Preview
Loading…
Cancel
Save