mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
gallium: Update scons build for state tracker files added/removed.
This commit is contained in:
parent
cab68957c7
commit
23c98f618b
1 changed files with 2 additions and 1 deletions
|
|
@ -142,6 +142,8 @@ STATETRACKER_SOURCES = [
|
|||
'state_tracker/st_atom_texture.c',
|
||||
'state_tracker/st_atom_viewport.c',
|
||||
'state_tracker/st_cb_accum.c',
|
||||
'state_tracker/st_cb_bitmap.c',
|
||||
'state_tracker/st_cb_blit.c',
|
||||
'state_tracker/st_cb_bufferobjects.c',
|
||||
'state_tracker/st_cb_clear.c',
|
||||
'state_tracker/st_cb_flush.c',
|
||||
|
|
@ -154,7 +156,6 @@ STATETRACKER_SOURCES = [
|
|||
'state_tracker/st_cb_readpixels.c',
|
||||
'state_tracker/st_cb_strings.c',
|
||||
'state_tracker/st_cb_texture.c',
|
||||
'state_tracker/st_cache.c',
|
||||
'state_tracker/st_context.c',
|
||||
'state_tracker/st_debug.c',
|
||||
'state_tracker/st_draw.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue