profile/ivi/mesa.git
2010-06-11 Ian Romanickir_constant: Add storage for multiple constants for...
2010-06-11 Ian RomanickAdd glsl_type::is_record query
2010-06-11 Ian RomanickAdd float/bool conversion to ir_constant_expression...
2010-06-11 Ian RomanickConstant-fold constructor parameters after type conversion
2010-06-11 Ian RomanickMake constructors with all constant parameters generate...
2010-06-11 Ian RomanickConstruct an ir_constant from a list of ir_constant...
2010-06-11 Ian RomanickAdd queries to determine if a node is a list sentinal
2010-06-11 Ian RomanickAdd methods to ir_constant to get scalar components...
2010-06-11 Ian RomanickDerefence components of constants smarter
2010-06-11 Ian RomanickConstruct an ir_constant from a scalar component of...
2010-06-11 Ian RomanickUse ir_unop_b2i when converting a bool-to-int and add...
2010-06-10 Kenneth GraunkeRemove linux_list in favor of exec_list.
2010-06-09 Kenneth GraunkeAdd forgotten autogenerated EXT_texture_array_fs folder.
2010-06-09 Kenneth GraunkeImplement 1.30 int/uint variants of min/max/clamp.
2010-06-09 Kenneth Graunketexture_builtins.py: The unsigned integer type is ...
2010-06-09 Kenneth GraunkeImplement 1.30 hyperbolic trig builtins (sinh, cosh...
2010-06-09 Kenneth GraunkeImplement 1.20 'transpose' builtin.
2010-06-09 Kenneth GraunkeImplement 1.20 'outerProduct' builtin.
2010-06-09 Kenneth GraunkeImplement matrixCompMult builtin - the last of the...
2010-06-09 Kenneth Graunkeir_constant_visitor: Add support for dFdx and dFdy...
2010-06-09 Kenneth GraunkeImplement dFdx, dFdy, and fwidth via new expression...
2010-06-09 Kenneth GraunkeImplement 'refract' builtin.
2010-06-09 Kenneth GraunkeFix some typing issues in asin.
2010-06-09 Kenneth GraunkeAdd a completely bogus implementation of the noise...
2010-06-09 Kenneth GraunkeImplement 'acos' builtin.
2010-06-09 Kenneth GraunkeImplement 'faceforward' builtin.
2010-06-09 Kenneth GraunkeImplement 'distance' builtin.
2010-06-09 Kenneth GraunkeAdd remaining signatures for 'clamp' builtin.
2010-06-09 Kenneth GraunkeAdd remaining signatures for 'max' builtin.
2010-06-09 Kenneth GraunkeAdd remaining signatures for 'min' builtin.
2010-06-09 Kenneth GraunkeAdd remaining signatures for 'mod' builtin.
2010-06-09 Kenneth Graunkeir_function_cloning_visitor: Add support for ir_texture.
2010-06-09 Kenneth GraunkeDon't call _mesa_glsl_initialize_types for every builti...
2010-06-09 Kenneth GraunkeOnly initialize types after #extension directives have...
2010-06-09 Kenneth GraunkeCommit output of texture_builtins.py and refresh builti...
2010-06-09 Kenneth Graunketexture_builtins.py: Support the EXT_texture_array...
2010-06-09 Kenneth GraunkeAdd EXT_texture_array support.
2010-06-09 Kenneth Graunkegenerate_builtins.pl: Support stage-specific builtins...
2010-06-09 Kenneth Graunketexture_builtins.py: Fixes for Array variants.
2010-06-09 Kenneth Graunketexture_builtins.py: Add support for 130 Proj variants.
2010-06-09 Kenneth GraunkeAdd a python script to generate texture builtins.
2010-06-09 Kenneth Graunkegenerate_builtins.pl: Support directiories for each...
2010-06-09 Kenneth Graunkegenerate_builtins.pl: Support _fs directories as well...
2010-06-09 Kenneth GraunkeSet the type of ir_texture properly; infer it from...
2010-06-09 Kenneth Graunkeir_reader: Add support for reading ir_texture.
2010-06-09 Kenneth Graunkeir_reader: Refactor reading of dereferences for later...
2010-06-09 Kenneth GraunkeAdd stub visitor support for ir_texture.
2010-06-09 Kenneth Graunkeir_print_visitor: Add support for ir_texture.
2010-06-09 Kenneth GraunkeAdd mappings between ir_texture_opcode and strings.
2010-06-09 Ian RomanickDefine IR instruction for texture look-ups
2010-06-09 Ian RomanickUse array delete operator to delete an array
2010-06-08 Ian RomanickBump GL_MAX_TEXTURE_COORDS from 2 to 4
2010-06-08 Ian RomanickOnly allow global precision qualifier for int and float
2010-06-08 Ian RomanickFix parsing of precision qualifiers
2010-06-08 Ian RomanickDon't process empty shaders
2010-06-08 Ian RomanickGenerate an error on empty declaration lists
2010-06-04 Kenneth GraunkeCheck variable mode when comparing qualifier lists.
2010-06-02 Ian Romanickir_dereference_array always operates on an r-value
2010-06-02 Ian RomanickThere is no class ir_label, so there's no need for...
2010-06-02 Ian RomanickRemove some cruft from the Makefile
2010-06-01 Eric AnholtAdd builtin gl_LightSource[].
2010-06-01 Eric Anholtbuiltins: Add support for reflect().
2010-06-01 Eric Anholtbuiltins: Add ftransform().
2010-06-01 Eric AnholtAllow arrays of floats as varyings.
2010-06-01 Eric Anholtgl_Normal is a vec3 not a vec4.
2010-06-01 Eric Anholtbuiltins: Add the mix(gentype, gentype, float) variant.
2010-06-01 Eric AnholtHandle GLSL 1.20 implicit type conversions.
2010-06-01 Eric Anholtbuiltins: Add atan().
2010-06-01 Eric Anholtbuiltins: Add asin().
2010-06-01 Eric Anholtir_constant_expression: Handle several floating point...
2010-06-01 Eric Anholtir_constant_variable: New pass to mark constant-assigne...
2010-06-01 Eric Anholtir_constant_folding: Look at instructions in functions.
2010-06-01 Eric Anholtir_swizzle_swizzle: Reduce swizzle chains to a single...
2010-06-01 Eric Anholtir_vec_index_to_swizzle: Pass to convert indexing of...
2010-06-01 Eric Anholtir_expression_flattening: Handle flattening values...
2010-06-01 Eric Anholtir_expression_flattening: Fix breakage from hierarchich...
2010-05-27 Ian RomanickReimplement ir_function_inlining_visitor using ir_hiera...
2010-05-27 Ian RomanickReimplement ir_copy_propagation_visitor using ir_hierar...
2010-05-26 Ian RomanickReimplement ir_expression_flattening_visitor using...
2010-05-26 Kenneth Graunkeir_reader: Read record_refs.
2010-05-26 Kenneth Graunkeir_reader: Fix reading of array deferences and correct...
2010-05-26 Ian RomanickFix setting the maximum accessed array element
2010-05-26 Ian Romanickir_dereference::mode is no longer used, kill with fire
2010-05-26 Ian RomanickRefactor whole-variable assigment checking into member...
2010-05-26 Ian RomanickRefactor ir_dereference data fields to subclasses
2010-05-26 Ian RomanickReplace open coded deref navigation with hierarchical...
2010-05-26 Ian RomanickRefactor ir_dereference support for ir_visitor
2010-05-26 Ian RomanickRefactor ir_dereference support for ir_hierarchical_visitor
2010-05-26 Ian RomanickBegin refactoring ir_dereference
2010-05-18 Ian RomanickUse ir_rvalue::variable_referenced instead of open...
2010-05-17 Ian Romanickir_visit_tree is no longer used, remove ir_visit_tree...
2010-05-17 Ian RomanickReimplement kill_for_derefs using ir_hierarchical_vistor
2010-05-17 Ian RomanickReimplement has_call_callback using ir_hierarchical_vistor
2010-05-17 Ian RomanickReimplement ir_if_simplicifation_visitor using ir_hiera...
2010-05-17 Ian RomanickMake visit_list_elements safe against node removals
2010-05-17 Ian RomanickReimplement ir_function_can_inline_visitor using ir_hie...
2010-05-17 Ian RomanickReimplement ir_dead_code_visitor using ir_hierarchical_...
2010-05-17 Ian RomanickAdd ir_hierarchical_visitor base class and associated...
2010-05-17 Ian RomanickReplace find_dead_code with visit_exec_list
2010-05-15 Ian RomanickUse ir_rvalue::variable_referenced instead of open...
next