glsl: Add support for C-style initializers.
[mesa.git] / src / glsl / glsl_parser_extras.cpp
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
2011-04-13 Eric Anholtglsl/opt_cpe: Reenable opt_copy_propagation_elements...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-11 Ian Romanickglsl: Make GL_ARB_shader_stencil_export enable block...
2011-04-11 Ian Romanickglsl: Only let a shader enable GL_ARB_draw_instanced...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Kenneth Graunkeglsl: Enable GL_OES_texture_3D extension for ES2.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-08 Eric Anholtglsl: Disable the new copy propagation pass until it...
2011-02-04 Eric Anholtglsl: Add a new opt_copy_propagation variant that does...
2011-02-01 Kenneth Graunkeglsl: Fix memory error when creating the supported...
2011-01-31 Ian Romanickglsl: Reject shader versions not supported by the imple...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-27 Chad Versaceglsl: Enable AMD_conservative_depth in parser
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-18 Eric Anholtglsl: Skip the rest of loop unrolling if no loops were...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-09 Brian Paulglsl: add support for system values and GL_ARB_draw_ins...
2010-12-01 Kenneth Graunkeglsl: Add an optimization pass to simplify discards.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
next