profile/ivi/mesa.git
2010-06-14 Ian RomanickRemove ability to read "IR shaders" from stand-alone...
2010-06-14 Ian RomanickMove stand-alone compiler main routine to main.cpp
2010-06-12 Ian Romanickir_constant: Eliminate 'void *' constructor
2010-06-12 Ian RomanickUse statically typed ir_constant constructors wherever...
2010-06-12 Ian Romanickir_reader: Use 'union ir_constant_data' in read_constant
2010-06-12 Ian Romanickir_constant_visitor: Type of constant result is same...
2010-06-12 Ian Romanickir_constant_visitor: Types of ir_binop_{equal,nequal...
2010-06-12 Ian Romanickir_constant_visitor: Use 'union ir_constant_data' in...
2010-06-11 Ian Romanickir_constant_visitor: Use 'union ir_constant_data' inste...
2010-06-11 Ian RomanickMatrix and vector constructors with a single constant...
2010-06-11 Ian Romanickir_constant_visitor: Handle bool-to-int and int-to...
2010-06-11 Ian RomanickTreat ?: with all constant subexpressions as a constant...
2010-06-11 Ian RomanickRearrange code in HIR conversion of ?: operator
2010-06-11 Ian Romanickir_constant_visitor: Handle constant swizzles
2010-06-11 Ian Romanickir_constant_visitor: Handle array access of constant...
2010-06-11 Ian RomanickRemove redundant type checks for constant constructors
2010-06-11 Ian RomanickDo simple constant folding while processing function...
2010-06-11 Ian Romanickir_constant_visitor: Handle dereferences of constant...
2010-06-11 Ian Romanickir_constant: Add get_record_field query
2010-06-11 Ian RomanickAdd glsl_types::field_index to get the location of...
2010-06-11 Ian RomanickDetect and process constant record constructors
2010-06-11 Ian RomanickMove parameter processing out of match_function_by_name
2010-06-11 Ian Romanickir_constant_visitor: Use clone to create a constant...
2010-06-11 Ian Romanickir_constant: Support constant structures in clone
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...
next