index
:
~jljusten/mesa-archive
1d-array-issue
9.0-for-precise
allow-3.2-override
amd_vertex_shader_layer
anv-l3
anv-l3-v1
aubinator
aubinator-error-decode
bdw-aux-hiz
bdw-aux-hiz-v1
bdw-aux-hiz-v2
bdw-aux-surf
bdw-cms
bdw-more-hiz
braswell
bsw-krh-fast-batch
coarse-bo-locks
code-gen-api-exec+gl-core-sanity
context-tests
core-context
cpu-10
cs
cs+ils
cs+ils-1
cs+ps
cs-13
cs-16
cs-17
cs-18
cs-27
cs-29
cs-30
cs-33
cs-34
cs-35
cs-40
cs-gen8
cs-gen8-junk
cs-global-id-v1
cs-global-id-v2
cs-indirect-dispatch-v1
cs-local-index-v1
cs-num-work-groups-v1
cs-old
cs-parse-shared-vars-v1
cs-parse-shared-vars-v2
cs-shader-barrier-funcs-v1
cs-shader-barrier-funcs-v3
cs-shared-variables-v1
cs-shared-variables-v2
cs-shared-variables-v3
cs-simd32+ids
dont-zerofill-ralloc
early-extension-override
env-lri
es31-cts-failure
es31-gen8-v1
for-upstream
fs-to-scalar
gen6-layered
gen6-layered-1
gen6-layered-2
gen6-layered-3
gen6-layered-4
gen6-layered-5
gen6-layered-6
gen6-layered-7
gen6-layered-8
gen6-layered-9
gen6-layered-v3
gen6-z16-hiz-workaround
genxml-reg
gl-core-sanity
gles3-fmt
gles3-syncobj
global-id-temp
glsl-nir-shared-vars
gregory-sso
gs-inv-id
gs-inv-id-v3
gs-inv-id-v4
hsw-cs-cross-thread-constants
hsw-cs-cross-thread-constants-v1
hsw-cs-cross-thread-constants-v2
hsw-cs-cross-thread-constants-v3
hsw-cs-cross-thread-constants-v4
i965-barrier-v1
i965-barrier-v2
i965-cs
i965-cs-atomic-counters-v1
i965-cs-prog-v1
i965-cs-prog-v2
i965-dispatch-compute-v1
i965-get-program-binary
i965-get-program-binary-v1
i965-get-program-binary-v2
i965-l3-partitioning
i965-local-inv-id-v1
i965-pipelines
i965-pipelines-v1
i965-pipelines-v2
i965-pipelines-v3
i965-primitive-restart
i965-qbo
i965-qbo-hsw
i965-qbo-v1
i965-qbo-v2
i965-shader-cache
i965-shader-cache-v1
i965-shader-cache-v2
i965-shader-cache-v2.5
i965-shader-cache-v3
i965-shader-cache-v3.5
i965-workgroup-id-v1
igalia-ssbo-wip
instanced_arrays
interface-blocks
ivb-full-depth-buffer
ivb-layered-color-renderbuffer
ivb-sim
llvm-wip
lrp-opt
map-state-to-atoms
maxubo
megadriver_stub_compat
mesa-9.1-precise
mesa-9.1-quantal
non-miptree-hiz
non-miptree-hiz-v1
partial-fast-depth-clear
pbo+blit+atoms
pipe_stats
primitive-restart-xfb
rgb10_a2ui
rm-blorp-offsets
show-hiz-size
shrink-hiz-buf
simd32
snb-blit
snb-blorp-clears
split-blorp-blit
split-blorp-blit-v-1
split-blorp-blit-v1
split-blorp-blit-v2
sw-primitive-restart
ubuntu-precise
ue4
unused-varyings
version-gles3-dispatch
vk-gen7
jljusten's mesa archive repo (old and merged branches)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-07-29
glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.
Carl Worth
3
-63
/
+99
2014-07-29
glsl/glcpp: Abstract a bit of common code for returning string tokens
Carl Worth
1
-22
/
+18
2014-07-29
glsl/glcpp: Drop extra, final newline from most output
Carl Worth
130
-165
/
+51
2014-07-29
glsl/glcpp: Add testing for EOF sans newline (and fix for <DEFINE>, <COMMENT>)
Carl Worth
7
-2
/
+13
2014-07-29
glsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
Carl Worth
1
-4
/
+0
2014-07-29
glsl/glcpp: Add support for comments between #define and macro identifier
Carl Worth
3
-2
/
+41
2014-07-29
glsl/glcpp: Emit proper error for #define with a non-identifier
Carl Worth
3
-0
/
+9
2014-07-29
glsl/glcpp: Add testing for directives preceded by a space
Carl Worth
2
-0
/
+43
2014-07-29
glsl/glcpp: Fix to emit spaces following directives
Carl Worth
2
-2
/
+3
2014-07-10
glsl/glcpp: move macro declaration before code to fix MSVC build
Brian Paul
1
-1
/
+2
2014-07-09
glsl/glcpp: Don't choke on an empty pragma
Carl Worth
3
-1
/
+8
2014-07-09
glsl/glcpp: Promote "extra token at end of directive" from warning to error
Carl Worth
3
-1
/
+14
2014-07-09
glsl/glcpp: Once again report undefined macro name in error message.
Carl Worth
3
-38
/
+86
2014-07-09
glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES.
Carl Worth
4
-30
/
+140
2014-07-09
glsl/glcpp: Fix glcpp to properly lex entire "preprocessing numbers"
Carl Worth
3
-0
/
+81
2014-07-09
glsl/glcpp: Fix glcpp to catch garbage after #if 1 ... #else
Carl Worth
7
-16
/
+24
2014-07-09
glsl/glcpp: Fixup glcpp tests for redefining a macro with whitespace changes.
Carl Worth
3
-1
/
+40
2014-07-09
glsl/glcpp: Fix preprocessor error condition for macro redefinition
Anuj Phogat
1
-8
/
+10
2014-07-09
glsl/glcpp: Add test to ensure compiler won't allow #undef for some builtins
Carl Worth
2
-0
/
+10
2014-07-09
glsl/glcpp: Do not allow undefining the built-in macros
Anuj Phogat
1
-0
/
+6
2014-07-02
glsl: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
1
-0
/
+3
2014-06-22
Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"
Chris Forbes
1
-0
/
+6
2014-06-22
glsl: Add builtin define for ARB_fragment_layer_viewport
Chris Forbes
1
-6
/
+3
2014-06-16
glsl: parser changes for GL_ARB_explicit_uniform_location
Tapani Pälli
1
-0
/
+3
2014-05-02
mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
Ian Romanick
1
-0
/
+1
2014-05-02
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
1
-3
/
+1
2014-03-08
glcpp: Do not remove spaces to preserve locations.
Sir Anthony
4
-5
/
+5
2014-03-08
glsl: Update lexers in glsl and glcpp to hande end position of token.
Sir Anthony
1
-1
/
+2
2014-02-21
glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts
Ian Romanick
1
-0
/
+3
2014-02-19
glcpp: Only warn for macro names containing __
Ian Romanick
2
-5
/
+21
2014-02-12
glcpp: Add built-in define for ARB_shader_image_load_store.
Francisco Jerez
1
-0
/
+3
2014-02-05
mesa/cs: Add extension enable flags for ARB_compute_shader.
Paul Berry
1
-0
/
+3
[next]