mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
updated includes
This commit is contained in:
parent
89f88058b9
commit
60a7200c0d
3 changed files with 10 additions and 4 deletions
|
|
@ -37,13 +37,15 @@
|
|||
#include "arbprogparse.h"
|
||||
#include "light.h"
|
||||
#include "program.h"
|
||||
#include "prog_instruction.h"
|
||||
#include "prog_parameter.h"
|
||||
#include "prog_statevars.h"
|
||||
#include "programopt.h"
|
||||
#include "math/m_matrix.h"
|
||||
#include "t_context.h"
|
||||
#include "t_pipeline.h"
|
||||
#include "t_vb_arbprogram.h"
|
||||
#include "tnl.h"
|
||||
#include "program_instruction.h"
|
||||
|
||||
|
||||
#define DISASSEM 0
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
#include "program.h"
|
||||
#include "simple_list.h"
|
||||
#include "mtypes.h"
|
||||
#include "program_instruction.h"
|
||||
#include "prog_instruction.h"
|
||||
#include "prog_statevars.h"
|
||||
#include "nvvertexec.h"
|
||||
#include "nvprogram.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -33,11 +33,14 @@
|
|||
#include "glheader.h"
|
||||
#include "macros.h"
|
||||
#include "enums.h"
|
||||
#include "program.h"
|
||||
#include "prog_instruction.h"
|
||||
#include "prog_parameter.h"
|
||||
#include "prog_print.h"
|
||||
#include "prog_statevars.h"
|
||||
#include "t_context.h" /* NOTE: very light dependency on this */
|
||||
#include "t_vp_build.h"
|
||||
|
||||
#include "shader/program.h"
|
||||
#include "shader/program_instruction.h"
|
||||
|
||||
struct state_key {
|
||||
unsigned light_global_enabled:1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue