Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
virgl-es
mesa
Commits
9f7f7110
Commit
9f7f7110
authored
May 12, 2010
by
Jakob Bornecrantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rbug: No need to have rbug as a input
parent
07d74192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SConstruct
SConstruct
+3
-3
No files found.
SConstruct
View file @
9f7f7110
...
...
@@ -33,10 +33,10 @@ import common
default_statetrackers
=
'mesa'
if
common
.
default_platform
in
(
'linux'
,
'freebsd'
,
'darwin'
):
default_drivers
=
'softpipe,failover,svga,i915,i965,trace,
rbug,
identity,llvmpipe'
default_drivers
=
'softpipe,failover,svga,i915,i965,trace,identity,llvmpipe'
default_winsys
=
'xlib'
elif
common
.
default_platform
in
(
'winddk'
,):
default_drivers
=
'softpipe,svga,i915,i965,trace,
rbug,
identity'
default_drivers
=
'softpipe,svga,i915,i965,trace,identity'
default_winsys
=
'all'
elif
common
.
default_platform
in
(
'embedded'
,):
default_drivers
=
'softpipe,llvmpipe'
...
...
@@ -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'
,
'r
bug'
,
'r
300'
,
'identity'
,
'llvmpipe'
,
'nouveau'
,
'nv50'
,
'nvfx'
]))
[
'softpipe'
,
'failover'
,
'svga'
,
'i915'
,
'i965'
,
'trace'
,
'r300'
,
'identity'
,
'llvmpipe'
,
'nouveau'
,
'nv50'
,
'nvfx'
]))
opts
.
Add
(
ListVariable
(
'winsys'
,
'winsys drivers to build'
,
default_winsys
,
[
'xlib'
,
'vmware'
,
'i915'
,
'i965'
,
'gdi'
,
'radeon'
,
'graw-xlib'
]))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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