mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
build fixes
This commit is contained in:
parent
164c703e98
commit
21a218f5bf
2 changed files with 2 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ void ffbCalcViewport(GLcontext *ctx)
|
|||
|
||||
ffbCalcViewportRegs(ctx);
|
||||
|
||||
fmesa->setupnewinputs |= VERT_BIT_CLIP;
|
||||
fmesa->setupnewinputs |= VERT_BIT_POS;
|
||||
}
|
||||
|
||||
static void ffbDDViewport(GLcontext *ctx, GLint x, GLint y,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
#include <GL/gl.h>
|
||||
#include "texformat.h"
|
||||
#include "texstore.h"
|
||||
#include "teximage.h"
|
||||
#include "swrast/swrast.h"
|
||||
|
||||
#include "ffb_tex.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue