summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw/gs: don't crash when vs/gs signatures don't matchZack Rusin2013-05-021-39/+54
* tgsi: allow negation of all integer typesZack Rusin2013-05-022-3/+2
* gallivm: Fix build with LLVM 3.3Armin K2013-05-021-1/+3
* gallivm: Fix altivec intrinsics for 8xi16 add/subAdam Jackson2013-05-021-2/+2
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-013-20/+22
* vl/compositor: cleanup background clearingChristian König2013-05-012-4/+6
* build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2013-04-301-4/+0
* build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner2013-04-301-2/+2
* draw: don't crash if GS doesn't emit anythingZack Rusin2013-04-272-0/+18
* Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* draw/so: fix overflow calculationZack Rusin2013-04-271-8/+18
* draw/so: indicate overflow when buffer is missingZack Rusin2013-04-271-0/+4
* gallivm: fix indirect addressing of temps in soa modeZack Rusin2013-04-271-0/+11
* tgsi/ureg: Add a function to return the number of outputsZack Rusin2013-04-262-0/+15
* draw/so: Fix overflow calculationsZack Rusin2013-04-261-3/+8
* draw/llvm: fix viewport transformationsZack Rusin2013-04-261-4/+5
* Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."José Fonseca2013-04-261-16/+10
* gallivm: Fix trivial out-of-bounds indirection in lp_build_cube_lookup().José Fonseca2013-04-261-1/+1
* draw: Yield zeros for LLVM fetches of non-existing vertex elements.José Fonseca2013-04-251-21/+28
* util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.José Fonseca2013-04-251-1/+6
* draw/gs: preserve leading vertex info for gsZack Rusin2013-04-231-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-239-28/+37
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2320-20/+20
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-239-9/+9
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-2318-27/+39