mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
nouveau: fix build
This commit is contained in:
parent
104ff59585
commit
a326595899
4 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "draw/draw_private.h"
|
||||
#include "draw/draw_pipe.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
#include "nv30_context.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "draw/draw_context.h"
|
||||
#include "draw/draw_vertex.h"
|
||||
#include "draw/draw_private.h"
|
||||
#include "draw/draw_pipe.h"
|
||||
|
||||
#include "nv40_context.h"
|
||||
#define NV40_SHADER_NO_FUCKEDNESS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "draw/draw_private.h"
|
||||
#include "draw/draw_pipe.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
#include "nv50_context.h"
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ nv50_rasterizer_state_create(struct pipe_context *pipe,
|
|||
struct nouveau_grobj *tesla = nv50_context(pipe)->screen->tesla;
|
||||
struct nv50_rasterizer_stateobj *rso =
|
||||
CALLOC_STRUCT(nv50_rasterizer_stateobj);
|
||||
unsigned i;
|
||||
|
||||
/*XXX: ignored
|
||||
* - light_twosize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue