summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser_extras.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-06glsl: Add GLSL version query functions.Paul Berry1-0/+51
2012-12-06glsl: Make a function to express a GLSL version ir human-readable form.Paul Berry1-0/+10
2012-11-09glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie1-0/+1
2012-08-01glsl: Add support for OES_standard_derivatives in GLSL ES.Tomeu Vizoso1-0/+1
2012-07-31glsl: Add support for default layout qualifiers for uniforms.Eric Anholt1-0/+4
2012-07-31glsl: Refactor #version validation to be more future-proof.Kenneth Graunke1-13/+1
2012-07-30glsl: add support for using API_OPENGL_COREJordan Justen1-8/+7
2012-07-20glsl: Turn UBO variable declarations into ir_variables and check qualifiers.Eric Anholt1-0/+1
2012-07-09glsl: Don't hide the type of struct_declaration_list.Eric Anholt1-1/+1
2012-07-09glsl: Parser handles "#extension GL_ARB_uniform_buffer_object"Vincent Lejeune1-0/+1
2012-06-07glsl: Scaffolding for ARB_shader_bit_encoding.Olivier Galibert1-0/+1
2012-05-14glsl: Remove the opt_discard_simplification pass.Eric Anholt1-1/+0
2012-05-02glsl: report errors via GL_ARB_debug_outputDylan Noblesmith1-0/+11
2012-05-02glsl: add gl_context memberDylan Noblesmith1-1/+2
2012-05-02glsl: consolidate error/warning codeDylan Noblesmith1-14/+23
2012-04-11glsl: Add an array splitting pass.Eric Anholt1-0/+1
2012-04-09glsl: Use (const char *) in AST nodes rather than plain (char *).Kenneth Graunke1-2/+2
2012-03-15glsl: Add support for parsing #version 140.Eric Anholt1-0/+2
2012-02-03glsl: Save and restore the whole switch state for nesting.Eric Anholt1-1/+1
2012-01-30mesa: Add a flag for forcing all GLSL extensions to "warn".Eric Anholt1-0/+3
2012-01-06glsl: Track descriptions of some expressions that can't be l-valuesIan Romanick1-0/+1
2011-11-22glsl: convervative_depth is not allowed in the vertex shaderMarek Olšák1-2/+2
2011-11-22mesa: rename the AMD_conservative_depth extension flag to ARBMarek Olšák1-2/+2
2011-11-07glsl: Generate IR for switch statementsDan McCabe1-1/+2
2011-11-07glsl: Reference data structure ctors in grammarDan McCabe1-0/+100
2011-11-03glsl: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+1
2011-10-25glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick1-2/+21
2011-09-23glsl: Defer initialization of built-in functions until they're needed.Kenneth Graunke1-0/+2
2011-09-08glsl: Don't do structure splitting until link time.Eric Anholt1-1/+1
2011-08-25glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke1-0/+1
2011-06-28glsl: Rewrote _mesa_glsl_process_extension to use table-driven logic.Paul Berry1-109/+218
2011-06-03AST dump: fixed printing of conditionals.Paul Berry1-1/+1
2011-05-09glsl: Add compiler support for ARB_shader_texture_lod.Kenneth Graunke1-0/+8
2011-05-03mesa: implement AMD_shader_stencil_exportMarek Olšák1-0/+10
2011-04-13glsl/opt_cpe: Reenable opt_copy_propagation_elements.cpp pass.Eric Anholt1-1/+1
2011-04-11glsl: Make GL_ARB_shader_stencil_export enable block be similar to other blocksIan Romanick1-7/+7
2011-04-11glsl: Only let a shader enable GL_ARB_draw_instanced if the driver supports itIan Romanick1-6/+5