index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC build
Brian Paul
2014-07-30
2
-4
/
+4
*
glsl/glcpp: Add flex options to eliminate the default rule.
Carl Worth
2014-07-29
1
-1
/
+2
*
glsl/glcpp: Combine the two rules matching any character
Carl Worth
2014-07-29
1
-6
/
+6
*
glsl/glcpp: Alphabetize lists of start conditions
Carl Worth
2014-07-29
1
-3
/
+3
*
glsl/glcpp: Add a catch-all rule for unexpected characters.
Carl Worth
2014-07-29
1
-0
/
+13
*
glsl/glcpp: Treat carriage return as equivalent to line feed.
Carl Worth
2014-07-29
1
-9
/
+8
*
glsl/glcpp: Add test for a multi-line comment within an #if 0 block
Carl Worth
2014-07-29
2
-0
/
+14
*
glsl/glcpp: Test that macro parameters substitute immediately after periods
Carl Worth
2014-07-29
2
-0
/
+8
*
glsl/glcpp: Add (non)-support for ++ and -- operators
Carl Worth
2014-07-29
4
-1
/
+33
*
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
Carl Worth
2014-07-29
3
-0
/
+35
*
glsl/glcpp: Add an explanatory comment for "loc != NULL" check
Carl Worth
2014-07-29
1
-0
/
+4
*
glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IF
Carl Worth
2014-07-29
2
-38
/
+39
*
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
2014-07-29
16
-110
/
+242
*
glsl/glcpp: Rename HASH token to HASH_TOKEN
Carl Worth
2014-07-29
2
-5
/
+8
*
glsl/glcpp: Don't use start-condition stack when switching to/from <DEFINE>
Carl Worth
2014-07-29
1
-3
/
+3
*
glsl/glcpp: Add a -d/--debug option to the standalone glcpp program
Carl Worth
2014-07-29
2
-1
/
+7
*
glsl/glcpp: Fix off-by-one error in column in first-line error messages
Carl Worth
2014-07-29
17
-19
/
+19
*
glsl/glcpp: Minor tweak to wording of error message
Carl Worth
2014-07-29
3
-3
/
+3
*
glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.
Carl Worth
2014-07-29
3
-63
/
+99
*
glsl/glcpp: Abstract a bit of common code for returning string tokens
Carl Worth
2014-07-29
1
-22
/
+18
*
glsl/glcpp: Drop extra, final newline from most output
Carl Worth
2014-07-29
130
-165
/
+51
*
glsl/glcpp: Add testing for EOF sans newline (and fix for <DEFINE>, <COMMENT>)
Carl Worth
2014-07-29
7
-2
/
+13
*
glsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
Carl Worth
2014-07-29
1
-4
/
+0
*
glsl/glcpp: Add support for comments between #define and macro identifier
Carl Worth
2014-07-29
3
-2
/
+41
*
glsl/glcpp: Emit proper error for #define with a non-identifier
Carl Worth
2014-07-29
3
-0
/
+9
*
glsl/glcpp: Add testing for directives preceded by a space
Carl Worth
2014-07-29
2
-0
/
+43
*
glsl/glcpp: Fix to emit spaces following directives
Carl Worth
2014-07-29
2
-2
/
+3
*
glsl/glcpp: move macro declaration before code to fix MSVC build
Brian Paul
2014-07-10
1
-1
/
+2
*
glsl/glcpp: Don't choke on an empty pragma
Carl Worth
2014-07-09
3
-1
/
+8
*
glsl/glcpp: Promote "extra token at end of directive" from warning to error
Carl Worth
2014-07-09
3
-1
/
+14
*
glsl/glcpp: Once again report undefined macro name in error message.
Carl Worth
2014-07-09
3
-38
/
+86
*
glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES.
Carl Worth
2014-07-09
4
-30
/
+140
*
glsl/glcpp: Fix glcpp to properly lex entire "preprocessing numbers"
Carl Worth
2014-07-09
3
-0
/
+81
*
glsl/glcpp: Fix glcpp to catch garbage after #if 1 ... #else
Carl Worth
2014-07-09
7
-16
/
+24
*
glsl/glcpp: Fixup glcpp tests for redefining a macro with whitespace changes.
Carl Worth
2014-07-09
3
-1
/
+40
*
glsl/glcpp: Fix preprocessor error condition for macro redefinition
Anuj Phogat
2014-07-09
1
-8
/
+10
*
glsl/glcpp: Add test to ensure compiler won't allow #undef for some builtins
Carl Worth
2014-07-09
2
-0
/
+10
*
glsl/glcpp: Do not allow undefining the built-in macros
Anuj Phogat
2014-07-09
1
-0
/
+6
*
glsl: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-02
1
-0
/
+3
*
Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"
Chris Forbes
2014-06-22
1
-0
/
+6
*
glsl: Add builtin define for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
1
-6
/
+3
*
glsl: parser changes for GL_ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
1
-0
/
+3
*
mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
Ian Romanick
2014-05-02
1
-0
/
+1
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
1
-3
/
+1
*
glcpp: Do not remove spaces to preserve locations.
Sir Anthony
2014-03-08
4
-5
/
+5
*
glsl: Update lexers in glsl and glcpp to hande end position of token.
Sir Anthony
2014-03-08
1
-1
/
+2
*
glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts
Ian Romanick
2014-02-21
1
-0
/
+3
*
glcpp: Only warn for macro names containing __
Ian Romanick
2014-02-19
2
-5
/
+21
*
glcpp: Add built-in define for ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
1
-0
/
+3
*
mesa/cs: Add extension enable flags for ARB_compute_shader.
Paul Berry
2014-02-05
1
-0
/
+3
[next]