summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: System z supportRichard Sandiford2013-06-051-1/+1
* gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger2013-06-051-32/+58
* gallivm: (trivial) fix lp_build_concat_nRoland Scheidegger2013-06-051-1/+5
* gallivm: fix out-of-bounds access with mirror_clamp_to_edge address modeRoland Scheidegger2013-06-011-6/+7
* draw: fix vs/fs input/output mismatchesZack Rusin2013-05-301-0/+7
* draw: add cast in debug_printf() to silence warningBrian Paul2013-05-291-1/+1
* draw: make sure viewport index is fetched from leading vertexZack Rusin2013-05-256-28/+54
* draw: clamp the viewports to always be between 0 and maxZack Rusin2013-05-255-16/+24
* draw: fixup draw_find_shader_outputZack Rusin2013-05-252-6/+7
* draw: implement support for multiple viewportsZack Rusin2013-05-259-33/+105
* gallium: Add support for multiple viewportsZack Rusin2013-05-2513-19/+32
* gallium: fix build on uclibc systemAnthony G. Basile2013-05-291-4/+2
* tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-272-0/+3
* scons: Don't force stabs debug format for Mingw.José Fonseca2013-05-211-4/+0
* llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2013-05-182-1/+7
* gallivm: handle z32s8x24 format for samplingRoland Scheidegger2013-05-181-8/+51
* gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.José Fonseca2013-05-174-240/+184
* gallivm: Add and use lp_build_lerp_3d.José Fonseca2013-05-173-26/+60
* gallivm: Support pointers in lp_build_print_value().José Fonseca2013-05-161-0/+2
* draw: More defensive coding in DRAW_GET_IDX.José Fonseca2013-05-151-2/+2
* draw: Fix vsplit regression when the ib can be used directly.José Fonseca2013-05-151-1/+1
* draw/gs: fix extracting of the clipZack Rusin2013-05-141-2/+4
* draw: try to prevent overflows on index buffersZack Rusin2013-05-148-54/+110
* draw: use the total number of vertices for statisticsZack Rusin2013-05-142-2/+2
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-1410-31/+122
* gallivm/soa: implement indirect addressing in immediatesZack Rusin2013-05-142-2/+82
* draw/gs: don't bind the tgsi state if we're using llvm pathsZack Rusin2013-05-141-1/+6
* gallivm: Fix build with LLVM >= 3.4 r181680.Vinson Lee2013-05-141-1/+3
* draw: Fix io_ptr/num_prims name in IR.José Fonseca2013-05-141-1/+1
* draw/llvm: Add additional llvm optimization passesStéphane Marchesin2013-05-081-0/+3
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-082-1/+2
* tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu2013-05-081-35/+9
* tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu2013-05-081-25/+35
* tgsi: reorder opcodes in opcode type inferenceChia-I Wu2013-05-081-24/+24
* tgsi: clean up exec_tex()Chia-I Wu2013-05-081-168/+52
* tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-082-0/+94
* gallivm: Fix build for LLVM < 3.3Tom Stellard2013-05-061-0/+6
* gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard2013-05-061-0/+15
* draw/pt: adjust overflow calculationsZack Rusin2013-05-031-2/+1
* tgsi/ureg: make the dst register match the src indirectionZack Rusin2013-05-032-4/+11
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-033-16/+21
* vl/buffers: fix typo in function nameChristian König2013-05-032-13/+13
* draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca2013-05-031-1/+1
* util/prim: add u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-0/+20
* util/prim: assorted fixes for u_decomposed_prims_for_vertices()Chia-I Wu2013-05-031-11/+11
* util/prim: use vertex count info in u_validate_pipe_prim()Chia-I Wu2013-05-031-32/+2
* util/prim: fix the name of the include guardChia-I Wu2013-05-031-2/+2
* draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu2013-05-033-11/+3
* util/prim: clean up and add commentsChia-I Wu2013-05-031-60/+107
* util/prim: fix primitive trimming for triangles with adjacencyChia-I Wu2013-05-031-2/+2