mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Added missing #include "mmath.h"
This commit is contained in:
parent
a580e1adb7
commit
c1d89d4391
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <ggi/internal/ggi-dl.h>
|
||||
#include <ggi/mesa/ggimesa_int.h>
|
||||
|
||||
#include "mmath.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "swrast/s_context.h"
|
||||
|
|
@ -321,7 +322,7 @@ int GGIsetup_driver(GGIMesaContext ggictx, struct ggi_mesa_info *info)
|
|||
|
||||
void GGIupdate_state(GLcontext *ctx)
|
||||
{
|
||||
ctx->Driver.TriangleFunc = ggiGetTriangleFunc(ctx);
|
||||
ctx->Driver.TriangleFunc = _swsetup_Triangle;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue