mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel: call intel_check_front_buffer_rendering() in intelClear()
fixes bug 24953.
This commit is contained in:
parent
577a598dc9
commit
38d3c156dc
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include "intel_context.h"
|
||||
#include "intel_blit.h"
|
||||
#include "intel_buffers.h"
|
||||
#include "intel_chipset.h"
|
||||
#include "intel_clear.h"
|
||||
#include "intel_fbo.h"
|
||||
|
|
@ -75,6 +76,8 @@ intelClear(GLcontext *ctx, GLbitfield mask)
|
|||
struct gl_framebuffer *fb = ctx->DrawBuffer;
|
||||
GLuint i;
|
||||
|
||||
intel_check_front_buffer_rendering(intel);
|
||||
|
||||
if (0)
|
||||
fprintf(stderr, "%s\n", __FUNCTION__);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue