Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / glsl / ir_reader.cpp
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...