mesa.git
2010-07-07 Eric Anholtglsl2: Add pass for supporting variable vector indexing...
2010-07-07 Eric Anholtir_to_mesa: Add support for conditional moves.
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-07-07 Kenneth Graunkeir_constant_expression: Declare loop counting variables...
2010-07-06 Kenneth Graunkeglsl2: Update TODO.
2010-07-06 Kenneth Graunkeir_constant_expression: Add support for dot products.
2010-07-06 Kenneth Graunkeir_constant_expression: Add support for matrix multipli...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar * vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar / vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar - vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar + vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Assert that both operands share...
2010-07-06 Kenneth Graunkeir_constant_expression: Initialize op[0] and op[1]...
2010-07-06 Kenneth Graunkeir_constant_expression: Initialize all components of...
2010-07-06 Ian RomanickAdd hash table helper functions for using pointers...
2010-07-06 Ian RomanickMake hashtable.h be C++ friendly
2010-07-06 Eric Anholtir_to_mesa: Use the compiler-assigned locations for...
2010-07-03 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-07-03 Kenneth Graunkeglcpp: Add #error support.
2010-07-03 Kenneth Graunkeglsl2: Fix for dead strings being stored in the symbol...
2010-07-03 Kenneth Graunkeir_to_mesa: Fix uninitalized value.
2010-07-03 Kenneth Graunkeglsl2/builtins: Use vector ops in the 130 version of...
2010-07-03 Kenneth Graunkeglsl2/builtins: Use vector ops in "smoothstep."
2010-07-03 Eric Anholtir_to_mesa: Fix up implementation of ir_unop_exp.
2010-07-03 Eric Anholti965: Add support for the DP2 opcode, which we use...
2010-07-03 Eric Anholtir_to_mesa: Add support for scalar * mat, vec * mat.
2010-07-03 Eric Anholtir_to_mesa: Add support for shadow comparison to textur...
2010-07-03 Eric Anholtir_to_mesa: Move projection handling out of ir_tex...
2010-07-02 Ian Romanickglsl2: Print the linking info log in the stand-alone...
2010-07-02 Eric Anholtir_to_mesa: Add support for projected non-shadow/bias...
2010-07-02 Eric Anholtir_to_mesa: Fix sparse swizzling of src regs when a...
2010-07-02 Eric Anholtir_to_mesa: Don't forget to run the Mesa IR optimizatio...
2010-07-02 Eric Anholtglsl2: Add a pass to break ir_binop_div to _mul and...
2010-07-02 Ian Romanickglsl2: Conditionally allow optional extensions to be...
2010-07-02 Ian Romanickglsl2: Append _TOK to some parser tokens
2010-07-02 Ian Romanickglsl2: Conditionally define preprocessor tokens for...
2010-07-02 Ian Romanickglsl2: Define preprocessor tokens for extensions
2010-07-02 Ian Romanickglsl2: Support AST-to-IR translation of invariant keyword
2010-07-02 Ian Romanickglsl2: Initialize ast_declarator_list::invariant in...
2010-07-01 Ian Romanickglsl2: Don't bounds check unsize array redeclarations
2010-07-01 Ian Romanickglsl2: Add gl_MaxTextureCoords
2010-07-01 Ian Romanickglsl2: Default delcaration of gl_TexCoord is unsized
2010-07-01 Ian Romanickglsl2: Change order of semaintic checks on variable...
2010-07-01 Eric Anholtir_to_mesa: Fill in remaining ops, remove default case...
2010-07-01 Eric Anholtir_to_mesa: Add support for ir_unop_rcp.
2010-07-01 Eric Anholtglsl2: Update README for what I've been thinking about...
2010-07-01 Eric Anholtglsl2: Add a pass to convert mod(a, b) to b * fract...
2010-07-01 Eric Anholtglsl2: Remove dead member from dead code visitor.
2010-07-01 Eric Anholtglsl2: Add ir_unop_fract as an expression type.
2010-07-01 Eric Anholtir_to_mesa: Add support for discard instructions.
2010-07-01 Eric Anholtglsl2: Don't break sign() down by vector components.
2010-07-01 Eric Anholtir_to_mesa: Add support for ir_unop_sign.
2010-07-01 Eric Anholti965: Add support for OPCODE_SSG.
2010-06-30 Eric Anholtir_to_mesa: Add missing no-op type conversions.
2010-06-30 Eric Anholtglsl2: Fix reversed value of step().
2010-06-30 Eric Anholtir_to_mesa: Note which of our expr ops are unsupported...
2010-06-30 Eric Anholtglsl2: Fix up the implementation of fract() for vector...
2010-06-30 Eric Anholtir_to_mesa: Initialize the (we never use it) abs field...
2010-06-30 Eric Anholtir_to_mesa: Send the negate field on to Mesa IR.
2010-06-30 Eric Anholtir_to_mesa: When generating a swizzle, respect the...
2010-06-30 Kenneth Graunkeglsl2: Implement AST->HIR support for the "discard...
2010-06-30 Kenneth Graunkeglsl2: Define new ir_discard instruction.
2010-06-30 Eric Anholtir_to_mesa: Support gl_FragDepth.
2010-06-30 Eric Anholtglsl2: Allow a fragment shader to not write a color.
2010-06-30 Eric Anholtmesa: Don't look in unallocatd param slots for paramete...
2010-06-30 Eric Anholtir_to_mesa: Fix the indexing of attributes in the progr...
2010-06-30 Kenneth Graunkeglsl2: Fix storing of dead memory in the symbol table.
2010-06-30 Kenneth Graunkeglsl2: Preprocessed source doesn't need to live past...
2010-06-30 Kenneth Graunkeglsl2: Create new talloc contexts the "right" way.
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-30 Kenneth Graunkeglsl2: Steal the live IR and free the rest of the junk.
2010-06-30 Ian Romanicklinker: Don't dynamically allocate slots for linked...
2010-06-30 Eric Anholtir_to_mesa: Tell Mesa about our choices for vertex...
2010-06-30 Ian Romanicklinker: Don't automatically allocate VERT_ATTRIB_GENERIC0
2010-06-30 Eric Anholtglsl2: Use Mesa's gl_shader_program instead of our...
2010-06-30 Eric Anholtglsl2: Make function names and variable names be childr...
2010-06-30 Eric Anholtglsl2: Move our data from a glsl_shader* on the side...
2010-06-30 Eric Anholtir_to_mesa: Add support for ir_unop_abs.
2010-06-30 Eric Anholtir_to_mesa: Add support for dFdx, dFdy.
2010-06-30 Eric Anholtir_to_mesa: Start adding support for texture instructions.
2010-06-29 Kenneth Graunkeglsl2: Keep the same number of components in implicit...
2010-06-29 Ian Romanickglsl2: Make gl_MaxDrawBuffers available in the vertex...
2010-06-29 Ian Romanickglsl2: Make gl_MaxDrawBuffers available in the fragment...
2010-06-29 Ian Romanickglsl2: Make gl_FragData be available in GLSL 1.10 too
2010-06-29 Ian Romanickglsl2: Pass MaxDrawBuffers from core Mesa into the...
2010-06-29 Ian Romanickglsl_type: Add _mesa_glsl_release_types to release...
2010-06-29 Ian Romanickglsl_type: All glsl_type objects live in their own...
2010-06-29 Ian Romanickglsl_type: Record type constructors are private
2010-06-29 Ian Romanickglsl_type: Add get_record_instance method
2010-06-29 Ian Romanickglsl_type: Vector, matrix, and sampler type constructor...
2010-06-29 Ian Romanickglsl_type: Make all static objects be class private
2010-06-29 Ian Romanickglsl2: Use talloc_strdup when generating constructor...
2010-06-29 Ian Romanickglsl_type: Remove vector and matrix constructor generators
2010-06-29 Ian Romanickglsl2: Don't flatten constructor parameters to scalars
2010-06-29 Ian Romanickglsl2: Always emit matrix constructors inline
2010-06-29 Ian Romanickglsl2: Always emit vector constructors inline
2010-06-29 Ian Romanickir_swizzle: Add new constructor, refactor constructors
2010-06-29 Kenneth Graunkeglsl2: Update TODO.
2010-06-29 Kenneth Graunkeglsl2: Check for non-void functions that don't have...
2010-06-29 Kenneth Graunkeglsl2: Reject return types with qualifiers.
next