summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-09-09draw: minor reformattingBrian Paul
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca
2010-09-05util: Utility function to determine the channels that can be written in a col...José Fonseca
2010-09-05gallivm: Pass condition masks as an unsigned bitmask.José Fonseca
2010-09-05gallivm: Cope with tgsi instruction reallocation failure.José Fonseca
2010-09-02draw: Include missing headers in draw_vs_aos.h.Vinson Lee
2010-09-02util: Include missing header in u_linear.h.Vinson Lee
2010-08-31gallivm: fix bug in nested conditionalsBrian Paul
2010-08-30gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca
2010-08-30gallivm: Correct copy'n'pasted comments.José Fonseca
2010-08-30gallivm: Fix lp_build_sum_vector.José Fonseca
2010-08-28util: Include missing header in u_draw.h.Vinson Lee
2010-08-28util: Add forward declaration in u_transfer.h.Vinson Lee
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák
2010-08-28draw: Include missing header in draw_vs_llvm.c.Vinson Lee
2010-08-27util: fix typo in MAX4Keith Whitwell
2010-08-27util: add MIN4, MAX4Keith Whitwell
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_info.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_dump.h.Vinson Lee
2010-08-26util: Include missing header in u_simple_shaders.c.Vinson Lee
2010-08-26tgsi: Include missing header in tgsi_sse2.h.Vinson Lee
2010-08-26rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee
2010-08-26pipebuffer: Clean up header file inclusion in pb_bufmgr.h.Vinson Lee
2010-08-25util: Include missing header in u_blit.h.Vinson Lee
2010-08-25util: Include missing header in u_bitmask.h.Vinson Lee
2010-08-25util: Include missing header in u_dirty_surfaces.h.Vinson Lee
2010-08-25util: Add include guard in u_split_prim.h.Vinson Lee
2010-08-25util: Include missing headers in u_split_prim.h.Vinson Lee
2010-08-25util: Include missing headers in u_tile.h.Vinson Lee
2010-08-25util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee
2010-08-25tgsi: helper for dumping tokens as hexKeith Whitwell
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-08-25util: add rectangle helpers to u_rect.hKeith Whitwell
2010-08-25draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.Chia-I Wu
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-25draw: Add draw_set_index_buffer and others.Chia-I Wu
2010-08-24gallivm: Include missing header in lp_bld_sample.h.Vinson Lee
2010-08-24gallivm: Include missing header in lp_bld_pack.h.Vinson Lee
2010-08-24translate_sse: clear state for each function emissionLuca Barbieri
2010-08-23translate_sse: fix x86-64Luca Barbieri
2010-08-23auxiliary: fix nvfx/nv50 primitive splitting for line loopsLuca Barbieri
2010-08-23tgsi: fix false CondStackTop==0 assertionBrian Paul
2010-08-23util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger
2010-08-23nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri
2010-08-22util: implement depth blitting in u_blitMarek Olšák
2010-08-22translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz
2010-08-22translate_sse: refactor constant managementLuca Barbieri