index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glcpp: Refresh autogenerated lexer file.
Kenneth Graunke
2010-10-21
1
-23
/
+13
*
glcpp: Return NEWLINE token for newlines inside multi-line comments.
Kenneth Graunke
2010-10-21
1
-2
/
+2
*
glsl: Slightly change the semantic of _LinkedShaders
Ian Romanick
2010-10-14
1
-0
/
+8
*
glcpp: Regenerate files changes by previous commit
Ian Romanick
2010-10-08
2
-124
/
+120
*
glcpp: Add the define for ARB_explicit_attrib_location when present
Ian Romanick
2010-10-08
1
-0
/
+3
*
glcpp: Fix build on non-GCC compilers.
Kenneth Graunke
2010-09-07
2
-90
/
+92
*
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
2010-09-07
6
-225
/
+247
*
glsl2: remove 'extern' keyword in .c file
Brian Paul
2010-08-27
1
-1
/
+1
*
glsl/mesa: fixes for MSVC
Aras Pranckevicius
2010-08-25
1
-0
/
+1
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
2
-2
/
+2
*
glcpp: Make standalone preprocessor work with a tty as stdin
Carl Worth
2010-08-23
1
-33
/
+49
*
glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.
Carl Worth
2010-08-23
1
-4
/
+5
*
glcpp: Fix segfault in standalone preprocessor for "file not found", etc.
Carl Worth
2010-08-23
1
-4
/
+17
*
glcpp: Update generated glcpp-lex.c for the last two changes.
Carl Worth
2010-08-23
1
-191
/
+186
*
glcpp: Fix handling of "#line 0"
Carl Worth
2010-08-23
1
-2
/
+3
*
glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"
Carl Worth
2010-08-23
1
-2
/
+7
*
glcpp: Add new test for #line directive.
Carl Worth
2010-08-23
2
-0
/
+21
*
glcpp: Update README file (new specifications and fewer limitations).
Carl Worth
2010-08-23
1
-12
/
+14
*
glcpp: Add test for the #error directive.
Carl Worth
2010-08-23
2
-0
/
+4
[next]