mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 21:50:34 +01:00
llvmpipe: updated #includes
This commit is contained in:
parent
d75129dd13
commit
39a12a7326
1 changed files with 5 additions and 4 deletions
|
|
@ -77,14 +77,15 @@
|
|||
#include "gallivm/lp_bld_conv.h"
|
||||
#include "gallivm/lp_bld_intr.h"
|
||||
#include "gallivm/lp_bld_logic.h"
|
||||
#include "gallivm/lp_bld_depth.h"
|
||||
#include "gallivm/lp_bld_interp.h"
|
||||
#include "gallivm/lp_bld_tgsi.h"
|
||||
#include "gallivm/lp_bld_alpha.h"
|
||||
#include "gallivm/lp_bld_blend.h"
|
||||
#include "gallivm/lp_bld_swizzle.h"
|
||||
#include "gallivm/lp_bld_flow.h"
|
||||
#include "gallivm/lp_bld_debug.h"
|
||||
|
||||
#include "lp_bld_alpha.h"
|
||||
#include "lp_bld_blend.h"
|
||||
#include "lp_bld_depth.h"
|
||||
#include "lp_bld_interp.h"
|
||||
#include "lp_context.h"
|
||||
#include "lp_debug.h"
|
||||
#include "lp_perf.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue