aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
* clover: Work around build failure with AltiVec.Matt Turner2017-03-021-0/+3
* clover: Dump linked binary to a different fileJan Vesely2017-02-271-2/+6
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-2/+1
* clover: automake: remove -I$(srcdir)Emil Velikov2017-01-271-2/+1
* clover: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* clover: Fix build against clang SVN >= r293097Michel Dänzer2017-01-271-1/+8
* clover: Check for executables before enqueueing a kernelPierre Moreau2017-01-111-1/+4
* clover: Use Clang's diagnosticsVedran Miletić2016-12-241-1/+6
* clover: Restore support for LLVM <= 3.9.Vedran Miletić2016-11-242-6/+21
* clover: adapt to new error API since LLVM r286752Vedran Miletić2016-11-141-2/+8
* clover: fix building since llvm r286566Laurent Carlier2016-11-111-0/+5
* clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).Serge Martin2016-11-0610-11/+35
* clover: add missing clGetDeviceInfo CL1.2 queriesSerge Martin2016-11-063-0/+35
* clover: Implement clGetExtensionFunctionAddressForPlatform.Serge Martin2016-10-303-1/+21
* clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variablesVedran Miletić2016-10-301-3/+7
* clover: Pass unquoted compiler arguments to ClangVedran Miletić2016-10-301-4/+36
* clover: fix getting scalar args api sizeSerge Martin2016-09-161-4/+3
* st/clover: Define __OPENCL_VERSION__ on the device sideNiels Ole Salscheider2016-09-101-0/+3
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-082-6/+2
* clover: Use device cap to query pointer size instead of hardcoded 32bitsJan Vesely2016-08-293-1/+8
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-2/+2
* clover: make GCC 4.8 happyDieter Nützel2016-07-271-1/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-3/+7
* clover: Re-order includes in invocation.cpp to fix buildTom Stellard2016-07-201-7/+17
* clover: Add missing include v2Tom Stellard2016-07-201-0/+1
* clover/api: Implement clLinkProgram per-device binary presence validation rule.Francisco Jerez2016-07-111-2/+31
* clover: Add clLinkProgram (CL 1.2).Serge Martin2016-07-111-4/+27
* clover: Trivial cleanups for api/program.cpp.Francisco Jerez2016-07-111-9/+8
* clover/core: Remove compiler.hpp.Francisco Jerez2016-07-114-37/+3
* clover/llvm: Get rid of compile_program_llvm().Francisco Jerez2016-07-112-18/+0
* clover: Provide separate program methods for compilation and linking.Francisco Jerez2016-07-113-12/+42
* clover: Unify program::build_* into a single method returning a struct.Francisco Jerez2016-07-114-50/+39
* clover: Change program::build opts argument to std::string.Serge Martin2016-07-112-3/+3
* clover: Define error subclass to signal build option parse failure.Francisco Jerez2016-07-113-3/+11
* clover: Move back to using build_error to signal compilation failure.Francisco Jerez2016-07-115-17/+17
* clover: Override ret_object.Serge Martin2016-07-111-0/+11
* clover/tgsi: Add stub link_program() function.Francisco Jerez2016-07-112-0/+9
* clover/tgsi: Move compiler entry point declaration into tgsi directory and na...Francisco Jerez2016-07-115-7/+42
* clover/llvm: Implement the -create-library linker option.Francisco Jerez2016-07-112-24/+44
* clover/llvm: Implement linkage of multiple clover modules.Francisco Jerez2016-07-112-3/+35
* clover/llvm: Split compilation and linking.Francisco Jerez2016-07-113-15/+91
* clover/llvm: Implement library bitcode codegen.Francisco Jerez2016-07-112-1/+31
* clover/llvm: Trivial assorted cleanups for invocation.cpp.Francisco Jerez2016-07-111-50/+7
* clover/llvm: Split native codegen into separate file.Francisco Jerez2016-07-114-119/+175
* clover/llvm: Split bitcode codegen into separate file.Francisco Jerez2016-07-114-35/+84
* clover/llvm: Split shared codegen support code into separate file.Francisco Jerez2016-07-114-157/+261
* clover/llvm: Define function for bitcode print-out.Francisco Jerez2016-07-111-7/+10
* clover/llvm: Split native codegen and assembly print-out into separate functi...Francisco Jerez2016-07-111-18/+20
* clover/llvm: Clean up bitcode codegen.Francisco Jerez2016-07-111-16/+20
* clover/llvm: Use metadata introspection utils for kernel enumeration.Francisco Jerez2016-07-111-31/+3