index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-27
Fix a few typos
Zoë Blade
1
-1
/
+1
2015-02-24
glcpp: remove unneeded #include of core.h
Brian Paul
1
-1
/
+0
2015-02-19
glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)
Dave Airlie
1
-0
/
+3
2015-02-17
glcpp: Silence GCC warning
Ian Romanick
1
-1
/
+1
2015-01-19
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
1
-0
/
+3
2015-01-14
mesa/glsl/glapi: enable GL_EXT_draw_buffers extension
Tapani Pälli
1
-0
/
+1
2014-12-12
glcpp: Make tests write .out files to builddir.
Matt Turner
2
-7
/
+14
2014-12-07
glcpp: Fix `can not` to `cannot` in error message
Chris Forbes
2
-4
/
+4
2014-12-07
glcpp: Disallow undefining GL_* builtin macros.
Chris Forbes
1
-1
/
+2
2014-08-22
glcpp: Don't use alternation in the lookahead for empty pragmas.
Carl Worth
1
-2
/
+8
2014-08-20
glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS X
Carl Worth
1
-2
/
+2
2014-08-20
glcpp: Use printf instead of "echo -n" in glcpp-test
Carl Worth
1
-2
/
+2
2014-08-14
glsl: add ARB_derivative control support
Ilia Mirkin
1
-0
/
+3
2014-08-07
glsl/glcpp: Rename one test to avoid a duplicate test number
Carl Worth
2
-0
/
+0
2014-08-07
glsl/glcpp: Fix handling of commas that result from macro expansion
Carl Worth
3
-12
/
+45
2014-08-07
glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"
Carl Worth
2
-13
/
+37
2014-08-07
glsl/glcpp: Fix glcpp-test to correctly extract test-specific arguments
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Fix line-continuation code to handle multiple newline flavors
Carl Worth
1
-9
/
+87
2014-08-07
glsl/glcpp: Don't include any newline characters in #error token
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Treat CR+LF pair as a single newline
Carl Worth
2
-5
/
+9
2014-08-07
glsl/glcpp: Add test script for testing various line-termination characters
Carl Worth
2
-11
/
+137
2014-08-07
glsl/glcpp: Fix for macros that expand to include "defined" operators
Carl Worth
3
-45
/
+387
2014-08-07
glsl/glcpp: Swallow empty #pragma directives.
Carl Worth
2
-1
/
+7
2014-08-07
glsl/glcpp: Fix #pragma to not over-increment the line-number count
Carl Worth
3
-2
/
+12
2014-08-07
glsl/glcpp: Add testing for null directives with spaces and comments
Carl Worth
2
-0
/
+18
2014-08-07
glsl/glcpp: Fix NULL directives when followed by a single-line comment
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Add tests for #define followed by comments
Carl Worth
2
-2
/
+8
2014-08-07
glsl/glcpp: Allow single-line comments immediately after #define
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Add test for "#define without macro name"
Carl Worth
2
-0
/
+4
2014-08-07
glsl/glcpp: Add explicit error for "#define without macro name"
Carl Worth
3
-5
/
+7
2014-08-04
util: Move ralloc to a new src/util directory.
Kenneth Graunke
1
-1
/
+1
2014-08-02
define GL_OES_standard_derivatives if extension is supported
Kevin Rogovin
1
-0
/
+2
2014-07-30
glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC build
Brian Paul
2
-4
/
+4
2014-07-29
glsl/glcpp: Add flex options to eliminate the default rule.
Carl Worth
1
-1
/
+2
2014-07-29
glsl/glcpp: Combine the two rules matching any character
Carl Worth
1
-6
/
+6
2014-07-29
glsl/glcpp: Alphabetize lists of start conditions
Carl Worth
1
-3
/
+3
2014-07-29
glsl/glcpp: Add a catch-all rule for unexpected characters.
Carl Worth
1
-0
/
+13
2014-07-29
glsl/glcpp: Treat carriage return as equivalent to line feed.
Carl Worth
1
-9
/
+8
2014-07-29
glsl/glcpp: Add test for a multi-line comment within an #if 0 block
Carl Worth
2
-0
/
+14
2014-07-29
glsl/glcpp: Test that macro parameters substitute immediately after periods
Carl Worth
2
-0
/
+8
2014-07-29
glsl/glcpp: Add (non)-support for ++ and -- operators
Carl Worth
4
-1
/
+33
2014-07-29
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
Carl Worth
3
-0
/
+35
2014-07-29
glsl/glcpp: Add an explanatory comment for "loc != NULL" check
Carl Worth
1
-0
/
+4
2014-07-29
glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IF
Carl Worth
2
-38
/
+39
2014-07-29
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
16
-110
/
+242
2014-07-29
glsl/glcpp: Rename HASH token to HASH_TOKEN
Carl Worth
2
-5
/
+8
2014-07-29
glsl/glcpp: Don't use start-condition stack when switching to/from <DEFINE>
Carl Worth
1
-3
/
+3
2014-07-29
glsl/glcpp: Add a -d/--debug option to the standalone glcpp program
Carl Worth
2
-1
/
+7
2014-07-29
glsl/glcpp: Fix off-by-one error in column in first-line error messages
Carl Worth
17
-19
/
+19
2014-07-29
glsl/glcpp: Minor tweak to wording of error message
Carl Worth
3
-3
/
+3
[next]