index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-2
/
+0
*
glcpp: Typo fix.
Adam Jackson
2013-01-02
1
-1
/
+1
*
glcpp: Fix visibility CFLAGS in automake
Adam Jackson
2013-01-02
1
-0
/
+1
*
program/hash_table.c: rename to program/prog_hash_table.c
Jordan Justen
2012-12-07
1
-1
/
+1
*
glsl/preprocessor: Handle "#version 300 es" directive.
Paul Berry
2012-12-06
1
-4
/
+17
*
glsl/preprocessor: Extract version directive processing into a function.
Paul Berry
2012-12-06
1
-19
/
+30
*
Revert "glcpp: Rewrite line-continuation support to act globally."
Carl Worth
2012-11-30
1
-43
/
+66
*
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
2012-11-30
1
-66
/
+43
*
glcpp: Update README for new support of __LINE__ and __FILE__.
Carl Worth
2012-11-29
1
-3
/
+1
*
glcpp: Add test involving token pasting of INTEGER tokens.
Carl Worth
2012-11-29
2
-0
/
+15
*
glcpp: Add support for pasting of INTEGER tokens.
Carl Worth
2012-11-29
1
-14
/
+47
*
glcpp: Flag invalid pastes for integer followed by non-digits
Carl Worth
2012-11-29
1
-5
/
+13
*
glcpp: Extend the invalid-paste test
Carl Worth
2012-11-29
2
-0
/
+20
*
glcpp: More factoring-out of common code to simplify things.
Carl Worth
2012-11-29
1
-26
/
+20
*
glcpp: Factor out a tiny bit of repeated code.
Carl Worth
2012-11-29
1
-4
/
+1
*
glcpp: Add support for __LINE__ and __FILE__ macros
Carl Worth
2012-11-29
3
-1
/
+45
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
glcpp: Support #elif(expression) with no intervening space.
Matt Turner
2012-11-28
7
-1
/
+96
*
glcpp: Reject #version and #line not followed by whitespace
Matt Turner
2012-11-28
5
-2
/
+8
*
glcpp: Don't define macros for extensions that aren't in ES
Matt Turner
2012-11-15
1
-28
/
+31
*
glcpp: wire up glcpp-test to make check
Matt Turner
2012-11-09
2
-4
/
+14
*
glcpp/tests: Add tests for multiline #elif
Matt Turner
2012-11-09
2
-0
/
+15
*
glcpp/tests: Add test for multiline #if
Matt Turner
2012-11-09
2
-0
/
+13
*
glcpp/tests: Add test for multiline #line
Matt Turner
2012-11-09
2
-0
/
+11
*
glcpp/tests: Add test to check #line followed by code
Matt Turner
2012-11-09
2
-0
/
+5
*
glcpp: don't push #line directives into next line
Fabian Bieler
2012-11-09
2
-9
/
+9
*
glcpp: Reject garbage after #else and #endif tokens
Matt Turner
2012-11-09
5
-4
/
+15
*
glsl: add ARB_texture_cube_map_array support (v2)
Dave Airlie
2012-11-09
1
-0
/
+3
*
glcpp: Don't use infinite lookhead for #define differentiation.
Kenneth Graunke
2012-10-25
2
-12
/
+20
*
mesa/glsl: rename preprocess to glcpp_preprocess
Dave Airlie
2012-09-15
3
-3
/
+3
*
glcpp: fix abuse of yylex
Dave Airlie
2012-09-15
2
-9
/
+1
*
build/glsl: fix location of generated files.
Christopher James Halse Rogers
2012-08-13
1
-4
/
+0
*
glcpp: Add a newline to expanded #line directives.
Kenneth Graunke
2012-07-28
1
-2
/
+2
*
automake: convert libglsl
Jon TURNEY
2012-07-13
2
-0
/
+58
*
glcpp: Add built-in #define for GL_ARB_uniform_buffer_object.
Kenneth Graunke
2012-07-09
1
-0
/
+3
*
glsl: glcpp: Extend testing of #line directives
Carl Worth
2012-06-26
2
-0
/
+12
*
glsl: glcpp: Move handling of #line directives from lexer to parser.
Carl Worth
2012-06-26
4
-40
/
+55
*
glsl: glcpp: Rename and document _glcpp_parser_expand_if
Carl Worth
2012-06-26
1
-5
/
+20
*
glsl: Consistently use length-based ralloc string functions for info_log.
Carl Worth
2012-06-26
1
-14
/
+24
*
glsl: glcpp: Allow "#if undefined-macro' to evaluate to false.
Carl Worth
2012-06-26
5
-3
/
+20
*
glcpp: .gitignore cleanup
Andreas Boll
2012-06-08
1
-3
/
+0
*
glsl: Scaffolding for ARB_shader_bit_encoding.
Olivier Galibert
2012-06-07
1
-0
/
+3
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
1
-2
/
+0
*
glcpp: Don't strlen() the output for every token being printed.
Kenneth Graunke
2012-02-28
2
-24
/
+28
*
glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent
Carl Worth
2012-02-02
1
-3
/
+0
*
glsl: Add glcpp tests for a macro used twice
Carl Worth
2012-02-02
2
-0
/
+33
*
glcpp: Fix so that trailing punctuation does not prevent macro expansion
Carl Worth
2012-02-02
1
-1
/
+9
*
glcpp: Add new test showing bug where a trailing ':' prevents macro expansion
Carl Worth
2012-02-02
2
-0
/
+15
*
Revert "automake: src/glsl and src/glsl/glcpp"
Matt Turner
2012-01-31
2
-47
/
+0
*
Revert "src/glsl/glcpp: wire up glcpp-test to make check"
Matt Turner
2012-01-31
2
-7
/
+1
[next]