mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 12:08:06 +02:00
#include fixes
This commit is contained in:
parent
a4f0b6884c
commit
e781aec85d
2 changed files with 3 additions and 2 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <ggi/mesa/ggimesa_int.h>
|
||||
#include <ggi/mesa/debug.h>
|
||||
#include "extensions.h"
|
||||
#include "colormac.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "swrast/swrast.h"
|
||||
|
|
@ -155,7 +156,7 @@ static GLboolean gl_ggiSetBuffer(GLcontext *ctx, GLframebuffer *buffer, GLuint b
|
|||
{
|
||||
ggi_mesa_context_t ggi_ctx = (ggi_mesa_context_t)ctx->DriverCtx;
|
||||
|
||||
printf("set read %d\n", mode);
|
||||
printf("set read %d\n", bufferBit);
|
||||
GGIMESADPRINT_CORE("gl_ggiSetBuffer() called\n");
|
||||
|
||||
if (bufferBit == FRONT_LEFT_BIT)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "config.h"
|
||||
#include "context.h"
|
||||
#include "drawpix.h"
|
||||
#include "mem.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "state.h"
|
||||
#include "mtypes.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue