Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
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
angle
Commits
5625f658
Commit
5625f658
authored
Oct 16, 2013
by
Jamie Madill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename ParseHelper.cpp/h to ParseContext.cpp/h.
BUG= ANGLEBUG=484 R=geofflang@chromium.org, shannonwoods@chromium.org Review URL:
https://codereview.appspot.com/14702044
parent
9e30c6bf
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
25 additions
and
25 deletions
+25
-25
build_angle.gypi
src/build_angle.gypi
+2
-2
Compiler.cpp
src/compiler/Compiler.cpp
+1
-1
DetectDiscontinuity.cpp
src/compiler/DetectDiscontinuity.cpp
+1
-1
OutputGLSLBase.h
src/compiler/OutputGLSLBase.h
+1
-1
OutputHLSL.h
src/compiler/OutputHLSL.h
+1
-1
ParseContext.cpp
src/compiler/ParseContext.cpp
+1
-1
ParseContext.h
src/compiler/ParseContext.h
+0
-0
SearchSymbol.h
src/compiler/SearchSymbol.h
+1
-1
UnfoldShortCircuit.h
src/compiler/UnfoldShortCircuit.h
+1
-1
ValidateLimitations.cpp
src/compiler/ValidateLimitations.cpp
+1
-1
debug.cpp
src/compiler/debug.cpp
+1
-1
glslang.l
src/compiler/glslang.l
+1
-1
glslang.y
src/compiler/glslang.y
+1
-1
glslang_lex.cpp
src/compiler/glslang_lex.cpp
+1
-1
glslang_tab.cpp
src/compiler/glslang_tab.cpp
+1
-1
parseConst.cpp
src/compiler/parseConst.cpp
+1
-1
RestrictFragmentShaderTiming.cpp
src/compiler/timing/RestrictFragmentShaderTiming.cpp
+1
-1
translator.vcxproj
src/compiler/translator.vcxproj
+2
-2
translator.vcxproj.filters
src/compiler/translator.vcxproj.filters
+6
-6
No files found.
src/build_angle.gypi
View file @
5625f658
...
...
@@ -60,8 +60,8 @@
'compiler/OutputHLSL.cpp',
'compiler/OutputHLSL.h',
'compiler/parseConst.cpp',
'compiler/Parse
Helper
.cpp',
'compiler/Parse
Helper
.h',
'compiler/Parse
Context
.cpp',
'compiler/Parse
Context
.h',
'compiler/PoolAlloc.cpp',
'compiler/PoolAlloc.h',
'compiler/QualifierAlive.cpp',
...
...
src/compiler/Compiler.cpp
View file @
5625f658
...
...
@@ -11,7 +11,7 @@
#include "compiler/InitializeGLPosition.h"
#include "compiler/InitializeParseContext.h"
#include "compiler/MapLongVariableNames.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "compiler/RenameFunction.h"
#include "compiler/ShHandle.h"
#include "compiler/UnfoldShortCircuitAST.h"
...
...
src/compiler/DetectDiscontinuity.cpp
View file @
5625f658
...
...
@@ -10,7 +10,7 @@
#include "compiler/DetectDiscontinuity.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
namespace
sh
{
...
...
src/compiler/OutputGLSLBase.h
View file @
5625f658
...
...
@@ -11,7 +11,7 @@
#include "compiler/ForLoopUnroll.h"
#include "compiler/intermediate.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
class
TOutputGLSLBase
:
public
TIntermTraverser
{
...
...
src/compiler/OutputHLSL.h
View file @
5625f658
...
...
@@ -15,7 +15,7 @@
#include <GLES2/gl2.h>
#include "compiler/intermediate.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "compiler/Uniform.h"
namespace
sh
...
...
src/compiler/Parse
Helper
.cpp
→
src/compiler/Parse
Context
.cpp
View file @
5625f658
...
...
@@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include <stdarg.h>
#include <stdio.h>
...
...
src/compiler/Parse
Helper
.h
→
src/compiler/Parse
Context
.h
View file @
5625f658
File moved
src/compiler/SearchSymbol.h
View file @
5625f658
...
...
@@ -10,7 +10,7 @@
#define COMPILER_SEARCHSYMBOL_H_
#include "compiler/intermediate.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
namespace
sh
{
...
...
src/compiler/UnfoldShortCircuit.h
View file @
5625f658
...
...
@@ -10,7 +10,7 @@
#define COMPILER_UNFOLDSHORTCIRCUIT_H_
#include "compiler/intermediate.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
namespace
sh
{
...
...
src/compiler/ValidateLimitations.cpp
View file @
5625f658
...
...
@@ -7,7 +7,7 @@
#include "compiler/ValidateLimitations.h"
#include "compiler/InfoSink.h"
#include "compiler/InitializeParseContext.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
namespace
{
bool
IsLoopIndex
(
const
TIntermSymbol
*
symbol
,
const
TLoopStack
&
stack
)
{
...
...
src/compiler/debug.cpp
View file @
5625f658
...
...
@@ -12,7 +12,7 @@
#include <stdio.h>
#include "compiler/InitializeParseContext.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
static
const
int
kTraceBufferLen
=
1024
;
...
...
src/compiler/glslang.l
View file @
5625f658
...
...
@@ -37,7 +37,7 @@ WHICH GENERATES THE GLSL ES LEXER (glslang_lex.cpp).
%{
#include "compiler/glslang.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "compiler/preprocessor/Token.h"
#include "compiler/util.h"
#include "glslang_tab.h"
...
...
src/compiler/glslang.y
View file @
5625f658
...
...
@@ -35,7 +35,7 @@ WHICH GENERATES THE GLSL ES PARSER (glslang_tab.cpp AND glslang_tab.h).
#endif
#include "compiler/SymbolTable.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "GLSLANG/ShaderLang.h"
#define YYENABLE_NLS 0
...
...
src/compiler/glslang_lex.cpp
View file @
5625f658
...
...
@@ -782,7 +782,7 @@ WHICH GENERATES THE GLSL ES LEXER (glslang_lex.cpp).
*/
#include "compiler/glslang.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "compiler/preprocessor/Token.h"
#include "compiler/util.h"
#include "glslang_tab.h"
...
...
src/compiler/glslang_tab.cpp
View file @
5625f658
...
...
@@ -85,7 +85,7 @@
#endif
#include "compiler/SymbolTable.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "GLSLANG/ShaderLang.h"
#define YYENABLE_NLS 0
...
...
src/compiler/parseConst.cpp
View file @
5625f658
...
...
@@ -4,7 +4,7 @@
// found in the LICENSE file.
//
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
//
// Use this class to carry along data from node to node in
...
...
src/compiler/timing/RestrictFragmentShaderTiming.cpp
View file @
5625f658
...
...
@@ -5,7 +5,7 @@
//
#include "compiler/InfoSink.h"
#include "compiler/Parse
Helper
.h"
#include "compiler/Parse
Context
.h"
#include "compiler/depgraph/DependencyGraphOutput.h"
#include "compiler/timing/RestrictFragmentShaderTiming.h"
...
...
src/compiler/translator.vcxproj
View file @
5625f658
...
...
@@ -163,7 +163,7 @@
<ClCompile
Include=
"OutputGLSLBase.cpp"
/>
<ClCompile
Include=
"OutputHLSL.cpp"
/>
<ClCompile
Include=
"parseConst.cpp"
/>
<ClCompile
Include=
"Parse
Helper
.cpp"
/>
<ClCompile
Include=
"Parse
Context
.cpp"
/>
<ClCompile
Include=
"PoolAlloc.cpp"
/>
<ClCompile
Include=
"QualifierAlive.cpp"
/>
<ClCompile
Include=
"RemoveTree.cpp"
/>
...
...
@@ -268,7 +268,7 @@
<ClInclude
Include=
"OutputGLSL.h"
/>
<ClInclude
Include=
"OutputGLSLBase.h"
/>
<ClInclude
Include=
"OutputHLSL.h"
/>
<ClInclude
Include=
"Parse
Helper
.h"
/>
<ClInclude
Include=
"Parse
Context
.h"
/>
<ClInclude
Include=
"PoolAlloc.h"
/>
<ClInclude
Include=
"QualifierAlive.h"
/>
<ClInclude
Include=
"RemoveTree.h"
/>
...
...
src/compiler/translator.vcxproj.filters
View file @
5625f658
...
...
@@ -80,9 +80,6 @@
<ClCompile
Include=
"parseConst.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"ParseHelper.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"PoolAlloc.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
...
...
@@ -182,6 +179,9 @@
<ClCompile
Include=
"UnfoldShortCircuitAST.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"ParseContext.cpp"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"BaseTypes.h"
>
...
...
@@ -241,9 +241,6 @@
<ClInclude
Include=
"osinclude.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"ParseHelper.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"PoolAlloc.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
...
...
@@ -346,6 +343,9 @@
<ClInclude
Include=
"UnfoldShortCircuitAST.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"ParseContext.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild
Include=
"glslang.l"
>
...
...
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