i965: Use a new miptree to avoid software fallbacks due to drawing offset.
[mesa.git] / src / glsl / builtin_function.cpp
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-18 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-11-30 Kenneth Graunkeglsl: Lazily import built-in function prototypes.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-17 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-11-15 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-11-03 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-10-21 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
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: Refresh autogenerated file builtin_function.cpp.
2010-10-14 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
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-09 Kenneth Graunkeglsl/builtins: Set the API in the fake context.
2010-09-09 Ian Romanickglsl2: Clear out profile pointers in _mesa_glsl_release...
2010-09-08 Kenneth Graunkeglsl: Fix for scalar float built-in definitions.
2010-09-08 Eric Anholtglsl: regenerate builtins
2010-09-08 Kenneth Graunkeglsl: Refresh automatically generated file builtin_func...
2010-09-08 Ian Romanickglsl2: Make sure _mesa_glsl_parse_state constructor...
2010-09-08 Kenneth Graunkeglsl: Add built-in function profiles for GLSL ES 1.00.
2010-09-04 Kenneth Graunkeglsl: Regenerate autogenerated file builtin_function...
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-30 Eric Anholtglsl: Clear the static values of builtin function profi...
2010-08-27 Eric Anholtglsl: Regenerate for double destroy fix.
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-23 Eric Anholtglsl: Rebuild builtins for any() change.
2010-08-23 Eric Anholtglsl: Regenerate builtins with the new sorting.
2010-08-18 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-08-18 Kenneth Graunkeglsl2: Regenerate builtin_function.cpp.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Kenneth Graunkeglsl2: Rework builtin function generation.
2010-08-12 Ian Romanickglsl2: Use Elements from main/compiler.h instead of...
2010-08-09 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-02 Eric Anholtglsl2: Fix expression type in builtin tan().
2010-07-30 Eric Anholtglsl2: Fix the implementation of atan(y, x).
2010-07-28 Kenneth Graunkeglsl2: Fix outerProduct builtin.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-07-22 Eric Anholtglsl2: Fix the type of (1.0 - arg2) for mix(gen, gen...
2010-07-21 Ian Romanicklinker: Link built-in functions instead of including...
2010-07-20 Eric Anholtglsl2: Fix asin() implementation.
2010-07-20 Eric Anholtglsl2: notEqual() produces a boolean value, not the...
2010-07-19 Ian Romanickglsl2: Use Elements macro
2010-07-19 Eric Anholtglsl2: Fix the expression type for atan's pi * sign(y).
2010-07-19 Eric Anholtglsl2: Make cross() be an expression operation.
2010-07-14 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-07-07 Eric Anholtglsl: Fix the setup of refract()'s output for vec3...
2010-07-03 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-07-01 Eric Anholtglsl2: Add ir_unop_fract as an expression type.
2010-07-01 Eric Anholtglsl2: Don't break sign() down by vector components.
2010-06-30 Eric Anholtglsl2: Fix reversed value of step().
2010-06-30 Eric Anholtglsl2: Fix up the implementation of fract() for vector...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...