summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+3
* glcpp: Add a test for #elif with an undefined macro.Carl Worth2011-09-302-0/+8
* glcpp: Raise error if defining any macro containing two consecutive underscoresCarl Worth2011-09-303-3/+7
* glcpp: Implement token pasting for non-function-like macrosCarl Worth2011-09-301-36/+47
* glcpp: Test a non-function-like macro using the token paste operatorCarl Worth2011-09-302-0/+7
* glcpp: Fix two (or more) successive applications of token pastingCarl Worth2011-09-301-2/+0
* glcpp: Add a test for a macro that implements token pasting twice.Carl Worth2011-09-302-0/+7
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+1
* glcpp: Add GL_ARB_conservative_depth #define.Kenneth Graunke2011-08-251-1/+3
* 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