OSDN Git Service

glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.
[android-x86/external-mesa.git] / src / glsl / glsl_parser_extras.cpp
2013-11-27 Francisco Jerezglsl: Initialize _mesa_glsl_parse_state::atomic_counter...
2013-11-18 Tapani Pälliglsl: cleanup, remove duplicate assignment
2013-11-01 Anuj Phogatmesa: Add infrastructure for GL_ARB_sample_shading
2013-11-01 Eric Anholtglsl: Add a CSE pass.
2013-10-29 Francisco Jerezglsl: Add built-in functions and constants required...
2013-10-29 Francisco Jerezglsl: Add extension enables for ARB_shader_atomic_counters.
2013-10-15 Paul Berryglsl: Add new GLSL 1.50 constants.
2013-10-07 Ian Romanickglsl: Remove glsl_parser_state MaxVaryingFloats field
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-10-02 Francisco Jerezglsl: Switch ast_node to the non-zeroing allocator.
2013-10-02 Francisco Jerezglsl: Initialize all member variables of _mesa_glsl_par...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_uniform_buffer_objects(...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_explicit_attrib_location...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-09 Matt Turnerglsl: Implement MESA_shader_integer_mix extension.
2013-09-09 Kenneth Graunkeglsl: Switch to the new built-in function module.
2013-08-22 Matt Turnerglsl: Remove ubo_qualifiers_allowed variable.
2013-08-22 Matt Turnerglsl: Rename ubo_qualifiers_valid to ubo_qualifiers_all...
2013-08-19 Ian Romanickglsl: Disallow embedded structure definitions
2013-08-02 Eric Anholtglsl: Export the compiler's GS layout qualifiers to...
2013-08-02 Eric Anholtglsl: Parse the GLSL 1.50 GS layout qualifiers.
2013-07-30 Marek Olšákmesa,glsl,st/dri: add a new driconf option force_glsl_v...
2013-07-29 Kenneth Graunkeglsl: Remove shader stage checking for extension handling.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-21 Vinson Leeglsl: Initialize ast_function member variables.
2013-07-16 Vinson Leeglsl: Initialize ast_jump_statement::opt_return_value.
2013-07-12 Matt Turnerglsl: Add support for C-style initializers.
2013-07-12 Matt Turnerglsl: Add infrastructure for aggregate initializers.
2013-07-12 Matt Turnerglsl: Add an is_declaration field to ast_struct_specifier.
2013-07-12 Matt Turnerglsl: Change type of is_array to bool.
2013-06-21 Eric Anholtmesa: Move the common _mesa_glsl_compile_shader() code...
2013-06-21 Eric Anholtmesa: Use shared code for converting shader targets...
2013-06-14 Todd Previtemesa: Add infrastructure for ARB_shading_language_420pack.
2013-06-10 Kenneth Graunkeglsl: Parse "#version 150 core" directives.
2013-05-13 Jordan Justenglsl: add AMD_vertex_shader_layer support
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-12 Kenneth Graunkeglsl: Add a pass to flip matrix/vector multiplies to...
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-04-04 Kenneth Graunkeglsl: Add an optimization pass to flatten simple nested...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-05 Eric Anholtmesa: Report ARB_debug_output for both shader errors...
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-02-12 Paul Berryglsl: Fix unsupported version error for GLSL ES 3.00...
2013-02-06 Marek Olšákglsl: fix incorrect comment about do_common_optimization
2013-01-25 Matt Turnerglsl: Add infrastructure for ARB_shading_language_packing
2012-12-17 Kenneth Graunkeglsl: Fix gl_context vs. ralloc context in check_versio...
2012-12-16 Dave Airlieglsl_parser_extras.cpp: fixup gl vs mem contexts again.
2012-12-06 Ian Romanickglsl: Allow layout qualifiers in GLSL 3.00 ES
2012-12-06 Paul Berryglsl: Make {Min,Max}ProgramTexelOffset available to...
2012-12-06 Paul Berryglsl/parser: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/parser: Extract version directive processing into...
2012-12-06 Paul Berryglsl: Add GLSL version query functions.
2012-12-06 Paul Berryglsl: Make a function to express a GLSL version ir...
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-08-01 Tomeu Vizosoglsl: Add support for OES_standard_derivatives in GLSL ES.
2012-07-31 Eric Anholtglsl: Add support for default layout qualifiers for...
2012-07-31 Kenneth Graunkeglsl: Refactor #version validation to be more future...
2012-07-30 Jordan Justenglsl: add support for using API_OPENGL_CORE
2012-07-20 Eric Anholtglsl: Turn UBO variable declarations into ir_variables...
2012-07-09 Eric Anholtglsl: Don't hide the type of struct_declaration_list.
2012-07-09 Vincent Lejeuneglsl: Parser handles "#extension GL_ARB_uniform_buffer_...
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
2012-05-15 Eric Anholtglsl: Remove the opt_discard_simplification pass.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 Dylan Noblesmithglsl: report errors via GL_ARB_debug_output
2012-05-02 Dylan Noblesmithglsl: add gl_context member
2012-05-02 Dylan Noblesmithglsl: consolidate error/warning code
2012-04-12 Eric Anholtglsl: Add an array splitting pass.
2012-04-09 Kenneth Graunkeglsl: Use (const char *) in AST nodes rather than plain...
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-02-03 Eric Anholtglsl: Save and restore the whole switch state for nesting.
2012-01-30 Eric Anholtmesa: Add a flag for forcing all GLSL extensions to...
2012-01-06 Ian Romanickglsl: Track descriptions of some expressions that can...
2011-11-22 Marek Olšákglsl: convervative_depth is not allowed in the vertex...
2011-11-22 Marek Olšákmesa: rename the AMD_conservative_depth extension flag...
2011-11-08 Dan McCabeglsl: Generate IR for switch statements
2011-11-08 Dan McCabeglsl: Reference data structure ctors in grammar
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
2011-09-24 Kenneth Graunkeglsl: Defer initialization of built-in functions until...
2011-09-09 Eric Anholtglsl: Don't do structure splitting until link time.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-28 Paul Berryglsl: Rewrote _mesa_glsl_process_extension to use table...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Paul BerryAST dump: fixed printing of conditionals.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-09 Kenneth Graunkeglsl: Add compiler support for ARB_shader_texture_lod.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-03 Marek Olšákmesa: implement AMD_shader_stencil_export
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
next