aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/core
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-211-1/+1
* st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin2015-11-053-3/+30
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* 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-033-5/+42
* gallium: add new limits for shader buffers and imagesMarek Olšák2015-07-161-2/+2
* clover: little OpenCL status code logging cleanEdB2015-07-163-5/+6
* 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-292-0/+6
* 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-301-0/+8
* clover: remove util/compatEdB2015-04-297-36/+34
* clover: make module::symbol::name a stringEdB2015-04-292-2/+23
* clover: remove compat::stringEdB2015-04-293-10/+10
* clover: remove compat classes that match std oneEdB2015-04-292-3/+5
* 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: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard2015-03-052-0/+7
* clover: Use switch when creating kernel arguments.Jan Vesely2014-12-101-25/+19
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-311-1/+1
* clover: Add allow_empty_tag.EdB2014-10-201-0/+18
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-204-5/+12
* clover: Fix regression in module serializationTom Stellard2014-10-141-0/+1
* clover: Fix unintended fall-through in kernel::argument::bind.Francisco Jerez2014-10-121-0/+3
* clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez2014-10-122-25/+70
* clover: Add semantic information to module::argument for implicit parameter p...Francisco Jerez2014-10-121-4/+12
* clover: Use unreachable() from util/macros.h instead of assert(0).Francisco Jerez2014-10-112-4/+3
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-222-5/+8
* clover/util: Have compat::vector track separate size and capacity.Francisco Jerez2014-09-051-2/+2
* clover: Use conversion operator to initialize build log from compat::string.Francisco Jerez2014-09-051-2/+2
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-184-3/+15
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-081-0/+2
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-1/+1
* clover: Query the device to see if images are supportedTom Stellard2014-07-252-0/+7
* clover: Call end_query before getting timestamp result v2Tom Stellard2014-07-171-0/+1
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-023-7/+11
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* clover: Calculate the serialized size of a module efficiently.Francisco Jerez2014-06-192-0/+33
* clover: Optimize module serialization for vectors of fundamental types.Francisco Jerez2014-06-191-1/+22
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-122-0/+7
* clover: Destory pipe_screen when device does not support compute v2Tom Stellard2014-05-091-1/+4