mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
remove old assertion
This commit is contained in:
parent
829099210b
commit
69292a0067
1 changed files with 0 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ i915_get_tex_surface(struct pipe_context *pipe,
|
|||
|
||||
ps = pipe->winsys->surface_alloc(pipe->winsys);
|
||||
if (ps) {
|
||||
assert(ps->format);
|
||||
assert(ps->refcount);
|
||||
pipe->winsys->buffer_reference(pipe->winsys, &ps->buffer, tex->buffer);
|
||||
ps->format = pt->format;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue