Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
virgl-es
mesa
Commits
19f9340e
Commit
19f9340e
authored
Aug 24, 2010
by
Vinson Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r300g: Add missing comma in SConscript.
This is a follow-on patch to commit
574ba4b5
. Fixes r300g SCons build.
parent
879a7302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/mesa/drivers/dri/r300/compiler/SConscript
src/mesa/drivers/dri/r300/compiler/SConscript
+1
-1
No files found.
src/mesa/drivers/dri/r300/compiler/SConscript
View file @
19f9340e
...
...
@@ -22,7 +22,7 @@ r300compiler = env.ConvenienceLibrary(
'radeon_pair_schedule.c'
,
'radeon_pair_regalloc.c'
,
'radeon_optimize.c'
,
'radeon_remove_constants.c'
'radeon_remove_constants.c'
,
'radeon_rename_regs.c'
,
'radeon_emulate_branches.c'
,
'radeon_emulate_loops.c'
,
...
...
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