llvmpipe: Update SConscript.

This commit is contained in:
José Fonseca 2009-10-08 12:44:52 +01:00
parent a6676d896e
commit 46df37ebfa

View file

@ -46,8 +46,10 @@ llvmpipe = env.ConvenienceLibrary(
'lp_flush.c',
'lp_jit.c',
'lp_prim_vbuf.c',
'lp_query.c',
'lp_rast.c',
'lp_rast_tri.c',
'lp_setup.c',
'lp_query.c',
'lp_screen.c',
'lp_state_blend.c',
'lp_state_clip.c',