aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
* clover: Fix build against LLVM 3.8 SVN >= r255078Michel Dänzer2015-12-101-0/+4
* clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard2015-12-011-1/+2
* clover: fix tgsi compiler crash with invalid srcSerge Martin2015-11-261-0/+5
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-212-2/+1
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-211-1/+0
* st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin2015-11-054-4/+36
* clover: fix building fix clang-3.8Laurent Carlier2015-10-291-1/+5
* clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin2015-09-281-52/+8
* clover: Implement CL1.2 clCreateImage().Serge Martin2015-09-281-10/+91
* clover: Move down canonicalization of memory object flags into validate_flags().Francisco Jerez2015-09-281-39/+40
* clover: Avoid using typename to allow compilation of clover by clangAlbert Freeman2015-09-101-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* clover: fix llvm 3.5 build errorZoltan Gilian2015-08-211-12/+21
* st/clover: Fix build against LLVM 3.8 SVN r244928Michel Dänzer2015-08-141-0/+2
* clover: Stub missing CL 1.2 functions.Serge Martin (EdB)2015-08-076-8/+65
* clover: handle setKernelArg errorsZoltan Gilian2015-08-031-0/+15
* clover: fix image resource depth and array_sizeZoltan Gilian2015-08-032-1/+2
* clover: pass image attributes to the kernelZoltan Gilian2015-08-034-11/+171
* clover: move find_kernels to functionsZoltan Gilian2015-08-031-13/+15
* clover: make dispatch matches functions defEdB2015-07-311-5/+18
* gallium: add new limits for shader buffers and imagesMarek Olšák2015-07-161-2/+2
* clover: little OpenCL status code logging cleanEdB2015-07-165-25/+32
* gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák2015-07-051-1/+1
* clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLEGrigori Goronzy2015-06-293-1/+7
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* clover: clarify and fix the EGL interop error caseMarek Olšák2015-06-051-1/+6
* clover: Log build options when dumping clc source.EdB2015-05-271-1/+1
* clover: Build fix for FreeBSD.Koop Mast2015-05-261-0/+1
* clover: try userptr for CL_MEM_USE_HOST_PTRGrigori Goronzy2015-05-242-4/+15
* clover: implement CL_MEM_ALLOC_HOST_PTRGrigori Goronzy2015-05-241-0/+4
* clover: Implement locking of the wait_count, _chain and _status members of ev...Francisco Jerez2015-05-121-0/+8
* clover: Wrap event::_status in a method to prevent unlocked access.Francisco Jerez2015-05-122-7/+12
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...Francisco Jerez2015-05-122-12/+34
* clover: Fix a bug with multi-threaded events v2Tom Stellard2015-05-112-3/+17
* clover: Add a mutex to guard queue::queued_eventsTom Stellard2015-05-112-0/+4
* gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák2015-04-303-0/+73
* clover: remove util/compatEdB2015-04-2912-367/+56
* clover: make module::symbol::name a stringEdB2015-04-293-4/+24
* clover: remove compat::stringEdB2015-04-297-129/+26
* clover: remove compat classes that match std oneEdB2015-04-296-70/+6
* clover: compile all sources with c++11EdB2015-04-291-1/+2
* clover: remove pre llvm 3.5.0 compatibility codeEdB2015-04-201-21/+2
* clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard2015-03-311-0/+2
* clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard2015-03-231-1/+1
* clover: use get_device_vendor instead of get_vendorGiuseppe Bilotta2015-03-231-1/+1
* clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytesTom Stellard2015-03-231-0/+3
* clover: Add all the mandatory 1.1 extensions to the extension stringTom Stellard2015-03-231-1/+7
* clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSIONTom Stellard2015-03-231-1/+1
* clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2Tom Stellard2015-03-091-1/+4
* clover: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard2015-03-053-3/+25