summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-03exec_list: replace class with structBrian Paul
2010-09-03mesa: fix up a commentBrian Paul
2010-09-03st/glx: added some commentsBrian Paul
2010-09-03nvfx: implement LIT in fpLuca Barbieri
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick
2010-09-03glsl2: Allow copy / constant propagation into array indicesIan Romanick
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick
2010-09-03ir_expression: Add static operator_string methodIan Romanick
2010-09-03exec_node: Add insert_before that inserts an entire listIan Romanick
2010-09-03glsl2: Eliminate zero-iteration loopsIan Romanick
2010-09-03glsl2: Perform initial bits of loop analysis during compilationIan Romanick
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick
2010-09-03ir_to_mesa: Handle loops with loop controls setIan Romanick
2010-09-03ir_validate: Validate loop control fields in ir_loopIan Romanick
2010-09-03glsl2: Add cmp field to ir_loopIan Romanick
2010-09-03glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick
2010-09-03exec_list: Add pop_headIan Romanick
2010-09-03ir_print_visitor: Print empty else blocks more compactlyIan Romanick
2010-09-03nvfx: fix division by zero in vp-ignore-inputLuca Barbieri
2010-09-03nvfx: report correct max lodbiasLuca Barbieri
2010-09-03nvfx: remove messageLuca Barbieri
2010-09-03nvfx: support indirect addressing in vpsLuca Barbieri
2010-09-03r600c: add proper returns for some evergreen functionsAlex Deucher
2010-09-03nvfx: fix support for more than 8 texture units (fixes etqw crash)Luca Barbieri
2010-09-03r600g: fix segfault in state after reworkDave Airlie
2010-09-03r600c: emit DB_HTILE_DATA_BASE on evergreenAlex Deucher
2010-09-03r600g: refactor sample states into a reusable struct.Dave Airlie
2010-09-03r600g: reduce size of r600 context structure to !insaneDave Airlie
2010-09-03r600g: add texture border state.Dave Airlie
2010-09-03r600g: deref old driver states for set entry points.Dave Airlie
2010-09-03r600g: drop r600_bind_state.Dave Airlie
2010-09-03r600g: kill r600_context_state functionDave Airlie
2010-09-03r600g: move lots of state inline helpers to separate header.Dave Airlie
2010-09-02draw: Include missing headers in draw_vs_aos.h.Vinson Lee
2010-09-03r600g: drop magic numbers in depth state.Dave Airlie
2010-09-02util: Include missing header in u_linear.h.Vinson Lee
2010-09-02mesa: Fix printf-like warning.Vinson Lee
2010-09-02mesa: Fix printf-like warnings.Vinson Lee
2010-09-02r600g: force unbind of previously bind sampler/sampler_viewJerome Glisse
2010-09-02st/mesa: clamp gl_constants::MaxVarying against MAX_VARYINGBrian Paul
2010-09-02glsl2: Update TODO fileIan Romanick
2010-09-02r600g: fix memory/bo leakJerome Glisse
2010-09-02mesa: fix code generation for ir_unop_sqrtBrian Paul
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-09-02r600g: fix thinko in shadow code.Dave Airlie
2010-09-02r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.Dave Airlie
2010-09-02r600g: fix depth texture testsDave Airlie
2010-09-01glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke