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
*
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
*
glcpp: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
3
-7003
/
+0
*
glcpp: regerated files
Ian Romanick
2011-02-11
2
-181
/
+193
*
glcpp: Raise error when modulus is zero
Chad Versace
2011-02-02
1
-1
/
+6
*
glsl: regerated files
Brian Paul
2011-01-31
2
-125
/
+118
*
glsl: make _token_list_is_empty_ignoring_space() static
Brian Paul
2011-01-31
1
-1
/
+1
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
7
-296
/
+300
*
Revert "glcpp: Demote "macro redefined" from an error to a warning"
Carl Worth
2011-01-29
4
-38
/
+15
*
glcpp: Demote "macro redefined" from an error to a warning
Carl Worth
2011-01-28
4
-15
/
+38
*
glsl: Refresh autogenerated parser files
Chad Versace
2011-01-26
1
-0
/
+2
*
glcpp: Conditionally define macro GL_AMD_conservative_depth
Chad Versace
2011-01-26
1
-0
/
+2
*
glcpp: Regenerate parser files.
Kenneth Graunke
2011-01-21
1
-229
/
+231
*
glcpp: Remove use of talloc reference counting.
Kenneth Graunke
2011-01-21
1
-13
/
+7
*
glcpp: Refresh autogenerated lexer and parser files.
Ian Romanick
2011-01-10
1
-184
/
+181
*
glcpp: Generate an error for division by zero
Ian Romanick
2011-01-10
1
-1
/
+6
*
glcpp: Regenerate glcpp-parse.c
Chad Versace
2011-01-10
1
-0
/
+21
*
glcpp: Fix segfault when validating macro redefinitions
Chad Versace
2011-01-10
1
-0
/
+21
*
glcpp: Add test for recursive #define.
Vinson Lee
2011-01-04
1
-0
/
+3
*
glcpp: Add division by zero test cases.
Vinson Lee
2011-01-04
2
-0
/
+4
*
glcpp: Add negative tests for redefintions with valueless macros.
Vinson Lee
2010-12-27
2
-0
/
+15
*
Refresh autogenerated glcpp parser.
Kenneth Graunke
2010-12-07
1
-47
/
+46
*
glcpp: Don't emit SPACE tokens in conditional_tokens production.
Kenneth Graunke
2010-12-07
1
-1
/
+0
*
Regenerate glcpp parser.
Kenneth Graunke
2010-11-17
1
-85
/
+90
*
glsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH in ES2 shaders.
Kenneth Graunke
2010-11-17
1
-1
/
+6
*
Refresh autogenerated glcpp parser.
Kenneth Graunke
2010-11-16
2
-200
/
+210
*
glcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL version >= 1.30.
Kenneth Graunke
2010-11-16
1
-0
/
+3
*
r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)
Benjamin Franzke
2010-11-08
1
-6
/
+2
[next]