aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove glsl_parser_state MaxVaryingFloats fieldIan Romanick2013-10-071-1/+0
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-051-0/+1
* glsl: add texture gather changesMaxence Le Dore2013-10-031-0/+1
* glsl: Switch ast_node to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+2
* glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.Francisco Jerez2013-10-011-2/+14
* glsl: Create and use a has_uniform_buffer_objects() helper.Kenneth Graunke2013-09-261-4/+0
* glsl: Create and use a has_explicit_attrib_location() helper.Kenneth Graunke2013-09-261-4/+0
* mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick2013-09-131-1/+1
* glsl: Implement MESA_shader_integer_mix extension.Matt Turner2013-09-091-0/+1
* glsl: Switch to the new built-in function module.Kenneth Graunke2013-09-091-1/+1
* glsl: Remove ubo_qualifiers_allowed variable.Matt Turner2013-08-211-1/+0
* glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.Matt Turner2013-08-211-1/+1
* glsl: Disallow embedded structure definitionsIan Romanick2013-08-191-0/+1
* glsl: Export the compiler's GS layout qualifiers to the gl_shader.Eric Anholt2013-08-011-0/+31
* glsl: Parse the GLSL 1.50 GS layout qualifiers.Eric Anholt2013-08-011-0/+4
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-1/+2
* glsl: Remove shader stage checking for extension handling.Kenneth Graunke2013-07-291-61/+28
* glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry2013-07-271-8/+8
* glsl: Initialize ast_function member variables.Vinson Lee2013-07-211-1/+2
* glsl: Initialize ast_jump_statement::opt_return_value.Vinson Lee2013-07-161-0/+1
* glsl: Add support for C-style initializers.Matt Turner2013-07-111-0/+188
* glsl: Add infrastructure for aggregate initializers.Matt Turner2013-07-111-0/+13
* glsl: Add an is_declaration field to ast_struct_specifier.Matt Turner2013-07-111-0/+1
* glsl: Change type of is_array to bool.Matt Turner2013-07-111-1/+1
* mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt2013-06-211-0/+83
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-211-0/+35
* mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte2013-06-141-0/+1
* glsl: Parse "#version 150 core" directives.Kenneth Graunke2013-06-101-0/+13
* glsl: add AMD_vertex_shader_layer supportJordan Justen2013-05-131-0/+1
* glsl: Add lowering pass for ir_triop_vector_insertIan Romanick2013-05-131-0/+1
* glsl: Add a pass to flip matrix/vector multiplies to use dot products.Kenneth Graunke2013-05-121-0/+4
* glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke2013-05-121-1/+3
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-2/+2
* mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner2013-05-061-0/+1
* glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke2013-04-041-0/+1
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+1
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-051-8/+7
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-021-0/+1
* glsl: Fix unsupported version error for GLSL ES 3.00, future proof for 3.30.Paul Berry2013-02-121-54/+58
* glsl: fix incorrect comment about do_common_optimizationMarek Olšák2013-02-061-2/+2
* glsl: Add infrastructure for ARB_shading_language_packingMatt Turner2013-01-251-0/+1
* glsl: Fix gl_context vs. ralloc context in check_version again, again.Kenneth Graunke2012-12-171-2/+2
* glsl_parser_extras.cpp: fixup gl vs mem contexts again.Dave Airlie2012-12-161-4/+4
* glsl: Allow layout qualifiers in GLSL 3.00 ESIan Romanick2012-12-061-0/+4
* glsl: Make {Min,Max}ProgramTexelOffset available to compiler.Paul Berry2012-12-061-0/+2
* glsl/parser: Handle "#version 300 es" directive.Paul Berry2012-12-061-26/+79
* glsl/parser: Extract version directive processing into a function.Paul Berry2012-12-061-0/+52
* glsl: Add GLSL version query functions.Paul Berry2012-12-061-0/+51
* glsl: Make a function to express a GLSL version ir human-readable form.Paul Berry2012-12-061-0/+10
* glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie2012-11-091-0/+1