mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
gallium: remove bad assertion
This commit is contained in:
parent
62fd280c52
commit
2b69233510
1 changed files with 0 additions and 1 deletions
|
|
@ -685,7 +685,6 @@ i915_texture_blanket(struct pipe_screen * screen,
|
|||
{
|
||||
struct i915_texture *tex;
|
||||
assert(screen);
|
||||
assert(templat);
|
||||
|
||||
/* Only supports one type */
|
||||
if (base->target != PIPE_TEXTURE_2D ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue