mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 07:30:33 +01:00
disable intel_get_rb_region()
This commit is contained in:
parent
334d3650a9
commit
0481f22fdb
1 changed files with 4 additions and 1 deletions
|
|
@ -112,6 +112,7 @@ intel_flip_renderbuffers(struct intel_framebuffer *intel_fb)
|
|||
#endif
|
||||
|
||||
|
||||
#if 0
|
||||
struct pipe_region *
|
||||
intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex)
|
||||
{
|
||||
|
|
@ -122,7 +123,7 @@ intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex)
|
|||
else
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
|
|
@ -331,6 +332,8 @@ intel_resize_buffers(GLcontext *ctx, struct gl_framebuffer *fb,
|
|||
rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue