summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-04nvfx: implement fp SSG properlyLuca Barbieri
2010-09-04nvfx: don't claim we support preds since the driver doesn'tLuca Barbieri
2010-09-04nv40: support all 10 texcoordsLuca Barbieri
2010-09-04nvfx: add missing context initLuca Barbieri
2010-09-04nvfx: tidy up state_emitLuca Barbieri
2010-09-04nvfx: support all coord conventions in hardwareLuca Barbieri
2010-09-04nvfx: add missing pushbuffer space checkLuca Barbieri
2010-09-04nvfx: support all possible vs constsLuca Barbieri
2010-09-04nvfx: set magic bit to round NPOT mipmap sizes down and not upLuca Barbieri
2010-09-04nvfx: allow nested blitter usage, fixing bug in clearLuca Barbieri
2010-09-03galahad: do map/unmap counting for resourcesBrian Paul
2010-09-03libgl-xlib: enable galahad supportBrian Paul
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