summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2016-04-19tgsi/lowering: improved lowering for LRPRussell King1-35/+20
2016-04-19tgsi/lowering: improved lowering for XPDRussell King1-22/+13
2016-04-19tgsi/lowering: add support for lowering TRUNCRussell King2-0/+85
2016-04-19tgsi/lowering: add support for lowering FLR and CEILRussell King2-20/+149
2016-04-19gallium/util: Add u_bit_scan_consecutive_range64.Bas Nieuwenhuizen1-0/+14
2016-04-19gallivm: Avoid llvm::sys::getProcessTriple().Jose Fonseca1-3/+3
2016-04-19gallivm: Remove lp_get_module_id.Jose Fonseca4-12/+15
2016-04-19gallivm: Fix MCJIT with LLVM 3.3.Jose Fonseca1-3/+3
2016-04-19gallivm: Make MCJIT a runtime option.Jose Fonseca1-75/+72
2016-04-19gallivm: Use LLVMSetTarget.Jose Fonseca1-3/+9
2016-04-19gallivm: Use LLVMPrintValueToString where available.Jose Fonseca1-35/+10
2016-04-19gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca1-3/+3
2016-04-19gallivm: convert size query to using a set of parameters.Dave Airlie5-61/+43
2016-04-18gallium/util: fix undefined shift to the last bit in u_bit_scanMarek Olšák1-1/+1
2016-04-18gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffffMarek Olšák1-1/+7
2016-04-18gallivm: don't use vector selects with llvm 3.7Roland Scheidegger1-3/+5
2016-04-15gallium/swr: allow swr use as a swrast dri driverTim Rowley1-2/+13
2016-04-13gallivm: Workaround LLVM PR 27332.Jose Fonseca1-3/+14
2016-04-13gallivm: use llvm.nearbyint instead of llvm.round.Roland Scheidegger1-98/+1
2016-04-13tgsi: fix buffer overflowThomas Hindoe Paaboel Andersen1-1/+1
2016-04-12gallium: Use STATIC_ASSERT whenever possible.Jose Fonseca3-3/+3
2016-04-12winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák1-0/+6
2016-04-12pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák3-8/+10
2016-04-12gallium: pause queries for all meta opsMarek Olšák6-0/+12
2016-04-12softpipe: add SSBO/shader atomics support.Dave Airlie1-1/+2
2016-04-12draw: add support for passing buffers to vs/gs shaders.Dave Airlie5-3/+32
2016-04-12tgsi: add support for buffer/atomic operations to tgsi_exec.Dave Airlie4-12/+243
2016-04-12tgsi: set nonhelpermask for vertex shadersDave Airlie1-0/+1
2016-04-11Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags"Emil Velikov1-15/+3
2016-04-11nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez1-1/+1
2016-04-07tgsi/scan: add an assert for the size of the samplers_declared bitfieldNicolai Hähnle1-1/+2
2016-04-07draw/aaline: stronger guard against no free samplers (v2)Nicolai Hähnle1-2/+4
2016-04-07util/pstipple: stronger guard against no free samplers (v2)Nicolai Hähnle1-2/+4
2016-04-07gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2-0/+32
2016-04-04gallivm: Introduce lp_format_intrinsic.Jose Fonseca3-14/+54
2016-04-03gallivm: Use llvm.fabs.Jose Fonseca1-8/+3
2016-04-03gallivm: Prefer backend agnostic intrinsic for rounding.Jose Fonseca1-7/+39
2016-04-03gallivm: Add debug option to force SSE2.Jose Fonseca1-11/+14
2016-04-03gallivm: Fix performance regressions due to vector selects.Jose Fonseca1-22/+18
2016-04-03gallivm: Remove lp_build_load_volatile.Jose Fonseca2-12/+0
2016-04-03gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca8-25/+37
2016-04-02tgsi: add simple tgsi_is_msaa_target() helperBrian Paul1-0/+8
2016-04-02gallium: add threads per block TGSI propertyBas Nieuwenhuizen1-0/+3
2016-04-01gallivm: Prevent disassembly debug output from being truncated.Jose Fonseca1-9/+9
2016-04-01gallivm: Use vector selects on LLVM 3.3+.Jose Fonseca1-3/+5
2016-04-01tgsi: silence compiler warning in fetch_sampler_unit()Samuel Pitoiset1-1/+1
2016-04-01tgsi: fix out of bounds access in exec_atomop()Samuel Pitoiset1-1/+1
2016-03-31tgsi: split tgsi_util_get_texture_coord_dim() function into twoBrian Paul3-41/+38
2016-03-31tgsi: skip texture query opcodes when examining texture targetsBrian Paul1-1/+15
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie1-1/+3