mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
llvmpipe: Update SConscript.
This commit is contained in:
parent
a6676d896e
commit
46df37ebfa
1 changed files with 3 additions and 1 deletions
|
|
@ -46,8 +46,10 @@ llvmpipe = env.ConvenienceLibrary(
|
||||||
'lp_flush.c',
|
'lp_flush.c',
|
||||||
'lp_jit.c',
|
'lp_jit.c',
|
||||||
'lp_prim_vbuf.c',
|
'lp_prim_vbuf.c',
|
||||||
|
'lp_query.c',
|
||||||
|
'lp_rast.c',
|
||||||
|
'lp_rast_tri.c',
|
||||||
'lp_setup.c',
|
'lp_setup.c',
|
||||||
'lp_query.c',
|
|
||||||
'lp_screen.c',
|
'lp_screen.c',
|
||||||
'lp_state_blend.c',
|
'lp_state_blend.c',
|
||||||
'lp_state_clip.c',
|
'lp_state_clip.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue