gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory
This file is specific to the llvmpipe driver and not re-usable.
This commit is contained in:
@@ -156,7 +156,6 @@ GALLIVM_SOURCES = \
|
||||
gallivm/lp_bld_flow.c \
|
||||
gallivm/lp_bld_format_soa.c \
|
||||
gallivm/lp_bld_init.c \
|
||||
gallivm/lp_bld_interp.c \
|
||||
gallivm/lp_bld_intr.c \
|
||||
gallivm/lp_bld_logic.c \
|
||||
gallivm/lp_bld_pack.c \
|
||||
|
@@ -204,7 +204,6 @@ if env['llvm']:
|
||||
'gallivm/lp_bld_depth.c',
|
||||
'gallivm/lp_bld_flow.c',
|
||||
'gallivm/lp_bld_format_soa.c',
|
||||
'gallivm/lp_bld_interp.c',
|
||||
'gallivm/lp_bld_intr.c',
|
||||
'gallivm/lp_bld_logic.c',
|
||||
'gallivm/lp_bld_init.c',
|
||||
|
@@ -6,6 +6,7 @@ LIBNAME = llvmpipe
|
||||
DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
|
||||
|
||||
C_SOURCES = \
|
||||
lp_bld_interp.c \
|
||||
lp_clear.c \
|
||||
lp_context.c \
|
||||
lp_draw_arrays.c \
|
||||
|
@@ -26,6 +26,7 @@ env.Depends('lp_tile_soa.c', [
|
||||
llvmpipe = env.ConvenienceLibrary(
|
||||
target = 'llvmpipe',
|
||||
source = [
|
||||
'lp_bld_interp.c',
|
||||
'lp_clear.c',
|
||||
'lp_context.c',
|
||||
'lp_draw_arrays.c',
|
||||
|
@@ -38,10 +38,10 @@
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_math.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "lp_bld_debug.h"
|
||||
#include "lp_bld_const.h"
|
||||
#include "lp_bld_arit.h"
|
||||
#include "lp_bld_swizzle.h"
|
||||
#include "gallivm/lp_bld_debug.h"
|
||||
#include "gallivm/lp_bld_const.h"
|
||||
#include "gallivm/lp_bld_arit.h"
|
||||
#include "gallivm/lp_bld_swizzle.h"
|
||||
#include "lp_bld_interp.h"
|
||||
|
||||
|
@@ -42,10 +42,10 @@
|
||||
|
||||
|
||||
#include "gallivm/lp_bld.h"
|
||||
#include "gallivm/lp_bld_type.h"
|
||||
|
||||
#include "tgsi/tgsi_exec.h"
|
||||
|
||||
#include "lp_bld_type.h"
|
||||
|
||||
|
||||
struct tgsi_token;
|
Reference in New Issue
Block a user