summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-27configure.ac: Compute LLVM_VERSION_PATCH using llvm-configTom Stellard1-5/+4
2014-09-17gallivm: set mcpu when initializing llvm execution engineRoland Scheidegger1-2/+24
2014-09-17gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca1-2/+2
2014-09-09configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray1-0/+1
2014-09-09configure: bail out if building svga without libdrmEmil Velikov1-0/+3
2014-09-09gallivm: Fix build after LLVM commit 211259Aaron Watry1-1/+3
2014-09-02gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-09-02gallivm: Fix build with latest LLVMJan Vesely1-0/+8
2014-08-11configure.ac: Do not require llvm on x32Maarten Lankhorst1-0/+1
2014-08-06gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger1-0/+1
2014-07-03radeon/llvm: Allocate space for kernel metadata operandsAaron Watry1-3/+7
2014-07-03radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQMichel Dänzer1-0/+4
2014-07-03llvmpipe: Fix zero-division in llvmpipe_texture_layout()Takashi Iwai1-1/+1
2014-07-03draw: (trivial) fix clamping of viewport indexRoland Scheidegger1-1/+1
2014-06-23clover: Don't use llvm's global contextTom Stellard1-6/+9
2014-06-23configure: Only check for OpenCL without LLVM when the latter is certainMichel Dänzer1-4/+4
2014-06-23configure: error out when building opencl without LLVMEmil Velikov1-0/+4
2014-06-16targets/xa: limit the amount of exported symbolsEmil Velikov2-0/+41
2014-06-06llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
2014-05-16mesa/st: fix number of ubos being declared in a shaderRoland Scheidegger1-3/+5
2014-05-16docs: Add a note about llvm-shared-libs and libxatrackerEmil Velikov1-0/+19
2014-05-09radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard4-9/+13
2014-05-09configure.ac: Add LLVM_VERSION_PATCH to DEFINESTom Stellard1-1/+7
2014-05-09draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-02radeonsi: add support for Mullins asics.Samuel Li4-0/+11
2014-05-02targets/opencl: hide all the exported llvm/clang mayhem... hopefullyEmil Velikov2-0/+7
2014-05-02targets/xvmc: limit the amount of exported symbolsEmil Velikov2-1/+33
2014-05-01gallivm: fix 2 leaks in disassembly codeRoland Scheidegger1-4/+5
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger6-163/+190
2014-04-25llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger1-1/+1
2014-04-24llvmpipe: Advertise GLSL 3.30.José Fonseca1-1/+1
2014-04-24draw/llvm: reduce memory usageZack Rusin5-20/+27
2014-04-23mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY.José Fonseca1-2/+33
2014-04-21libgl-gdi: silence unused variable warning when not using LLVMBrian Paul1-0/+2
2014-04-17radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell3-9/+55
2014-04-17r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer3-5/+5
2014-04-16gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger1-11/+20
2014-04-16util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca1-1/+5
2014-04-03llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul1-14/+0
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie15-2/+27
2014-03-31gallium/targets: move LLVM_LIBS handling inside Automake.incEmil Velikov17-49/+7
2014-03-31gallium/targets: fold LLVM_LDFLAGS inside Automake.incEmil Velikov16-15/+9
2014-03-31targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBSEmil Velikov1-23/+11
2014-03-31targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVMEmil Velikov1-5/+4
2014-03-31pipe-loader/swrast: add soft/llvmpipe definesJoakim Sindholt1-0/+5
2014-03-26draw/llvm: improve debugging output a bitZack Rusin2-2/+3
2014-03-26llvmpipe: Fix llvmpipe_create_gs_state.Zack Rusin1-3/+5
2014-03-25Revert "build: llvm libs may not be in system search path, add rpath"Ilia Mirkin1-1/+0
2014-03-25llvmpipe: Simplify vertex and geometry shaders.José Fonseca5-70/+33
2014-03-21llvmpipe: add support for b5g6r5_srgbRoland Scheidegger5-9/+61