Browse Source

llvmpipe: updated #includes

tags/mesa-7.9-rc1
Brian Paul 15 years ago
parent
commit
39a12a7326
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      src/gallium/drivers/llvmpipe/lp_state_fs.c

+ 5
- 4
src/gallium/drivers/llvmpipe/lp_state_fs.c View File

@@ -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…
Cancel
Save