Age | Commit message (Expand) | Author |
2010-04-14 | Fix the type of gl_FogFragCoord. | Eric Anholt |
2010-04-08 | Add an implementation of gentype-only clamp(). | Eric Anholt |
2010-04-08 | Add builtin implementations of vector comparison functions. | Eric Anholt |
2010-04-08 | Add support for builtin gentype mix(gentype a, gentype b) | Eric Anholt |
2010-04-08 | Add buitlin functions for any(), all(), not(). | Eric Anholt |
2010-04-08 | Add builtin normalize() functions. | Eric Anholt |
2010-04-08 | Repeat the optimization passes until we stop making progress. | Eric Anholt |
2010-04-08 | Add inlining support for array dereferences. | Eric Anholt |
2010-04-08 | Inline functions consisting of a return of an expression. | Eric Anholt |
2010-04-07 | Remove extraneous base-class constructor calls | Ian Romanick |
2010-04-07 | Make function bodies rely on the parameter variable declarations. | Eric Anholt |
2010-04-07 | Make dot() take the right number of args. | Eric Anholt |
2010-04-07 | Fix the returns of builtin functions to actually return. | Eric Anholt |
2010-04-07 | Put function bodies under function signatures, instead of flat in the parent. | Eric Anholt |
2010-04-07 | Clarify the types of various exec_list in ir.h | Eric Anholt |
2010-04-07 | Treat texture rectangles as an extension that is enabled be default | Ian Romanick |
2010-04-07 | Add support for GL_ARB_draw_buffers extension | Ian Romanick |
2010-04-07 | Clean up error reporting in _mesa_glsl_process_extension | Ian Romanick |
2010-04-07 | Add tracking for extension based warnings | Ian Romanick |
2010-04-07 | Emit a warning when an unknown extension is used with #extension | Ian Romanick |
2010-04-07 | Add _mesa_glsl_warning to emit warnings to the shader log | Ian Romanick |
2010-04-07 | Begin processing #extension directive | Ian Romanick |
2010-04-07 | Use _mesa_glsl_shader_target_name | Ian Romanick |
2010-04-07 | Add utility function to get the name of a shader target | Ian Romanick |
2010-04-07 | Call glsl_type::get_instance correctly: the number of rows must be at least 1 | Ian Romanick |
2010-04-07 | Eat whitespace while in the PP state | Ian Romanick |
2010-04-07 | Partially fix comment handling in preprocessor directives. | Ian Romanick |
2010-04-07 | Add support for bool to ir_equal and ir_nequal constant handling | Ian Romanick |
2010-04-07 | Add gl_ClipDistance in fragment shader | Ian Romanick |
2010-04-07 | Generate correct IR for do-while loops | Ian Romanick |
2010-04-07 | Process ast_jump_statement into ir_loop_jump | Ian Romanick |
2010-04-07 | Add dynamic cast for ir_loop | Ian Romanick |
2010-04-07 | Begin tracking the nesting of loops and switch-statements | Ian Romanick |
2010-04-07 | Use switch based on mode in ast_jump_statement::hir | Ian Romanick |
2010-04-07 | Add some newlines when printing ir_loop instructions | Ian Romanick |
2010-04-07 | Process ast_iteration_statement into ir_loop | Ian Romanick |
2010-04-07 | Add ir_loop_jump to represent 'break' and 'continue' in loops | Ian Romanick |
2010-04-07 | Add ir_loop to represent loops | Ian Romanick |
2010-04-06 | Add some linebreaks in the ir_print_visitor of if statement bodies. | Eric Anholt |
2010-04-06 | Make constant folding descend into if statements. | Eric Anholt |
2010-04-06 | Descend down the tree in more locations in constant folding. | Eric Anholt |
2010-04-06 | Perform constant folding on array indices. | Eric Anholt |
2010-04-06 | Add float/int conversion to ir_constant_expression.cpp. | Eric Anholt |
2010-04-06 | Handle constant expressions using derefs of const values. | Eric Anholt |
2010-04-06 | Fold constant expressions in if conditionals. | Eric Anholt |
2010-04-06 | Add support for =, != to ir_constant_expresion.cpp | Eric Anholt |
2010-04-06 | Add ir_constant_expression.cpp support for <, >, <=, >=. | Eric Anholt |
2010-04-06 | Add a constant folding optimization pass. | Eric Anholt |
2010-04-05 | Add definition of gl_ClipDistance[] | Eric Anholt |
2010-04-05 | Set lower bound on size implied by whole-array assignment | Ian Romanick |