Age | Commit message (Expand) | Author |
2010-09-03 | glsl2: Use as_constant some places instead of constant_expression_value | Ian Romanick |
2010-09-03 | glsl2: Allow copy / constant propagation into array indices | Ian Romanick |
2010-09-03 | glsl2: Add module to perform simple loop unrolling | Ian Romanick |
2010-09-03 | glsl2: Track the number of ir_loop_jump instructions that are in a loop | Ian Romanick |
2010-09-03 | ir_expression: Add static operator_string method | Ian Romanick |
2010-09-03 | exec_node: Add insert_before that inserts an entire list | Ian Romanick |
2010-09-03 | glsl2: Eliminate zero-iteration loops | Ian Romanick |
2010-09-03 | glsl2: Perform initial bits of loop analysis during compilation | Ian Romanick |
2010-09-03 | glsl2: Add module to suss out loop control variables from loop analysis data | Ian Romanick |
2010-09-03 | glsl2: Add module to analyze variables used in loops | Ian Romanick |
2010-09-03 | ir_to_mesa: Handle loops with loop controls set | Ian Romanick |
2010-09-03 | ir_validate: Validate loop control fields in ir_loop | Ian Romanick |
2010-09-03 | glsl2: Add cmp field to ir_loop | Ian Romanick |
2010-09-03 | glsl2: Set a flag when visiting the assignee of an assignment | Ian Romanick |
2010-09-03 | exec_list: Add pop_head | Ian Romanick |
2010-09-03 | ir_print_visitor: Print empty else blocks more compactly | Ian Romanick |
2010-09-03 | nvfx: fix division by zero in vp-ignore-input | Luca Barbieri |
2010-09-03 | nvfx: report correct max lodbias | Luca Barbieri |
2010-09-03 | nvfx: remove message | Luca Barbieri |
2010-09-03 | nvfx: support indirect addressing in vps | Luca Barbieri |
2010-09-03 | r600c: add proper returns for some evergreen functions | Alex Deucher |
2010-09-03 | nvfx: fix support for more than 8 texture units (fixes etqw crash) | Luca Barbieri |
2010-09-03 | r600g: fix segfault in state after rework | Dave Airlie |
2010-09-03 | r600c: emit DB_HTILE_DATA_BASE on evergreen | Alex Deucher |
2010-09-03 | r600g: refactor sample states into a reusable struct. | Dave Airlie |
2010-09-03 | r600g: reduce size of r600 context structure to !insane | Dave Airlie |
2010-09-03 | r600g: add texture border state. | Dave Airlie |
2010-09-03 | r600g: deref old driver states for set entry points. | Dave Airlie |
2010-09-03 | r600g: drop r600_bind_state. | Dave Airlie |
2010-09-03 | r600g: kill r600_context_state function | Dave Airlie |
2010-09-03 | r600g: move lots of state inline helpers to separate header. | Dave Airlie |
2010-09-02 | draw: Include missing headers in draw_vs_aos.h. | Vinson Lee |
2010-09-03 | r600g: drop magic numbers in depth state. | Dave Airlie |
2010-09-02 | util: Include missing header in u_linear.h. | Vinson Lee |
2010-09-02 | mesa: Fix printf-like warning. | Vinson Lee |
2010-09-02 | mesa: Fix printf-like warnings. | Vinson Lee |
2010-09-02 | r600g: force unbind of previously bind sampler/sampler_view | Jerome Glisse |
2010-09-02 | st/mesa: clamp gl_constants::MaxVarying against MAX_VARYING | Brian Paul |
2010-09-02 | glsl2: Update TODO file | Ian Romanick |
2010-09-02 | r600g: fix memory/bo leak | Jerome Glisse |
2010-09-02 | mesa: fix code generation for ir_unop_sqrt | Brian Paul |
2010-09-02 | mesa: fix some printf warnings with casts | Brian Paul |
2010-09-02 | r600g: fix thinko in shadow code. | Dave Airlie |
2010-09-02 | r600g: fix logicop, the 3d ROP is the 2D rop shifted twice. | Dave Airlie |
2010-09-02 | r600g: fix depth texture tests | Dave Airlie |
2010-09-01 | glsl: Apply implicit conversions to structure constructor parameters. | Kenneth Graunke |
2010-09-01 | glsl: Convert constant record constructor parameters to ir_constants. | Kenneth Graunke |
2010-09-01 | glsl: Reject structure constructors that have too many arguments. | Kenneth Graunke |
2010-09-01 | glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co... | Ian Romanick |
2010-09-01 | glsl2: Remove unused method glsl_type::generate_constructor | Ian Romanick |