Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glslang
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
deqp-deps
glslang
Commits
daff1a25
Commit
daff1a25
authored
8 years ago
by
Dominik Witczak
Browse files
Options
Downloads
Patches
Plain Diff
#517: Enable AMD extensions by default
parent
5fc501ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Test/baseResults/300.vert.out
+1
-1
1 addition, 1 deletion
Test/baseResults/300.vert.out
Test/baseResults/420.vert.out
+1
-1
1 addition, 1 deletion
Test/baseResults/420.vert.out
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
daff1a25
cmake_minimum_required
(
VERSION 2.8.11
)
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
()
...
...
This diff is collapsed.
Click to expand it.
Test/baseResults/300.vert.out
+
1
−
1
View file @
daff1a25
...
...
@@ -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:14: '' : in/out must appear before const
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: '' : can only have one auxiliary qualifier (centroid, patch, and sample)
ERROR: 0:18: 'uniform' : too many storage qualifiers
...
...
This diff is collapsed.
Click to expand it.
Test/baseResults/420.vert.out
+
1
−
1
View file @
daff1a25
...
...
@@ -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
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: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:13: 'uniform' : too many storage qualifiers
ERROR: 0:18: '=' : global const initializers must be constant 'const int'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment