summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca2010-08-303-126/+280
* gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca2010-08-301-0/+8
* gallivm: Correct copy'n'pasted comments.José Fonseca2010-08-301-4/+4
* gallivm: Fix lp_build_sum_vector.José Fonseca2010-08-301-6/+4
* util: Include missing header in u_draw.h.Vinson Lee2010-08-281-0/+1
* util: Add forward declaration in u_transfer.h.Vinson Lee2010-08-281-0/+1
* r300g,u_blitter: use u_framebufferMarek Olšák2010-08-292-35/+3
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-295-17/+7
* draw: Include missing header in draw_vs_llvm.c.Vinson Lee2010-08-281-0/+1
* util: fix typo in MAX4Keith Whitwell2010-08-271-1/+1
* util: add MIN4, MAX4Keith Whitwell2010-08-271-0/+3
* tgsi: Include missing header in tgsi_parse.h.Vinson Lee2010-08-271-0/+1
* tgsi: Include missing header in tgsi_info.h.Vinson Lee2010-08-271-0/+1
* tgsi: Include missing header in tgsi_dump.h.Vinson Lee2010-08-271-0/+1
* util: Include missing header in u_simple_shaders.c.Vinson Lee2010-08-261-0/+1
* tgsi: Include missing header in tgsi_sse2.h.Vinson Lee2010-08-261-1/+4
* rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee2010-08-261-0/+1
* pipebuffer: Clean up header file inclusion in pb_bufmgr.h.Vinson Lee2010-08-261-2/+1
* util: Include missing header in u_blit.h.Vinson Lee2010-08-251-5/+7
* util: Include missing header in u_bitmask.h.Vinson Lee2010-08-251-0/+3
* util: Include missing header in u_dirty_surfaces.h.Vinson Lee2010-08-251-0/+4
* util: Add include guard in u_split_prim.h.Vinson Lee2010-08-251-0/+6
* util: Include missing headers in u_split_prim.h.Vinson Lee2010-08-251-1/+4
* util: Include missing headers in u_tile.h.Vinson Lee2010-08-251-0/+3
* util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee2010-08-251-4/+1
* tgsi: helper for dumping tokens as hexKeith Whitwell2010-08-252-13/+25
* draw: specialized cliptesting routinesKeith Whitwell2010-08-2511-205/+267
* util: add rectangle helpers to u_rect.hKeith Whitwell2010-08-251-4/+53
* draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.Chia-I Wu2010-08-253-28/+0
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-253-59/+4
* draw: Add draw_set_index_buffer and others.Chia-I Wu2010-08-255-31/+104
* gallivm: Include missing header in lp_bld_sample.h.Vinson Lee2010-08-241-0/+2
* gallivm: Include missing header in lp_bld_pack.h.Vinson Lee2010-08-241-0/+2
* translate_sse: clear state for each function emissionLuca Barbieri2010-08-241-3/+3
* translate_sse: fix x86-64Luca Barbieri2010-08-231-0/+1
* auxiliary: fix nvfx/nv50 primitive splitting for line loopsLuca Barbieri2010-08-231-1/+1
* tgsi: fix false CondStackTop==0 assertionBrian Paul2010-08-231-0/+5
* util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger2010-08-234-61/+47
* nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri2010-08-231-0/+3
* util: implement depth blitting in u_blitMarek Olšák2010-08-221-17/+43
* translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UBJakob Bornecrantz2010-08-221-0/+26
* translate_sse: refactor constant managementLuca Barbieri2010-08-221-81/+76
* draw: reduce the size of the llvm variant keyKeith Whitwell2010-08-224-38/+100
* util: Use #ifdef instead of #if.Vinson Lee2010-08-211-1/+1
* util: Define dump_cpu only for DEBUG builds.Vinson Lee2010-08-211-0/+2
* translate_sse: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+14
* draw: Don't assert if indices point outside vertex buffer.José Fonseca2010-08-221-2/+7
* util: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+4
* util: Move loop variable declaration outside for loop.Vinson Lee2010-08-211-1/+2
* gallivm: Emit DIVPS instead of RCPPS.José Fonseca2010-08-211-12/+24