summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller5-5/+0
2013-06-05gallium: System z supportRichard Sandiford1-1/+1
2013-06-05gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger1-32/+58
2013-06-05gallivm: (trivial) fix lp_build_concat_nRoland Scheidegger1-1/+5
2013-06-01gallivm: fix out-of-bounds access with mirror_clamp_to_edge address modeRoland Scheidegger1-6/+7
2013-05-30draw: fix vs/fs input/output mismatchesZack Rusin1-0/+7
2013-05-29draw: add cast in debug_printf() to silence warningBrian Paul1-1/+1
2013-05-25draw: make sure viewport index is fetched from leading vertexZack Rusin6-28/+54
2013-05-25draw: clamp the viewports to always be between 0 and maxZack Rusin5-16/+24
2013-05-25draw: fixup draw_find_shader_outputZack Rusin2-6/+7
2013-05-25draw: implement support for multiple viewportsZack Rusin9-33/+105
2013-05-25gallium: Add support for multiple viewportsZack Rusin13-19/+32
2013-05-29gallium: fix build on uclibc systemAnthony G. Basile1-4/+2
2013-05-27tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()Chia-I Wu2-0/+3
2013-05-21scons: Don't force stabs debug format for Mingw.José Fonseca1-4/+0
2013-05-18llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2-1/+7
2013-05-18gallivm: handle z32s8x24 format for samplingRoland Scheidegger1-8/+51
2013-05-17gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.José Fonseca4-240/+184
2013-05-17gallivm: Add and use lp_build_lerp_3d.José Fonseca3-26/+60
2013-05-16gallivm: Support pointers in lp_build_print_value().José Fonseca1-0/+2
2013-05-15draw: More defensive coding in DRAW_GET_IDX.José Fonseca1-2/+2
2013-05-15draw: Fix vsplit regression when the ib can be used directly.José Fonseca1-1/+1
2013-05-14draw/gs: fix extracting of the clipZack Rusin1-2/+4
2013-05-14draw: try to prevent overflows on index buffersZack Rusin8-54/+110
2013-05-14draw: use the total number of vertices for statisticsZack Rusin2-2/+2
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin10-31/+122
2013-05-14gallivm/soa: implement indirect addressing in immediatesZack Rusin2-2/+82
2013-05-14draw/gs: don't bind the tgsi state if we're using llvm pathsZack Rusin1-1/+6
2013-05-14gallivm: Fix build with LLVM >= 3.4 r181680.Vinson Lee1-1/+3
2013-05-14draw: Fix io_ptr/num_prims name in IR.José Fonseca1-1/+1
2013-05-08draw/llvm: Add additional llvm optimization passesStéphane Marchesin1-0/+3
2013-05-08tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2-1/+2
2013-05-08tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu1-35/+9
2013-05-08tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu1-25/+35
2013-05-08tgsi: reorder opcodes in opcode type inferenceChia-I Wu1-24/+24
2013-05-08tgsi: clean up exec_tex()Chia-I Wu1-168/+52
2013-05-08tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2-0/+94
2013-05-06gallivm: Fix build for LLVM < 3.3Tom Stellard1-0/+6
2013-05-06gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard1-0/+15
2013-05-03draw/pt: adjust overflow calculationsZack Rusin1-2/+1
2013-05-03tgsi/ureg: make the dst register match the src indirectionZack Rusin2-4/+11
2013-05-03vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König3-16/+21
2013-05-03vl/buffers: fix typo in function nameChristian König2-13/+13
2013-05-03draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca1-1/+1
2013-05-03util/prim: add u_reduced_prims_for_vertices()Chia-I Wu1-0/+20
2013-05-03util/prim: assorted fixes for u_decomposed_prims_for_vertices()Chia-I Wu1-11/+11
2013-05-03util/prim: use vertex count info in u_validate_pipe_prim()Chia-I Wu1-32/+2
2013-05-03util/prim: fix the name of the include guardChia-I Wu1-2/+2
2013-05-03draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu3-11/+3
2013-05-03util/prim: clean up and add commentsChia-I Wu1-60/+107