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
42169c5f
Commit
42169c5f
authored
Jul 08, 2015
by
baldurk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include by relative path, so root doesn't need to be in the search path
parent
e6f7988a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
InitializeDll.cpp
OGLCompilersDLL/InitializeDll.cpp
+2
-2
GlslangToSpv.cpp
SPIRV/GlslangToSpv.cpp
+2
-2
ShaderLang.cpp
glslang/MachineIndependent/ShaderLang.cpp
+1
-1
PpScanner.cpp
glslang/MachineIndependent/preprocessor/PpScanner.cpp
+1
-1
ossource.cpp
glslang/OSDependent/Linux/ossource.cpp
+1
-1
No files found.
OGLCompilersDLL/InitializeDll.cpp
View file @
42169c5f
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
#include <assert.h>
#include <assert.h>
#include "InitializeDll.h"
#include "InitializeDll.h"
#include "Include/InitializeGlobals.h"
#include "
../glslang/
Include/InitializeGlobals.h"
#include "Public/ShaderLang.h"
#include "
../glslang/
Public/ShaderLang.h"
namespace
glslang
{
namespace
glslang
{
...
...
SPIRV/GlslangToSpv.cpp
View file @
42169c5f
...
@@ -45,8 +45,8 @@
...
@@ -45,8 +45,8 @@
#include "GLSL450Lib.h"
#include "GLSL450Lib.h"
// Glslang includes
// Glslang includes
#include "glslang/MachineIndependent/localintermediate.h"
#include "
../
glslang/MachineIndependent/localintermediate.h"
#include "glslang/MachineIndependent/SymbolTable.h"
#include "
../
glslang/MachineIndependent/SymbolTable.h"
#include <string>
#include <string>
#include <map>
#include <map>
...
...
glslang/MachineIndependent/ShaderLang.cpp
View file @
42169c5f
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
#include "ScanContext.h"
#include "ScanContext.h"
#include "../Include/ShHandle.h"
#include "../Include/ShHandle.h"
#include "InitializeDll.h"
#include "
../../OGLCompilersDLL/
InitializeDll.h"
#include "preprocessor/PpContext.h"
#include "preprocessor/PpContext.h"
...
...
glslang/MachineIndependent/preprocessor/PpScanner.cpp
View file @
42169c5f
...
@@ -88,7 +88,7 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
...
@@ -88,7 +88,7 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "PpContext.h"
#include "PpContext.h"
#include "PpTokens.h"
#include "PpTokens.h"
#include "Scan.h"
#include "
../
Scan.h"
namespace
glslang
{
namespace
glslang
{
...
...
glslang/OSDependent/Linux/ossource.cpp
View file @
42169c5f
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
// This file contains the Linux-specific functions
// This file contains the Linux-specific functions
//
//
#include "osinclude.h"
#include "osinclude.h"
#include "InitializeDll.h"
#include "
../../../OGLCompilersDLL/
InitializeDll.h"
namespace
glslang
{
namespace
glslang
{
...
...
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