Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
virgl-es
mesa
Commits
ac942f5a
Commit
ac942f5a
authored
Apr 24, 2010
by
Vinson Lee
Browse files
nv50: Add to SCons build.
parent
b147aaea
Changes
2
Hide whitespace changes
Inline
Side-by-side
SConstruct
View file @
ac942f5a
...
...
@@ -50,7 +50,7 @@ common.AddOptions(opts)
opts
.
Add
(
ListVariable
(
'statetrackers'
,
'state trackers to build'
,
default_statetrackers
,
[
'mesa'
,
'python'
,
'xorg'
]))
opts
.
Add
(
ListVariable
(
'drivers'
,
'pipe drivers to build'
,
default_drivers
,
[
'softpipe'
,
'failover'
,
'svga'
,
'i915'
,
'i965'
,
'trace'
,
'r300'
,
'identity'
,
'llvmpipe'
,
'nouveau'
]))
[
'softpipe'
,
'failover'
,
'svga'
,
'i915'
,
'i965'
,
'trace'
,
'r300'
,
'identity'
,
'llvmpipe'
,
'nouveau'
,
'nv50'
]))
opts
.
Add
(
ListVariable
(
'winsys'
,
'winsys drivers to build'
,
default_winsys
,
[
'xlib'
,
'vmware'
,
'i915'
,
'i965'
,
'gdi'
,
'radeon'
,
'graw-xlib'
]))
...
...
src/gallium/drivers/nv50/SConscript
0 → 100644
View file @
ac942f5a
Import
(
'*'
)
env
=
env
.
Clone
()
nv50
=
env
.
ConvenienceLibrary
(
target
=
'nv50'
,
source
=
[
'nv50_buffer.c'
,
'nv50_clear.c'
,
'nv50_context.c'
,
'nv50_draw.c'
,
'nv50_miptree.c'
,
'nv50_query.c'
,
'nv50_program.c'
,
'nv50_resource.c'
,
'nv50_screen.c'
,
'nv50_state.c'
,
'nv50_state_validate.c'
,
'nv50_surface.c'
,
'nv50_tex.c'
,
'nv50_transfer.c'
,
'nv50_vbo.c'
,
'nv50_push.c'
,
])
Export
(
'nv50'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment