Browse Source

scons: List missing files for draw module.

tags/mesa_20090313
Michal Krol 17 years ago
parent
commit
e407e83966
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/gallium/auxiliary/draw/SConscript

+ 4
- 1
src/gallium/auxiliary/draw/SConscript View File

'draw_pipe_stipple.c', 'draw_pipe_stipple.c',
'draw_pipe_twoside.c', 'draw_pipe_twoside.c',
'draw_pipe_unfilled.c', 'draw_pipe_unfilled.c',
'draw_pipe_util.c',
'draw_pipe_util.c',
'draw_pipe_validate.c', 'draw_pipe_validate.c',
'draw_pipe_vbuf.c', 'draw_pipe_vbuf.c',
'draw_pipe_wide_line.c', 'draw_pipe_wide_line.c',
'draw_pt_emit.c', 'draw_pt_emit.c',
'draw_pt_fetch.c', 'draw_pt_fetch.c',
'draw_pt_fetch_emit.c', 'draw_pt_fetch_emit.c',
'draw_pt_fetch_shade_emit.c',
'draw_pt_fetch_shade_pipeline.c', 'draw_pt_fetch_shade_pipeline.c',
'draw_pt_post_vs.c', 'draw_pt_post_vs.c',
'draw_pt_util.c',
'draw_pt_varray.c', 'draw_pt_varray.c',
'draw_pt_vcache.c', 'draw_pt_vcache.c',
'draw_vertex.c', 'draw_vertex.c',
'draw_vs_exec.c', 'draw_vs_exec.c',
'draw_vs_llvm.c', 'draw_vs_llvm.c',
'draw_vs_sse.c', 'draw_vs_sse.c',
'draw_vs_varient.c'
]) ])


auxiliaries.insert(0, draw) auxiliaries.insert(0, draw)

Loading…
Cancel
Save