summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-06-281-8/+5
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-271-5/+8
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* Delete autotoolsDylan Baker2019-04-151-61/+0
* clover: Fix indentation issuesPierre Moreau2019-02-262-34/+34
* clover: Only use devices supporting IR_NATIVEPierre Moreau2019-02-261-1/+2
* clover: Move platform extensions definitions to clover/platform.cppPierre Moreau2019-02-263-2/+9
* clover: Move device extensions definitions to core/device.cppPierre Moreau2019-02-263-10/+16
* clover: Validate program and library linking optionsPierre Moreau2019-02-261-0/+35
* clover: Disallow creating libraries from other librariesPierre Moreau2019-02-261-3/+18
* clover/api: Fail if trying to build a non-executable binaryPierre Moreau2019-02-261-0/+7
* clover/api: Rework the validation of devices for buildingPierre Moreau2019-02-262-10/+11
* clover: Add an helper for checking if an IR is supportedPierre Moreau2019-02-262-0/+7
* clover: Remove the TGSI backend as unusedPierre Moreau2019-02-267-196/+9
* clover: Avoid warnings from new OpenCL headersPierre Moreau2019-02-264-0/+10
* clover: update ICD table to support everything up to 2.2Karol Herbst2019-02-262-1/+218
* include/CL: Update to the latest OpenCL 2.2 headersPierre Moreau2019-02-261-0/+5
* clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIRPierre Moreau2019-01-081-1/+1
* meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker2018-12-281-0/+3
* clover: Fix build after clang r348827Jan Vesely2018-12-161-1/+6
* clover: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* bin: always define MESA_GIT_SHA1 to make it directly usable in codeEric Engestrom2018-08-162-10/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+1
* clover: Reduce wait_count in abort path.Jan Vesely2018-07-261-1/+3
* clover: Don't extend illegal integer types.Jan Vesely2018-07-262-2/+13
* clover: Report error when pipe driver fails to create compute stateJan Vesely2018-07-171-0/+4
* clover: Catch errors from executing event actionJan Vesely2018-07-171-1/+3
* clover: Cleanup compat code for llvm < 3.9Jan Vesely2018-05-293-121/+20
* clover: Fix build after llvm r332881.Jan Vesely2018-05-292-2/+12
* clover: Add explicit virtual destructor to argument classJan Vesely2018-05-051-0/+1
* clover: Fix host access validation for sub-buffer creationAaron Watry2018-04-191-2/+7
* clover/llvm: Fix build against LLVM/Clang 4.0Aaron Watry2018-03-212-1/+3
* clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry2018-03-211-2/+5
* clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry2018-03-211-0/+88
* clover: Allow overriding platform/device version numbersAaron Watry2018-03-052-5/+14
* clover/llvm: Pass device down to compileAaron Watry2018-03-051-4/+3
* clover: Pass device to llvm::create_compiler_instanceAaron Watry2018-03-051-4/+5
* clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry2018-03-053-17/+15
* clover: Fix build after llvm r325155 and r325160Jan Vesely2018-02-153-2/+30
* clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IRTimothy Arceri2018-02-101-2/+9
* gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri2018-02-013-13/+0
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* meson: build cloverDylan Baker2018-01-081-0/+122
* clover: use the unified check for c++11 instead of the gcc version numberGert Wollny2017-11-081-3/+3
* clover: Fix compilation after clang r315871Jan Vesely2017-10-252-5/+12
* clover: Query and export int64 atomicsJan Vesely2017-09-273-2/+11
* clover: Wait for requested operation if blocking flag is setJan Vesely2017-09-201-2/+28
* clover: Run the associated action before an event is signalled.Francisco Jerez2017-09-202-11/+12
* clover: Wrap event::wait_count in a method taking care of the required locking.Francisco Jerez2017-09-202-8/+14
* clover: add missing include to compat.hJan Vesely2017-09-181-0/+1