summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser_extras.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-29glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...Francisco Jerez1-0/+6
2013-10-29glsl: Add extension enables for ARB_shader_atomic_counters.Francisco Jerez1-0/+1
2013-10-15glsl: Add new GLSL 1.50 constants.Paul Berry1-0/+10
2013-10-07glsl: Remove glsl_parser_state MaxVaryingFloats fieldIan Romanick1-1/+0
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-0/+1
2013-10-03glsl: add texture gather changesMaxence Le Dore1-0/+1
2013-10-01glsl: Switch ast_node to the non-zeroing allocator.Francisco Jerez1-1/+2
2013-10-01glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.Francisco Jerez1-2/+14
2013-09-26glsl: Create and use a has_uniform_buffer_objects() helper.Kenneth Graunke1-4/+0
2013-09-26glsl: Create and use a has_explicit_attrib_location() helper.Kenneth Graunke1-4/+0
2013-09-13mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick1-1/+1
2013-09-09glsl: Implement MESA_shader_integer_mix extension.Matt Turner1-0/+1
2013-09-09glsl: Switch to the new built-in function module.Kenneth Graunke1-1/+1
2013-08-21glsl: Remove ubo_qualifiers_allowed variable.Matt Turner1-1/+0
2013-08-21glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.Matt Turner1-1/+1
2013-08-19glsl: Disallow embedded structure definitionsIan Romanick1-0/+1
2013-08-01glsl: Export the compiler's GS layout qualifiers to the gl_shader.Eric Anholt1-0/+31
2013-08-01glsl: Parse the GLSL 1.50 GS layout qualifiers.Eric Anholt1-0/+4
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák1-1/+2
2013-07-29glsl: Remove shader stage checking for extension handling.Kenneth Graunke1-61/+28
2013-07-27glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry1-8/+8
2013-07-21glsl: Initialize ast_function member variables.Vinson Lee1-1/+2
2013-07-16glsl: Initialize ast_jump_statement::opt_return_value.Vinson Lee1-0/+1
2013-07-11glsl: Add support for C-style initializers.Matt Turner1-0/+188
2013-07-11glsl: Add infrastructure for aggregate initializers.Matt Turner1-0/+13
2013-07-11glsl: Add an is_declaration field to ast_struct_specifier.Matt Turner1-0/+1
2013-07-11glsl: Change type of is_array to bool.Matt Turner1-1/+1
2013-06-21mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt1-0/+83
2013-06-21mesa: Use shared code for converting shader targets to short strings.Eric Anholt1-0/+35
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte1-0/+1
2013-06-10glsl: Parse "#version 150 core" directives.Kenneth Graunke1-0/+13
2013-05-13glsl: add AMD_vertex_shader_layer supportJordan Justen1-0/+1
2013-05-13glsl: Add lowering pass for ir_triop_vector_insertIan Romanick1-0/+1
2013-05-12glsl: Add a pass to flip matrix/vector multiplies to use dot products.Kenneth Graunke1-0/+4
2013-05-12glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke1-1/+3
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-2/+2
2013-05-06mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner1-0/+1
2013-04-04glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke1-0/+1
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-0/+1
2013-03-05mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt1-8/+7
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-0/+1
2013-02-12glsl: Fix unsupported version error for GLSL ES 3.00, future proof for 3.30.Paul Berry1-54/+58
2013-02-06glsl: fix incorrect comment about do_common_optimizationMarek Olšák1-2/+2
2013-01-25glsl: Add infrastructure for ARB_shading_language_packingMatt Turner1-0/+1
2012-12-17glsl: Fix gl_context vs. ralloc context in check_version again, again.Kenneth Graunke1-2/+2
2012-12-16glsl_parser_extras.cpp: fixup gl vs mem contexts again.Dave Airlie1-4/+4
2012-12-06glsl: Allow layout qualifiers in GLSL 3.00 ESIan Romanick1-0/+4
2012-12-06glsl: Make {Min,Max}ProgramTexelOffset available to compiler.Paul Berry1-0/+2
2012-12-06glsl/parser: Handle "#version 300 es" directive.Paul Berry1-26/+79
2012-12-06glsl/parser: Extract version directive processing into a function.Paul Berry1-0/+52