Use line number information from entire function expression
[mesa.git] / src / glsl / ir_reader.cpp
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-10-05 Chris Forbesglsl: Add support for specifying the component in textu...
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkeglsl: Store a predicate for whether a built-in signatur...
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-06-14 Vinson Leeglsl: Fix null check in read_dereference.
2013-05-06 Matt Turnerglsl: Rework ir_reader to handle expressions with four...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-02-28 Kenneth Graunkeglsl: Rework ir_reader to handle expressions with three...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-04-24 Eric Anholtglsl: Make ir_reader parse the "temporary" variable...
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-04-02 Kenneth Graunkeglsl: Split out ir_reader's ability to read ir_derefere...
2011-10-28 Kenneth Graunkeglsl: Remove pointless uses of glsl_type::get_base_type().
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-09-24 Kenneth Graunkeglsl: Free all S-Expressions immediately after reading IR.
2011-09-07 Brian Paulglsl: s/int/unsigned/ to silence warning
2011-09-07 Kenneth Graunkeglsl/ir_reader: Make sure constants have the right...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Paul Berryglsl: Make ir_reader able to read plain (return) statem...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-14 Kenneth Graunkeglsl: Explicitly specify a type when reading/printing...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth Graunkeglsl: Introduce a new "const_in" variable mode.
2011-01-31 Kenneth Graunkeglsl: Change texel offsets to a single vector rvalue.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-25 Brian Paulglsl: silence uninitialized var warning in read_texture()
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Kenneth Graunkeir_reader: Make assignment conditions optional.
2011-01-13 Kenneth Graunkeir_reader: Convert to a class.
2011-01-13 Kenneth Graunkeir_reader: Combine the three dereference reading functi...
2011-01-13 Kenneth Graunkeir_reader: Relax requirement that function arguments...
2011-01-13 Kenneth Graunkeir_reader: Remove s_list::length() method.
2011-01-13 Kenneth Graunkeir_reader: Add a pattern matching system and use it...
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-11-30 Eric Anholtglsl: Make the symbol table's add_variable just use...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_function just use...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Kenneth Graunkeir_reader: Fix some potential NULL pointer dereferences.
2010-11-03 Kenneth Graunkeir_reader: Remove useless error check.
2010-11-03 Kenneth Graunkeir_reader: Return a specific ir_dereference variant.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-05 Kenneth Graunkeir_reader: Only validate IR when a global 'debug' flag...
2010-09-04 Kenneth Graunkeir_reader: Run ir_validate on the generated IR.
2010-09-04 Kenneth Graunkeir_reader: Emit global variables at the top of the...
2010-09-04 Kenneth Graunkeir_reader: Drop support for reading the old assignment...
2010-09-04 Kenneth Graunkeir_reader: Read the new assignment format (with write...
2010-09-04 Kenneth Graunkeir_reader: Track the current function and report it...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-29 Vinson Leeglsl: Initialize data in read_constant.
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Kenneth Graunkeglsl2: Rework builtin function generation.
2010-08-14 Kenneth Graunkeir_reader: Don't mark functions as defined if their...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Kenneth Graunkeglsl2: Make ir_assignment derive from ir_instruction...
2010-07-21 Kenneth Graunkeir_reader: Add support for reading constant arrays.
2010-07-21 Ian Romanickglsl2: glsl_type has its own talloc context, don't...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-19 Eric Anholtglsl2: Remove the const disease from function signature...
2010-07-13 Ian Romanicklinker: Implement first bits of intrastage linking
2010-07-07 Kenneth Graunkeir_reader: Don't emit ir_function multiple times.
2010-07-03 Kenneth Graunkeglsl2: Fix for dead strings being stored in the symbol...
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-26 Kenneth Graunkeir_reader: Free memory for S-Expressions earlier.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...