aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
* 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
* clover: Query and export half precision supportJan Vesely2017-09-183-3/+18
* clover: Fix build after LLVM r313390Jan Vesely2017-09-152-1/+11
* clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in deviceAaron Watry2017-08-213-1/+9
* clover/event: Include additional event statuses for clSetEventCallbackAaron Watry2017-08-151-1/+2
* clover/device: Move device_version into core and add device_clc_versionAaron Watry2017-08-053-2/+14
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-041-1/+1
* clover: Fix build after llvm r309911Jan Vesely2017-08-032-1/+7
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-1/+1
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-231-1/+1
* clover/device: Get device/host unified memory from pipe driverAaron Watry2017-06-133-1/+7
* clover: Fix build since clang r301442Jan Vesely2017-04-272-1/+3
* st/clover: add space between < and ::Emil Velikov2017-04-216-17/+17
* clover: Add missing include to compat headerJan Vesely2017-04-131-0/+1
* clover: Fix build against clang SVN >= r299965Michel Dänzer2017-04-132-1/+7
* st/clover: Fix build after shrink of pipe_boxAaron Watry2017-04-051-3/+3
* clover: use pipe_resource referencesJan Vesely2017-03-242-3/+9
* 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