glsl: Add ir_variable::interface_type field
[mesa.git] / src / glsl / ir.h
2013-01-25 Ian Romanickglsl: Add ir_variable::interface_type field
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Chad Versaceglsl: Extend ir_expression_operation for GLSL 3.00...
2013-01-25 Chad Versaceglsl: Fix typo in comment
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-14 Paul Berryglsl: Create a field to store fractional varying locations.
2012-12-14 Paul Berryglsl/linker: Make separate ir_variable field to mean...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-07-30 Ian Romanickglsl: Fix ir_last_opcode value.
2012-07-20 Eric Anholtglsl: Translate the AST for uniform blocks into some...
2012-07-12 Kenneth Graunkeglsl: Initialize coordinate to NULL in ir_texture const...
2012-07-02 Kenneth Graunkeglsl: Remove unused ir_loop_jump::loop pointer.
2012-06-26 Brian Paulglsl: fix comment typo
2012-06-15 Paul Berryglsl: Add unary operation ir_unop_f2u.
2012-06-12 Matt Turnerglsl: Add is_basis function
2012-06-08 Eric Anholtglsl: Clean up warnings about deleting classes without...
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-08 Olivier Galibertglsl: Change built-in constant expression evaluation...
2012-05-08 Olivier Galibertglsl: Add an origin pointer in the function signature...
2012-05-08 Olivier Galibertglsl: Add methods to copy parts of one ir_constant...
2012-05-08 Olivier Galibertglsl: Add a constant_referenced method to ir_dereference*
2012-05-08 Olivier Galibertglsl: Add a variable context to constant_expression_val...
2012-04-19 Eric Anholtglsl: Track in each ir_variable whether it was ever...
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-13 Dave Airliemesa: add support for ARB_blend_func_extended (v4)
2012-04-02 Kenneth Graunkeglsl: Demote 'type' from ir_instruction to ir_rvalue...
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: Move constant expression handling from calls...
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
2011-11-15 Kenneth Graunkeglsl: Add a new matching_signature() variant that retur...
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-11-03 Ian Romanickglsl: Put all bitfields in ir_variable together for...
2011-10-27 Paul Berryglsl: add ir_variable::determine_interpolation_mode...
2011-10-27 Paul Berryglsl: Distinguish between no interpolation qualifier...
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-07 Ian Romanickglsl: Remove unused method ir_variable::component_slots
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-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-16 Paul Berryglsl: Make is_lvalue() and variable_referenced() const.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Ian Romanickglsl: Reject shaders that contain static recursion
2011-07-21 Ian Romanickglsl: Make prototype_string publicly available
2011-07-17 Ian Romanicklinker: Only over-ride built-ins when a prototype has...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Bryan Cainglsl: Add ir_unop_i2u and ir_unop_u2i operations.
2011-06-29 Eric Anholtglsl: Allow ir_assignment() constructor to not specify...
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-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-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
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-27 Chad Versaceglsl: Propagate depth layout qualifier from AST to IR
2011-01-27 Chad Versaceglsl: Define enum ir_depth_layout
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-12 Ian Romanickglsl: Track variable usage, use that to enforce semantics
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-01 Kenneth Graunkeglsl: Remove unused "instructions" parameter.
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-11-30 Kenneth Graunkeglsl: Refactor out cloning of function prototypes.
2010-11-30 Eric Anholtglsl: Add a helper constructor for expressions that...
2010-11-25 Kenneth Graunkeglsl: Add a virtual as_discard() method.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-20 Eric Anholtglsl: Add a helper function for determining if an rvalu...
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Add unary ir_expression constructor
2010-11-19 Ian Romanickglsl: Add ir_rvalue::is_negative_one predicate
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-19 Ian Romanickglsl: Make is_zero and is_one virtual methods of ir_rvalue
2010-11-17 Kenneth Graunkeglsl: Refactor get_num_operands.
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-11-16 Ian Romanickglsl: Refactor is_vec_{zero,one} to be methods of ir_co...
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-29 Kenneth Graunkeglsl: Remove unused ARRAY_SIZE macro.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
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-14 Kenneth Graunkeglsl: Add a new ir_unop_round_even opcode for GLSL...
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
next