summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glcpp: Resolve implicit GLSL version to 100 if the API is ES.Matt Turner2014-01-274-5/+16
* glcpp: Check version_resolved in the proper place.Matt Turner2014-01-273-13/+13
* glcpp: Make sure GL_AMD_shader_trinary_minmax is definedIan Romanick2014-01-271-3/+2
* glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.Matt Turner2014-01-231-3/+5
* glcpp: Remove unused gl_api bits.Matt Turner2014-01-232-2/+0
* glcpp: Set extension defines after resolving the GLSL version.Matt Turner2014-01-233-143/+172
* mesa: Add ARB_arrays_of_arraysTimothy Arceri2014-01-231-0/+3
* glsl: Add extension infrastructure for ARB_viewport_arrayIan Romanick2014-01-201-0/+3
* glsl: Add extension tracking for AMD_shader_trinary_minmaxMaxence Le Doré2014-01-061-0/+3
* glcpp: error on multiple #else/#elif directivesErik Faye-Lund2014-01-026-1/+51
* glcpp: Replace multi-line comment with a space (even as part of macro definit...Carl Worth2014-01-028-9/+48
* glcpp: Add a more descriptive comment for the SKIP state manipulationCarl Worth2014-01-021-5/+36
* mesa: Add infrastructure for GL_ARB_sample_shadingAnuj Phogat2013-11-011-0/+3
* glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...Francisco Jerez2013-10-291-0/+3
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-051-0/+3
* glsl: add texture gather changesMaxence Le Dore2013-10-031-0/+3
* mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick2013-09-131-2/+2
* glsl: Implement MESA_shader_integer_mix extension.Matt Turner2013-09-091-0/+3
* mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte2013-06-141-0/+3
* mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák2013-06-131-7/+7
* glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+.Kenneth Graunke2013-06-101-0/+3
* glcpp: Add test case for recently fixed loop-control underflow bug.Carl Worth2013-06-032-0/+25
* glcpp: Fix post-decrement underflow in loop-control variableCarl Worth2013-06-031-1/+3
* glsl: add AMD_vertex_shader_layer supportJordan Justen2013-05-131-0/+3
* mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner2013-05-061-0/+3
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+3
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-021-0/+3
* glsl: Add infrastructure for ARB_shading_language_packingMatt Turner2013-01-251-0/+3
* glsl/build: Build glcpp via the glsl MakefileMatt Turner2013-01-222-56/+2
* glsl/build: Remove dead LIBRARY_* variablesMatt Turner2013-01-201-2/+0
* glcpp: Add tests for line continuationCarl Worth2013-01-114-0/+46
* glcpp: Rewrite line-continuation support to act globally.Carl Worth2013-01-111-66/+49
* glcpp: Add --disable-line-continuations argument to standalone glcppCarl Worth2013-01-111-2/+44
* glcpp: Allow test-specific arguments for standalone glcpp testsCarl Worth2013-01-111-2/+9
* glcpp: Honor the GL context's DisableGLSLLineContinuations optionCarl Worth2013-01-111-1/+3
* glcpp: Accept pointer to GL context rather than just the API versionCarl Worth2013-01-113-4/+17
* glcpp: Reject token pasting operator in GLESMatt Turner2013-01-111-0/+2
* glcpp: Make undefined macros illegal in #if and #elif for GLES3Carl Worth2013-01-111-0/+2
* glcpp: Add a flag to the parser state to indicate GLES.Carl Worth2013-01-112-11/+16
* glcpp: Add back tests/*.out to .gitignoreAndreas Boll2013-01-111-0/+1
* Clean up .gitignore filesMatt Turner2013-01-101-2/+0
* glcpp: Typo fix.Adam Jackson2013-01-021-1/+1
* glcpp: Fix visibility CFLAGS in automakeAdam Jackson2013-01-021-0/+1
* program/hash_table.c: rename to program/prog_hash_table.cJordan Justen2012-12-071-1/+1
* glsl/preprocessor: Handle "#version 300 es" directive.Paul Berry2012-12-061-4/+17
* glsl/preprocessor: Extract version directive processing into a function.Paul Berry2012-12-061-19/+30
* Revert "glcpp: Rewrite line-continuation support to act globally."Carl Worth2012-11-301-43/+66
* glcpp: Rewrite line-continuation support to act globally.Carl Worth2012-11-301-66/+43
* glcpp: Update README for new support of __LINE__ and __FILE__.Carl Worth2012-11-291-3/+1
* glcpp: Add test involving token pasting of INTEGER tokens.Carl Worth2012-11-292-0/+15