glsl: make builtin_mem_ctx a static
[mesa.git] / src / glsl / builtins / ir /
2012-06-14 Ian Romanickglsl: Fix pi/2 constant in acos built-in function
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-01-07 Kenneth Graunkeglsl/builtins: Add missing mix(genType, genType, bvec...
2011-10-31 Paul Berryglsl: Add isinf() and isnan() builtins.
2011-10-31 Paul Berryglsl: Add '.ir' extension to builtin IR files
2011-09-28 Paul Berryglsl 1.30: Fix numerical instabilities in asinh
2011-09-07 Kenneth Graunkeglsl/builtins: Fix invalid float constant in noise4...
2011-09-07 Kenneth Graunkeglsl/builtins: Fix invalid vecN constants in hyperbolic...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Paul Berryglsl: improve the accuracy of the atan(x,y) builtin...
2011-08-01 Paul Berryglsl: improve the accuracy of the asin() builtin function.
2011-07-28 Paul Berryglsl: improve the accuracy of the radians() builtin...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-15 Kenneth Graunkeglsl/builtins: Actually implement int/ivec variants...
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 Graunkeglsl/builtins: Remove unnecessary (constant bool (1...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-18 Kenneth Graunkeglsl/builtins: Compute the correct value for smoothstep...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Kenneth Graunkeglsl: Reimplement the "cross" built-in without ir_binop...
2010-11-15 Kenneth Graunkeglsl: Implement the asinh, acosh, and atanh built-in...
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Kenneth Graunkeglsl/builtins: Clean up some ugly autogenerated code...
2010-11-03 Kenneth Graunkeglsl/builtins: Rename 'x' to 'y_over_x' in atan(float...
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-21 Kenneth Graunkeglsl: Add support for GLSL 1.30's modf built-in.
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 support for the 1.30 round() built-in.
2010-10-14 Kenneth Graunkeglsl: Add front-end support for GLSL 1.30's roundEven...
2010-10-14 Kenneth Graunkeglsl: Add front-end support for the "trunc" built-in.
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-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Kenneth Graunkeglsl/builtins: Switch comparison functions to just...
2010-09-18 Kenneth Graunkeglsl/builtins: Fix equal and notEqual builtins.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Ian Romanickglsl2: Port equal() and notEqual() to ir_unop_all_equal...
2010-09-09 Ian Romanickglsl2: Implement noise[1234] built-in functions using...
2010-09-09 Kenneth Graunkeglsl/builtins: normalize of a negative scalar should...
2010-09-08 Kenneth Graunkeglsl: Fix for scalar float built-in definitions.
2010-09-08 Eric Anholtglsl: Fix typo in builtin step() using a wrong channel.
2010-09-08 Kenneth Graunkeglsl/builtins: Don't use ir_binop_dot on floating point...
2010-09-08 Kenneth Graunkeglsl/builtins: Simplify degenerate scalar float cases.
2010-09-04 Kenneth Graunkeglsl/builtins: Convert assignments to new format (with...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Kenneth Graunkeglsl: Add forgotten implementations of equal/notEqual...
2010-09-01 Brian Paulglsl2: fix bug in atan(y, x) function
2010-08-23 Eric Anholtmesa: Add new ir_unop_any() expression operation.
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.