glsl/cl: Add a hard-coded syntax parser.
This commit is contained in:
parent
d44cebd1ee
commit
08e90bdea1
4 changed files with 2697 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ Import('*')
|
|||
|
||||
SConscript('gallium/SConscript')
|
||||
SConscript('glsl/pp/SConscript')
|
||||
SConscript('glsl/cl/SConscript')
|
||||
SConscript('glsl/apps/SConscript')
|
||||
|
||||
if 'mesa' in env['statetrackers']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue