Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / ir_clone.cpp
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Timothy Arceriglsl: add subroutine index qualifier support
2015-11-20 Ian Romanickglsl: Add ir_samples_identical opcode
2015-11-14 Jason EkstrandMerge branch 'wip/i965-separate-sampler-tex' into vulkan
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-10 Ilia Mirkinglsl: add ir_texture_samples texture opcode
2015-08-31 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-23 Dave Airlieglsl/ir: add subroutine information storage to ir_funct...
2015-07-23 Dave Airlieglsl/types: add new subroutine type (v3.2)
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-03-02 Brian Paulglsl: replace Elements() with ARRAY_SIZE()
2015-02-19 Dave Airlieglsl/ir: Add cloning support for doubles
2014-09-30 Ian Romanickglsl: Squish ir_variable::max_ifc_array_access and...
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Ian Romanickglsl: Replace ir_variable::warn_extension pointer with...
2014-07-01 Matt Turnerglsl: Replace uses of foreach_list_const.
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-25 Ian Romanickglsl: Group all of the constant_referenced functions...
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-12-12 Tapani Pälliglsl: modify ir_clone to use memcpy
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
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-11-30 Paul Berryglsl: Fix inconsistent assumptions about ir_loop::counter.
2013-11-21 Paul Berryglsl: Prohibit illegal mixing of redeclarations inside...
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-09 Paul Berryglsl: Add an ir_variable::max_ifc_array_access field.
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-09 Kenneth Graunkeglsl: Rename ir_function_signature::builtin_info to...
2013-09-09 Kenneth Graunkeglsl: Convert ir_function_signature::is_builtin to...
2013-09-09 Kenneth Graunkeglsl: Store a predicate for whether a built-in signatur...
2013-09-04 Ian Romanickglsl: Copy ir_variable::assigned and ir_variable::used...
2013-07-18 Kenneth Graunkeglsl: Add ir_variable fields for explicit bindings.
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-01-25 Ian Romanickglsl: Remove ir_variable::uniform_block
2013-01-25 Ian Romanickglsl: Add ir_variable::interface_type field
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-19 Ian Romanickglsl: Remove stale comment
2012-07-20 Eric Anholtglsl: Translate the AST for uniform blocks into some...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-08 Olivier Galibertglsl: Add an origin pointer in the function signature...
2012-05-04 Eric Anholtglsl: Always copy the index when cloning a variable.
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-19 Marek Olšákglsl: when cloning a variable, copy the depth layout too
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-10-19 Ian Romanickir_to_mesa: Move some things outside the 'extern "C...
2011-09-14 Paul Berryglsl: Remove field array_lvalue from ir_variable.
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-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-29 Ian Romanickglsl: Calcluate Mesa state slots in front-end instead...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-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-11-30 Kenneth Graunkeglsl: Refactor out cloning of function prototypes.
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 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-08 Ian Romanickglsl: Track explicit location in AST to IR translation
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Tilman Sauerbeckglsl2: Fixed cloning of ir_call error instructions.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
next