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
*
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
*
src/glsl/glcpp: wire up glcpp-test to make check
Matt Turner
2012-01-30
2
-1
/
+7
*
glcpp-test: don't return failure if valgrind tests aren't run
Matt Turner
2012-01-30
1
-1
/
+1
*
automake: src/glsl and src/glsl/glcpp
Matt Turner
2012-01-30
2
-0
/
+47
*
mesa: rename the AMD_conservative_depth extension flag to ARB
Marek Olšák
2011-11-22
1
-1
/
+1
*
glcpp: Add GL_ARB_draw_instanced #define.
Morgan Armand
2011-11-12
1
-0
/
+3
*
glsl: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+3
*
glcpp: Add a test for #elif with an undefined macro.
Carl Worth
2011-09-30
2
-0
/
+8
*
glcpp: Raise error if defining any macro containing two consecutive underscores
Carl Worth
2011-09-30
3
-3
/
+7
*
glcpp: Implement token pasting for non-function-like macros
Carl Worth
2011-09-30
1
-36
/
+47
*
glcpp: Test a non-function-like macro using the token paste operator
Carl Worth
2011-09-30
2
-0
/
+7
*
glcpp: Fix two (or more) successive applications of token pasting
Carl Worth
2011-09-30
1
-2
/
+0
*
glcpp: Add a test for a macro that implements token pasting twice.
Carl Worth
2011-09-30
2
-0
/
+7
*
glsl: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-0
/
+1
*
glcpp: Add GL_ARB_conservative_depth #define.
Kenneth Graunke
2011-08-25
1
-1
/
+3
*
glsl: Add compiler support for ARB_shader_texture_lod.
Kenneth Graunke
2011-05-09
1
-0
/
+4
*
glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).
Carl Worth
2011-04-17
1
-1
/
+5
*
Add expected file for 095-recursive-define test case.
Carl Worth
2011-04-14
1
-0
/
+4
*
glcpp: Simplify calling convention of parser's active_list functions
Carl Worth
2011-04-14
1
-38
/
+38
*
glcpp: Add --valgrind option to the glcpp-test utility
Carl Worth
2011-04-14
1
-16
/
+46
*
Add an expected file for 084-unbalanced-parentheses
Carl Worth
2011-04-14
1
-0
/
+2
*
Add an expected file for 094-divide-by-zero-short-circuit
Carl Worth
2011-04-14
2
-0
/
+26
*
Add an expected file for 093-divide-by-zero
Carl Worth
2011-04-14
1
-0
/
+4
*
glsl/glcpp: Use stdio.h instead of unistd.h.
José Fonseca
2011-03-04
1
-25
/
+15
*
glsl: Define YY_NO_UNISTD_H on MSVC.
José Fonseca
2011-03-04
1
-0
/
+4
*
glcpp: Remove trailing contexts from #if rules.
Kenneth Graunke
2011-03-03
1
-6
/
+6
*
glcpp: Rework lexer to use a SKIP state rather than REJECT.
Kenneth Graunke
2011-03-03
1
-21
/
+16
*
glcpp/tests: Update 063-comments.c.expected to match output.
Kenneth Graunke
2011-03-03
1
-0
/
+7
*
glsl: Remove unused glcpp/Makefile.am.
Kenneth Graunke
2011-03-02
1
-44
/
+0
*
Add generated parser / lexer files to gitignore lists
Ian Romanick
2011-03-01
1
-0
/
+3
[next]