| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add infrastructure for GL_ARB_sample_shading | Anuj Phogat | 2013-11-01 | 1 | -0/+3 |
* | glsl: Add built-in functions and constants required for ARB_shader_atomic_cou... | Francisco Jerez | 2013-10-29 | 1 | -0/+3 |
* | glsl: add plumbing for GL_ARB_texture_query_levels | Chris Forbes | 2013-10-05 | 1 | -0/+3 |
* | glsl: add texture gather changes | Maxence Le Dore | 2013-10-03 | 1 | -0/+3 |
* | mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix | Ian Romanick | 2013-09-13 | 1 | -2/+2 |
* | glsl: Implement MESA_shader_integer_mix extension. | Matt Turner | 2013-09-09 | 1 | -0/+3 |
* | mesa: Add infrastructure for ARB_shading_language_420pack. | Todd Previte | 2013-06-14 | 1 | -0/+3 |
* | mesa: fix OES_EGL_image_external being partially allowed in the core profile | Marek Olšák | 2013-06-13 | 1 | -7/+7 |
* | glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+. | Kenneth Graunke | 2013-06-10 | 1 | -0/+3 |
* | glsl: add AMD_vertex_shader_layer support | Jordan Justen | 2013-05-13 | 1 | -0/+3 |
* | mesa: Add infrastructure for ARB_gpu_shader5. | Matt Turner | 2013-05-06 | 1 | -0/+3 |
* | glsl: Implement ARB_texture_query_lod | Dave Airlie | 2013-03-29 | 1 | -0/+3 |
* | glsl: add support for ARB_texture_multisample | Chris Forbes | 2013-03-02 | 1 | -0/+3 |
* | glsl: Add infrastructure for ARB_shading_language_packing | Matt Turner | 2013-01-25 | 1 | -0/+3 |
* | glcpp: Make undefined macros illegal in #if and #elif for GLES3 | Carl Worth | 2013-01-11 | 1 | -0/+2 |
* | glcpp: Add a flag to the parser state to indicate GLES. | Carl Worth | 2013-01-11 | 1 | -11/+15 |
* | glsl/preprocessor: Handle "#version 300 es" directive. | Paul Berry | 2012-12-06 | 1 | -4/+17 |
* | glsl/preprocessor: Extract version directive processing into a function. | Paul Berry | 2012-12-06 | 1 | -19/+30 |
* | glcpp: Add support for pasting of INTEGER tokens. | Carl Worth | 2012-11-29 | 1 | -14/+47 |
* | glcpp: Flag invalid pastes for integer followed by non-digits | Carl Worth | 2012-11-29 | 1 | -5/+13 |
* | glcpp: More factoring-out of common code to simplify things. | Carl Worth | 2012-11-29 | 1 | -26/+20 |
* | glcpp: Factor out a tiny bit of repeated code. | Carl Worth | 2012-11-29 | 1 | -4/+1 |
* | glcpp: Add support for __LINE__ and __FILE__ macros | Carl Worth | 2012-11-29 | 1 | -1/+30 |
* | glcpp: Don't define macros for extensions that aren't in ES | Matt Turner | 2012-11-15 | 1 | -28/+31 |
* | glcpp: don't push #line directives into next line | Fabian Bieler | 2012-11-09 | 1 | -8/+8 |
* | glcpp: Reject garbage after #else and #endif tokens | Matt Turner | 2012-11-09 | 1 | -4/+4 |
* | glsl: add ARB_texture_cube_map_array support (v2) | Dave Airlie | 2012-11-09 | 1 | -0/+3 |
* | glcpp: Don't use infinite lookhead for #define differentiation. | Kenneth Graunke | 2012-10-25 | 1 | -6/+6 |
* | glcpp: fix abuse of yylex | Dave Airlie | 2012-09-15 | 1 | -8/+0 |
* | glcpp: Add a newline to expanded #line directives. | Kenneth Graunke | 2012-07-28 | 1 | -2/+2 |
* | glcpp: Add built-in #define for GL_ARB_uniform_buffer_object. | Kenneth Graunke | 2012-07-09 | 1 | -0/+3 |
* | glsl: glcpp: Move handling of #line directives from lexer to parser. | Carl Worth | 2012-06-26 | 1 | -1/+32 |
* | glsl: glcpp: Rename and document _glcpp_parser_expand_if | Carl Worth | 2012-06-26 | 1 | -5/+20 |
* | glsl: glcpp: Allow "#if undefined-macro' to evaluate to false. | Carl Worth | 2012-06-26 | 1 | -0/+3 |
* | glsl: Scaffolding for ARB_shader_bit_encoding. | Olivier Galibert | 2012-06-07 | 1 | -0/+3 |
* | glcpp: Don't strlen() the output for every token being printed. | Kenneth Graunke | 2012-02-28 | 1 | -24/+26 |
* | glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent | Carl Worth | 2012-02-02 | 1 | -3/+0 |
* | mesa: rename the AMD_conservative_depth extension flag to ARB | Marek Olšák | 2011-11-22 | 1 | -1/+1 |
* | glcpp: Add GL_ARB_draw_instanced #define. | Morgan Armand | 2011-11-12 | 1 | -0/+3 |
* | glsl: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+3 |
* | glcpp: Raise error if defining any macro containing two consecutive underscores | Carl Worth | 2011-09-30 | 1 | -2/+2 |
* | glcpp: Implement token pasting for non-function-like macros | Carl Worth | 2011-09-30 | 1 | -36/+47 |
* | glcpp: Fix two (or more) successive applications of token pasting | Carl Worth | 2011-09-30 | 1 | -2/+0 |
* | 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 |
* | glcpp: Simplify calling convention of parser's active_list functions | Carl Worth | 2011-04-14 | 1 | -38/+38 |
* | glcpp: Raise error when modulus is zero | Chad Versace | 2011-02-02 | 1 | -1/+6 |
* | 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 | 1 | -75/+76 |