summaryrefslogtreecommitdiff
path: root/src/glsl/builtin_function.cpp
AgeCommit message (Expand)Author
2011-03-16android: Add pre-generated files.Chia-I Wu
2011-01-10glsl: Autogenerate builtin_functions.cpp as part of the build process.Kenneth Graunke
2011-01-01glsl: Remove unused "instructions" parameter.Kenneth Graunke
2010-12-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-11-30glsl: Lazily import built-in function prototypes.Kenneth Graunke
2010-11-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-11-15glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-11-03Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-21Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-21glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-22glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt
2010-09-18glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke
2010-09-18glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke
2010-09-13glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequalIan Romanick
2010-09-09glsl2: Implement noise[1234] built-in functions using ir_unop_noiseIan Romanick
2010-09-09glsl/builtins: normalize of a negative scalar should be -1.0.Kenneth Graunke
2010-09-08glsl/builtins: Set the API in the fake context.Kenneth Graunke
2010-09-08glsl2: Clear out profile pointers in _mesa_glsl_release_functionsIan Romanick
2010-09-08glsl: Fix for scalar float built-in definitions.Kenneth Graunke
2010-09-08glsl: regenerate builtinsEric Anholt
2010-09-08glsl: Refresh automatically generated file builtin_function.cpp.Kenneth Graunke
2010-09-08glsl2: Make sure _mesa_glsl_parse_state constructor gets a contextIan Romanick
2010-09-07glsl: Add built-in function profiles for GLSL ES 1.00.Kenneth Graunke
2010-09-04glsl: Regenerate autogenerated file builtin_function.cpp.Kenneth Graunke
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul
2010-08-30glsl: Clear the static values of builtin function profiles at release.Eric Anholt
2010-08-27glsl: Regenerate for double destroy fix.Eric Anholt
2010-08-26glsl: Use a single shared namespace in the symbol table.Kenneth Graunke
2010-08-24glsl: Include main/core.h.Chia-I Wu
2010-08-23glsl: Rebuild builtins for any() change.Eric Anholt
2010-08-23glsl: Regenerate builtins with the new sorting.Eric Anholt
2010-08-18glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-08-17glsl2: Regenerate builtin_function.cpp.Kenneth Graunke
2010-08-16glsl2: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-08-13glsl2: Rework builtin function generation.Kenneth Graunke
2010-08-12glsl2: Use Elements from main/compiler.h instead of open-codingIan Romanick
2010-08-09glsl2: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-08-02glsl2: Fix expression type in builtin tan().Eric Anholt
2010-07-30glsl2: Fix the implementation of atan(y, x).Eric Anholt
2010-07-28glsl2: Fix outerProduct builtin.Kenneth Graunke
2010-07-22glsl2: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-07-22glsl2: Fix the type of (1.0 - arg2) for mix(gen, gen, float).Eric Anholt
2010-07-21linker: Link built-in functions instead of including them in every shaderIan Romanick
2010-07-20glsl2: Fix asin() implementation.Eric Anholt
2010-07-20glsl2: notEqual() produces a boolean value, not the base type of the args.Eric Anholt
2010-07-19glsl2: Use Elements macroIan Romanick