summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add compiler support for ARB_shader_texture_lod.Kenneth Graunke2011-05-091-0/+4
* glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).Carl Worth2011-04-171-1/+5
* Add expected file for 095-recursive-define test case.Carl Worth2011-04-141-0/+4
* glcpp: Simplify calling convention of parser's active_list functionsCarl Worth2011-04-141-38/+38
* glcpp: Add --valgrind option to the glcpp-test utilityCarl Worth2011-04-141-16/+46
* Add an expected file for 084-unbalanced-parenthesesCarl Worth2011-04-141-0/+2
* Add an expected file for 094-divide-by-zero-short-circuitCarl Worth2011-04-142-0/+26
* Add an expected file for 093-divide-by-zeroCarl Worth2011-04-141-0/+4
* glsl/glcpp: Use stdio.h instead of unistd.h.José Fonseca2011-03-041-25/+15
* glsl: Define YY_NO_UNISTD_H on MSVC.José Fonseca2011-03-041-0/+4
* glcpp: Remove trailing contexts from #if rules.Kenneth Graunke2011-03-031-6/+6
* glcpp: Rework lexer to use a SKIP state rather than REJECT.Kenneth Graunke2011-03-031-21/+16
* glcpp/tests: Update 063-comments.c.expected to match output.Kenneth Graunke2011-03-031-0/+7
* glsl: Remove unused glcpp/Makefile.am.Kenneth Graunke2011-03-021-44/+0
* Add generated parser / lexer files to gitignore listsIan Romanick2011-03-011-0/+3
* glcpp: Remove files generated by flex and bison from GITIan Romanick2011-03-013-7003/+0
* glcpp: regerated filesIan Romanick2011-02-112-181/+193
* glcpp: Raise error when modulus is zeroChad Versace2011-02-021-1/+6
* glsl: regerated filesBrian Paul2011-01-312-125/+118
* glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul2011-01-311-1/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-317-296/+300
* Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth2011-01-294-38/+15
* glcpp: Demote "macro redefined" from an error to a warningCarl Worth2011-01-284-15/+38
* glsl: Refresh autogenerated parser filesChad Versace2011-01-261-0/+2
* glcpp: Conditionally define macro GL_AMD_conservative_depthChad Versace2011-01-261-0/+2
* glcpp: Regenerate parser files.Kenneth Graunke2011-01-211-229/+231
* glcpp: Remove use of talloc reference counting.Kenneth Graunke2011-01-211-13/+7
* glcpp: Refresh autogenerated lexer and parser files.Ian Romanick2011-01-101-184/+181
* glcpp: Generate an error for division by zeroIan Romanick2011-01-101-1/+6
* glcpp: Regenerate glcpp-parse.cChad Versace2011-01-101-0/+21
* glcpp: Fix segfault when validating macro redefinitionsChad Versace2011-01-101-0/+21
* glcpp: Add test for recursive #define.Vinson Lee2011-01-041-0/+3
* glcpp: Add division by zero test cases.Vinson Lee2011-01-042-0/+4
* glcpp: Add negative tests for redefintions with valueless macros.Vinson Lee2010-12-272-0/+15
* Refresh autogenerated glcpp parser.Kenneth Graunke2010-12-071-47/+46
* glcpp: Don't emit SPACE tokens in conditional_tokens production.Kenneth Graunke2010-12-071-1/+0
* Regenerate glcpp parser.Kenneth Graunke2010-11-171-85/+90
* glsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH in ES2 shaders.Kenneth Graunke2010-11-171-1/+6
* Refresh autogenerated glcpp parser.Kenneth Graunke2010-11-162-200/+210
* glcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL version >= 1.30.Kenneth Graunke2010-11-161-0/+3
* r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke2010-11-081-6/+2
* glcpp: Refresh autogenerated lexer file.Kenneth Graunke2010-10-211-23/+13
* glcpp: Return NEWLINE token for newlines inside multi-line comments.Kenneth Graunke2010-10-211-2/+2
* glsl: Slightly change the semantic of _LinkedShadersIan Romanick2010-10-141-0/+8
* glcpp: Regenerate files changes by previous commitIan Romanick2010-10-082-124/+120
* glcpp: Add the define for ARB_explicit_attrib_location when presentIan Romanick2010-10-081-0/+3
* glcpp: Fix build on non-GCC compilers.Kenneth Graunke2010-09-072-90/+92
* glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke2010-09-076-225/+247
* glsl2: remove 'extern' keyword in .c fileBrian Paul2010-08-271-1/+1
* glsl/mesa: fixes for MSVCAras Pranckevicius2010-08-251-0/+1