Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
daff1a25
Commit
daff1a25
authored
Sep 27, 2016
by
Dominik Witczak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#517: Enable AMD extensions by default
parent
5fc501ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
300.vert.out
Test/baseResults/300.vert.out
+1
-1
420.vert.out
Test/baseResults/420.vert.out
+1
-1
No files found.
CMakeLists.txt
View file @
daff1a25
cmake_minimum_required
(
VERSION 2.8.11
)
cmake_minimum_required
(
VERSION 2.8.11
)
set_property
(
GLOBAL PROPERTY USE_FOLDERS ON
)
set_property
(
GLOBAL PROPERTY USE_FOLDERS ON
)
option
(
ENABLE_AMD_EXTENSIONS
"Enables support of AMD-specific extensions"
O
FF
)
option
(
ENABLE_AMD_EXTENSIONS
"Enables support of AMD-specific extensions"
O
N
)
enable_testing
()
enable_testing
()
...
...
Test/baseResults/300.vert.out
View file @
daff1a25
...
@@ -9,7 +9,7 @@ ERROR: 0:12: '' : vertex input cannot be further qualified
...
@@ -9,7 +9,7 @@ ERROR: 0:12: '' : vertex input cannot be further qualified
ERROR: 0:13: '' : interpolation qualifiers must appear before storage and precision qualifiers
ERROR: 0:13: '' : interpolation qualifiers must appear before storage and precision qualifiers
ERROR: 0:14: '' : in/out must appear before const
ERROR: 0:14: '' : in/out must appear before const
ERROR: 0:15: '' : precision qualifier must appear as last qualifier
ERROR: 0:15: '' : precision qualifier must appear as last qualifier
ERROR: 0:16: '' : can only have one interpolation qualifier (flat, smooth, noperspective)
ERROR: 0:16: '' : can only have one interpolation qualifier (flat, smooth, noperspective
, __explicitInterpAMD
)
ERROR: 0:17: 'sample' : Reserved word.
ERROR: 0:17: 'sample' : Reserved word.
ERROR: 0:17: '' : can only have one auxiliary qualifier (centroid, patch, and sample)
ERROR: 0:17: '' : can only have one auxiliary qualifier (centroid, patch, and sample)
ERROR: 0:18: 'uniform' : too many storage qualifiers
ERROR: 0:18: 'uniform' : too many storage qualifiers
...
...
Test/baseResults/420.vert.out
View file @
daff1a25
...
@@ -4,7 +4,7 @@ ERROR: 0:2: '#version' : must occur first in shader
...
@@ -4,7 +4,7 @@ ERROR: 0:2: '#version' : must occur first in shader
WARNING: 0:3: varying deprecated in version 130; may be removed in future release
WARNING: 0:3: varying deprecated in version 130; may be removed in future release
ERROR: 0:3: 'varying' : no longer supported in core profile; removed in version 420
ERROR: 0:3: 'varying' : no longer supported in core profile; removed in version 420
ERROR: 0:7: '' : vertex input cannot be further qualified
ERROR: 0:7: '' : vertex input cannot be further qualified
ERROR: 0:11: '' : can only have one interpolation qualifier (flat, smooth, noperspective)
ERROR: 0:11: '' : can only have one interpolation qualifier (flat, smooth, noperspective
, __explicitInterpAMD
)
ERROR: 0:12: '' : can only have one auxiliary qualifier (centroid, patch, and sample)
ERROR: 0:12: '' : can only have one auxiliary qualifier (centroid, patch, and sample)
ERROR: 0:13: 'uniform' : too many storage qualifiers
ERROR: 0:13: 'uniform' : too many storage qualifiers
ERROR: 0:18: '=' : global const initializers must be constant 'const int'
ERROR: 0:18: '=' : global const initializers must be constant 'const int'
...
...
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