Age | Commit message (Expand) | Author |
2010-08-30 | gallivm: Compute the 4 texel offsets for linear filtering en ensemble. | José Fonseca |
2010-08-30 | gallivm: Disable LLVM's pretty stack trace dumper. | José Fonseca |
2010-08-30 | gallivm: Correct copy'n'pasted comments. | José Fonseca |
2010-08-30 | gallivm: Fix lp_build_sum_vector. | José Fonseca |
2010-08-28 | util: Include missing header in u_draw.h. | Vinson Lee |
2010-08-28 | util: Add forward declaration in u_transfer.h. | Vinson Lee |
2010-08-29 | r300g,u_blitter: use u_framebuffer | Marek Olšák |
2010-08-29 | util: remove util_is_pot in favor of util_is_power_of_two | Marek Olšák |
2010-08-28 | draw: Include missing header in draw_vs_llvm.c. | Vinson Lee |
2010-08-27 | util: fix typo in MAX4 | Keith Whitwell |
2010-08-27 | util: add MIN4, MAX4 | Keith Whitwell |
2010-08-27 | tgsi: Include missing header in tgsi_parse.h. | Vinson Lee |
2010-08-27 | tgsi: Include missing header in tgsi_info.h. | Vinson Lee |
2010-08-27 | tgsi: Include missing header in tgsi_dump.h. | Vinson Lee |
2010-08-26 | util: Include missing header in u_simple_shaders.c. | Vinson Lee |
2010-08-26 | tgsi: Include missing header in tgsi_sse2.h. | Vinson Lee |
2010-08-26 | rtasm: Include missing header in rtasm_x86sse.h. | Vinson Lee |
2010-08-26 | pipebuffer: Clean up header file inclusion in pb_bufmgr.h. | Vinson Lee |
2010-08-25 | util: Include missing header in u_blit.h. | Vinson Lee |
2010-08-25 | util: Include missing header in u_bitmask.h. | Vinson Lee |
2010-08-25 | util: Include missing header in u_dirty_surfaces.h. | Vinson Lee |
2010-08-25 | util: Add include guard in u_split_prim.h. | Vinson Lee |
2010-08-25 | util: Include missing headers in u_split_prim.h. | Vinson Lee |
2010-08-25 | util: Include missing headers in u_tile.h. | Vinson Lee |
2010-08-25 | util: Clean up header file inclusion in u_upload_mgr.h. | Vinson Lee |
2010-08-25 | tgsi: helper for dumping tokens as hex | Keith Whitwell |
2010-08-25 | draw: specialized cliptesting routines | Keith Whitwell |
2010-08-25 | util: add rectangle helpers to u_rect.h | Keith Whitwell |
2010-08-25 | draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes. | Chia-I Wu |
2010-08-25 | gallium: Use draw_set_index_buffer and others. | Chia-I Wu |
2010-08-25 | draw: Add draw_set_index_buffer and others. | Chia-I Wu |
2010-08-24 | gallivm: Include missing header in lp_bld_sample.h. | Vinson Lee |
2010-08-24 | gallivm: Include missing header in lp_bld_pack.h. | Vinson Lee |
2010-08-24 | translate_sse: clear state for each function emission | Luca Barbieri |
2010-08-23 | translate_sse: fix x86-64 | Luca Barbieri |
2010-08-23 | auxiliary: fix nvfx/nv50 primitive splitting for line loops | Luca Barbieri |
2010-08-23 | tgsi: fix false CondStackTop==0 assertion | Brian Paul |
2010-08-23 | util: fix util_fill_rect to take util_color instead of u32 param | Roland Scheidegger |
2010-08-23 | nvfx: support clip planes sensibly and fix them on nv30 | Luca Barbieri |
2010-08-22 | util: implement depth blitting in u_blit | Marek Olšák |
2010-08-22 | translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UB | Jakob Bornecrantz |
2010-08-22 | translate_sse: refactor constant management | Luca Barbieri |
2010-08-22 | draw: reduce the size of the llvm variant key | Keith Whitwell |
2010-08-21 | util: Use #ifdef instead of #if. | Vinson Lee |
2010-08-21 | util: Define dump_cpu only for DEBUG builds. | Vinson Lee |
2010-08-21 | translate_sse: Silence uninitialized variable warnings. | Vinson Lee |
2010-08-22 | draw: Don't assert if indices point outside vertex buffer. | José Fonseca |
2010-08-21 | util: Silence uninitialized variable warnings. | Vinson Lee |
2010-08-21 | util: Move loop variable declaration outside for loop. | Vinson Lee |
2010-08-21 | gallivm: Emit DIVPS instead of RCPPS. | José Fonseca |