aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* draw/gallivm: export overflow arithmetic to its own fileZack Rusin2013-06-282-0/+222
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-2410-208/+104
* gallivm: (trivial) remove duplicated code block (including comment)Roland Scheidegger2013-06-131-7/+0
* llvmpipe: Use saturating add/sub for UNORM formatsRichard Sandiford2013-06-101-0/+8
* gallivm: work around slow code generated for interleaving 128bit vectorsRoland Scheidegger2013-06-081-0/+22
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-071-1/+1
* 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
* 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
* gallivm/soa: implement indirect addressing in immediatesZack Rusin2013-05-142-2/+82
* gallivm: Fix build with LLVM >= 3.4 r181680.Vinson Lee2013-05-141-1/+3
* draw/llvm: Add additional llvm optimization passesStéphane Marchesin2013-05-081-0/+3
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-081-1/+1
* gallivm: Fix build for LLVM < 3.3Tom Stellard2013-05-061-0/+6
* gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard2013-05-061-0/+15
* tgsi: allow negation of all integer typesZack Rusin2013-05-021-1/+1
* 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
* gallivm: fix indirect addressing of temps in soa modeZack Rusin2013-04-271-0/+11
* gallivm: Fix trivial out-of-bounds indirection in lp_build_cube_lookup().José Fonseca2013-04-261-1/+1
* gallivm: Fix build with LLVM >= r180063Tom Stellard2013-04-232-0/+8
* gallivm: Fix assignment of unsigned values to OUT register.José Fonseca2013-04-221-77/+52
* Revert "gallivm: Emit vector selects."José Fonseca2013-04-211-2/+14
* gallivm: Disable LLVM 2.7 workaround on other versions.José Fonseca2013-04-201-2/+1
* gallivm: Emit vector selects.José Fonseca2013-04-201-12/+2
* gallivm: implement switch opcodeRoland Scheidegger2013-04-203-12/+340
* gallivm: use uint build context for mask instead of floatRoland Scheidegger2013-04-201-1/+1
* gallivm/tgsi: fix up breakcRoland Scheidegger2013-04-201-1/+1
* gallivm: increase nesting limit to 66Roland Scheidegger2013-04-201-2/+4
* gallivm: Fix half floats with MCJIT.José Fonseca2013-04-191-0/+3
* gallivm: change cubemaps / derivatives handling, take 55Roland Scheidegger2013-04-183-104/+119
* gallivm: Add no_rho_approx debug optionRoland Scheidegger2013-04-183-118/+185
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-182-4/+0
* gallivm/gs: fix indirect addressing in geometry shadersZack Rusin2013-04-172-0/+2
* draw/gs: make sure geometry shaders don't overflowZack Rusin2013-04-162-1/+34
* gallivm/gs: fix the end primitive callsZack Rusin2013-04-162-27/+50
* gallivm: JIT symbol resolution with linux perf.José Fonseca2013-04-175-59/+101
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-174-0/+20
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-172-2/+0
* gallivm: fix small but severe bug in handling multiple lod level stridesRoland Scheidegger2013-04-151-1/+1
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-101-0/+9
* gallivm: fix loops and conditionals within GSZack Rusin2013-04-102-19/+105
* gallivm: fix unsigned divide and remainder opcodesZack Rusin2013-04-101-4/+33
* gallivm: fix breakcZack Rusin2013-04-101-12/+14